Ian Lance Taylor
0a51776738
comment fix
1996-12-02 17:30:09 +00:00
J.T. Conklin
0ba44243df
* m68k.h: Document new <, >, m, n, o and p operand specifiers.
1996-11-26 01:58:02 +00:00
Martin Hunt
8ae9505bc0
Removed d10v.h.
1996-11-21 19:01:14 +00:00
David Edelsohn
9d10b92d2a
* callback.h: New file, moved here from gdb.
1996-11-20 08:42:22 +00:00
Jeff Law
bd63ee34aa
* mn10300.h (MN10300_OPERAND_REG_LIST): Define.
1996-11-19 20:29:48 +00:00
Dawn Perchik
753b59c270
* libiberty.h: Checkin again; last checkin failed due to sticky tag.
1996-11-18 23:35:05 +00:00
Jeff Law
d13f39914f
* mn10300.h (MN10300_OPERAND_EXTENDED): Define.
...
[ For operands inserted into the extended part of the opcode. ]
1996-11-05 20:25:51 +00:00
Jeff Law
b9c65063be
* mn10300.h (MN10300_OPERAND_REPEATED): Define.
...
Matsushita.
1996-11-04 19:52:34 +00:00
Ian Lance Taylor
1b6263fa2e
Fri Nov 1 10:31:02 1996 Richard Henderson <rth@tamu.edu>
...
* alpha.h: Don't include "bfd.h"; private relocation types are now
negative to minimize problems with shared libraries. Organize
instruction subsets by AMASK extensions and PALcode
implementation.
(struct alpha_operand): Move flags slot for better packing.
1996-11-01 18:31:57 +00:00
David Edelsohn
e468146789
* ansidecl.h (VPARAMS,VA_START): Define.
1996-10-31 22:59:20 +00:00
Jeff Law
bb36347e6c
* v850.h (V850_OPERAND_RELAX): New operand flag.
1996-10-29 19:19:19 +00:00
David Edelsohn
db2d85c616
* dis-asm.h (print_insn_m32r): Declare.
1996-10-17 18:18:12 +00:00
Ian Lance Taylor
684d50a53e
* libiberty.h: Declare parameter types for xmalloc and xrealloc.
1996-10-15 03:57:09 +00:00
Jeff Law
1d57416709
* mn10300.h (MN10300_OPERAND_PAREN): Define.
...
Matsushita.
1996-10-08 20:49:58 +00:00
Jeff Law
b78506073f
* mn10300.h (mn10300_opcode): Add "format" field.
...
(MN10300_OPERAND_*): Define.
Checkpointing today's Matsushita work.
1996-10-07 22:53:27 +00:00
Ian Lance Taylor
fa8e5931d8
* fnmatch.h: New file.
1996-10-03 17:45:45 +00:00
Jeff Law
ae1b99e42d
Grrr. The mn10200 and mn10300 are _not_ similar enough to easily support
...
with a single generic configuration. So break them up into two different
configurations. See the individual ChangeLogs for additional detail.
1996-10-03 16:42:22 +00:00
Jeff Law
3072af43b0
* mn10x00.h: New file.
...
Matsushita.
1996-10-03 03:32:51 +00:00
Jeff Law
4b7cbcf90d
* common.h (EM_CYGNUS_MN10x00): Define.
...
Matsushita.
1996-10-03 03:27:52 +00:00
Jeff Law
cad8350fd3
* dis-asm.h (print_insn_mn10x00): Declare.
...
Getting started on Matsushita.
1996-10-03 03:27:10 +00:00
Fred Fish
77f7bfd835
* libiberty.h: Remove #ifndef PRIVATE_XMALLOC.
1996-10-01 03:01:33 +00:00
David Edelsohn
8c84dfa139
m32r.h: new file
1996-09-23 16:18:01 +00:00
Jeff Law
a0a36aa085
* dis-asm.h (print_insn_v850): Declare.
1996-08-31 19:26:47 +00:00
J.T. Conklin
27021dd459
* v850.h (v850_operands): Add insert and extract fields, pointers
...
to functions used to handle unusual operand encoding.
(V850_OPERAND_REG, V850_OPERAND_SRG, V850_OPERAND_CC,
V850_OPERAND_SIGNED): Defined.
1996-08-22 23:56:25 +00:00
J.T. Conklin
dd528affb3
* v850.h (v850_operands): Add flags field.
...
(OPERAND_REG, OPERAND_NUM): Defined.
1996-08-22 00:46:17 +00:00
J.T. Conklin
7a3c93362e
* v850.h: New file.
1996-08-20 21:52:59 +00:00
J.T. Conklin
6bca117d81
* common.h (EM_CYGNUS_V850): Define.
1996-08-20 21:49:23 +00:00
David Edelsohn
1252987a67
* common.h (EM_CYGNUS_M32R): Define.
1996-08-19 18:00:53 +00:00
Jeff Law
b127cb95e9
* hppa.h (pitlb, pitlbe, iitlba, iitlbp, fic, fice): Accept
...
a 3 bit space id instead of a 2 bit space id.
Fixes net problem.
1996-08-16 06:15:52 +00:00
Martin Hunt
e7706bb357
Thu Aug 15 13:11:46 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
...
* d10v.h: Add some additional defines to support the
assembler in determining which operations can be done in parallel.
1996-08-15 20:14:06 +00:00
Stu Grossman
9d896be306
* ansidecl.h: Change WIN32 to _WIN32.
1996-08-13 00:04:17 +00:00
Martin Hunt
76327337ce
Fri Jul 26 11:47:10 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
...
* d10v.h (OPERAND_SHIFT): New operand flag.
1996-07-26 18:58:46 +00:00
Fred Fish
21b849e3cd
* libiberty.h (PRIVATE_XMALLOC): Enclose xmalloc/xrealloc
...
definitions inside #ifndef so that programs that want to
can define PRIVATE_XMALLOC and then define xmalloc and
xrealloc anyway they want.
(basename): Document in source that we can't declare
the parameter type because it is declared inconsistently across
different systems.
1996-07-26 05:05:35 +00:00
Martin Hunt
8da1e5a75d
Thu Jul 25 12:06:22 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
...
* d10v.h: Changes for divs, parallel-only instructions, and
signed numbers.
1996-07-25 19:15:49 +00:00
Martin Hunt
c38655b90f
start-sanitize-d10v
...
Mon Jul 22 11:21:15 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* d10v.h (pd_reg): Define. Putting the definition here allows
the assembler and disassembler to share the same struct.
end-sanitize-d10v
1996-07-22 18:56:30 +00:00
Ian Lance Taylor
04cf159485
Mon Jul 22 13:16:13 1996 Richard Henderson <rth@tamu.edu>
...
* dis-asm.h (print_insn_alpha): Don't declare.
(print_insn_alpha_osf, print_insn_alpha_vms): Declare.
1996-07-22 17:18:55 +00:00
Ian Lance Taylor
8cfbe54328
* i960.h (i960_opcodes): "halt" takes an argument. From Stephen
...
Williams <steve@icarus.com>.
1996-07-22 16:21:25 +00:00
Stan Shebs
540cd16faf
always keep dwarf2.h
1996-07-19 02:21:15 +00:00
Stan Shebs
3966519364
* dwarf2.h: New file.
1996-07-19 02:19:29 +00:00
Martin Hunt
caee7eabff
start-sanitize-d10v
...
Thu Jul 18 13:20:39 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* common.h (EM_CYGNUS_D10V): Redefine.
end-sanitize-d10v
1996-07-18 20:35:14 +00:00
Ian Lance Taylor
f4fcd63fa0
add comments about magic numbers
1996-07-18 19:49:56 +00:00
Martin Hunt
6fb197de55
* common.h (EM_CYGNUS_D10V): Define.
1996-07-18 00:41:45 +00:00
Martin Hunt
770e082760
start-sanitize-d10v
...
Wed Jul 17 14:45:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* dis-asm.h: (print_insn_d10v): Declare.
end-sanitize-d10v
1996-07-18 00:41:43 +00:00
Martin Hunt
3d1d21b028
start-sanitize-d10v
...
Wed Jul 17 14:46:38 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* d10v.h: New file.
end-sanitize-d10v
1996-07-18 00:40:48 +00:00
Stu Grossman
a29322f785
* dis-asm.h: Get rid of decls for print_insn_i8086,
...
print_insn_sparc64 and print_insn_sparclite.
* (INIT_DISASSEMBLE_INFO): Split into two pieces. One,
INIT_DISASSEMBLE_INFO_NO_ARCH inits everything except for endian,
mach, and arch.
1996-07-15 23:59:26 +00:00
Stu Grossman
979ce1e806
* dis-asm.h (print_insn_i8086): Declare.
1996-07-12 17:20:17 +00:00
Jeff Law
2757047686
* h8300.h (band, bclr): Force high bit of immediate nibble to zero.
...
So we don't disassemble "biand" as "band".
1996-07-11 18:10:13 +00:00
Jeff Law
16cf520e5f
No longer need to sanitize away h8s stuff.
1996-07-05 18:46:54 +00:00
Jeff Law
7eaffbec23
* h8300.h (SRC_IN_DST): Define.
...
* h8300.h (UNOP3): Mark the register operand in this insn
as a source operand, not a destination operand.
(SHIFT_2, SHIFT_IMM): Remove. Eliminate all references.
(UNOP3): Change SHIFT_IMM to IMM for H8/S bitops. Mark
register operand with SRC_IN_DST.
More hackery for new shift ops on the H8/S.
1996-07-03 05:07:07 +00:00
Jeff Law
d3329f0d0c
* h8300.h (UNOP3): Mark the register operand in this insn
...
as a source operand, not a destination operand.
So the simulator can handle shal #2,er0 correctly.
1996-07-02 19:20:37 +00:00