Ian Lance Taylor
bad44fedb1
* m68kmri.h: Remove.
1995-08-02 22:48:21 +00:00
Ian Lance Taylor
9b86fa21c3
* m68k.h: Move tables into opcodes/m68k-opc.c, leaving just the
...
declarations. Remove F_ALIAS and flag field of struct
m68k_opcode. Change arch field of struct m68k_opcode to unsigned
int. Make name and args fields of struct m68k_opcode const.
1995-08-02 22:37:40 +00:00
David Edelsohn
97eab8a17c
* sparc.h (F_NOTV9): Define.
1995-08-02 15:18:52 +00:00
Ken Raeburn
943fbd5bd5
fsf address update, but not in COPYING files
1995-07-07 22:49:42 +00:00
Ian Lance Taylor
8a55336153
* bfdlink.h (struct bfd_link_info): Change type of base_file to
...
PTR.
1995-07-02 21:49:21 +00:00
Steve Chamberlain
3ca120a5b3
* bfdlink.h (struct bfd_link_info): Added base_file member.
1995-06-29 07:03:35 +00:00
Steve Chamberlain
f581f995c2
New file.
1995-05-25 00:11:15 +00:00
Ken Raeburn
832338b24a
internal.h: declare NT_subsystem and NT_stack_heap extern, so bfd compiles
...
better under picky compilers.
also added some changelog entries steve forgot to check in.
1995-05-16 19:11:48 +00:00
Steve Chamberlain
9111b25a5b
Sat May 13 10:14:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
...
* coff/pe.h: New file.
* bfdlink.h (subsytem, stack_heap_parameters): New.
* coff/i386.h (NT_SECTION_ALIGNMENT, NT_FILE_ALIGNMENT,
NT_DEF_RESERVE, NT_DEF_COMMIT): New.
* coff/internal.h (internal_filehdr): New fields for PE.
(IMAGE_DATA_DIRECTORY): New.
(internal_aouthdr): New fields for PE.
1995-05-13 17:16:31 +00:00
Jason Merrill
856afd1791
Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
...
* demangle.h: Don't include ansidecl.h if IN_GCC.
1995-05-11 19:46:51 +00:00
David Edelsohn
4ad003d1d7
* arc.h (arc_get_opcode_mach): Define prototype.
1995-04-07 03:38:05 +00:00
Stan Shebs
01c32fc42c
Always keep MPW subdir
1995-04-04 19:58:09 +00:00
Michael Meissner
796ee68bff
fix typo
1995-03-08 23:19:48 +00:00
Michael Meissner
b14e618286
Add ppc.h
1995-03-08 23:15:42 +00:00
Ken Raeburn
20275e0c51
Separated out opcode aliases from m68k opcode table, to reduce table size and
...
processing time. Aliases are now a separate table.
* m68k.h (enum m68k_architecture): Deleted.
(struct m68k_opcode_alias): New type.
(m68k_opcodes): Now const. Deleted opcode aliases with exactly matching
constraints, values and flags. As a side effect of this, the
MOTOROLA_SYNTAX_ONLY and MIT_SYNTAX_ONLY macros, which so far as I know were
never used, now may need re-examining.
(numopcodes): Now const.
(m68k_opcode_aliases, numaliases): New variables.
(endop): Deleted.
[DONT_DEFINE_TABLE]: Declare numopcodes, numaliases, and m68k_opcode_aliases;
update declaration of m68k_opcodes.
1995-03-08 08:20:11 +00:00
David Edelsohn
b543117eea
* arc.h (ARC_MACH_BIG): Define.
...
(ARC_MACH_MASK): Update.
(ARC_MACH_CPU_MASK): Define.
(ARC_OPCODE_CPU, ARC_OPVAL_CPU, ARC_HAVE_CPU): Likewise.
1995-03-08 05:06:02 +00:00
Jeff Law
5476a7ac1c
* hppa.h (delay_type): Delete unused enumeration.
...
(pa_opcode): Replace unused delayed field with an architecture
field.
(pa_opcodes): Mark each instruction as either PA1.0 or PA1.1.
1995-03-06 17:04:18 +00:00
Ian Lance Taylor
49f245127b
* mips.h (INSN_ISA4): Define.
1995-03-03 21:13:37 +00:00
Jeff Law
292210add5
* hppa.h (fstwx): Fix single-bit error.
1995-02-24 00:34:19 +00:00
David Edelsohn
aa396c6858
* dis-asm.h (arc_get_disassembler): Change argument to int.
...
All callers updated.
1995-02-17 20:41:34 +00:00
Ian Lance Taylor
882d9d1a2f
* mips.h (M_ULD, M_ULD_A, M_USD, M_USD_A): Define.
1995-02-15 17:20:35 +00:00
David Edelsohn
53c73f8d0e
* arc.h (ARC_OPERAND_LIMM): New flag.
1995-02-13 19:07:55 +00:00
David Edelsohn
9c78b44872
* dis-asm.h (print_insn_arc): Deleted.
...
(arc_get_disassembler): Declare.
1995-02-10 03:48:27 +00:00
David Edelsohn
32a0dad5b4
* arc.h (ARC_MACH_{BASE,HOST,GRAPHICS,AUDIO}): Define.
...
(ARC_MACH_MASK, ARC_OPCODE_MACH, ARC_OPVAL_MACH): Define.
(ARC_HAVE_MULT_SHIFT): Delete.
(ARC_HAVE_MACH): Define.
(struct arc_opcode): New field `flags'.
(struct arc_operand_value): Ditto.
(arc_opcode_supported): New function.
(arc_opval_supported): Ditto.
1995-02-10 03:02:09 +00:00
Ian Lance Taylor
df8d508216
* libiberty.h (basename): Change argument to be const.
1995-02-09 19:21:01 +00:00
Ian Lance Taylor
22a147005c
* bfdlink.h (struct bfd_link_hash_entry): Change format of common
...
symbol information, to remove restrictions on maximum size and
alignment power, by using a pointer to a structure instead.
1995-02-08 22:53:50 +00:00
Ian Lance Taylor
1fa313e244
update comment
1995-02-06 23:19:34 +00:00
Ian Lance Taylor
ebc4ca90f9
* bfdlink.h (enum bfd_link_hash_type): Rename bfd_link_hash_weak
...
to bfd_link_hash_undefweak. Add bfd_link_hash_defweak.
1995-02-06 19:56:27 +00:00
J.T. Conklin
38713e1885
* i386.h: added cpuid instruction , and dr[0-7] aliases for the
...
debug registers. From Charles Hannum (mycroft@netbsd.org ).
1995-02-06 19:00:40 +00:00
Ken Raeburn
a43022bd72
i386 16-bit mode support from bryan ford
1995-02-06 08:38:27 +00:00
David Edelsohn
e4091a46a5
(arc.h): New file, contains ARC specific ELF definitions.
1995-01-29 08:00:08 +00:00
Michael Meissner
e1dbfef664
Add EM_PPC macro.
1995-01-24 14:42:17 +00:00
Ian Lance Taylor
ea77c26aef
* mips.h (INSN_ISA, INSN_4650): Define.
1995-01-17 15:56:00 +00:00
Steve Chamberlain
66032a390b
* dis-asm.h (prin_insn_w65): Declare.
1995-01-16 02:40:18 +00:00
Steve Chamberlain
08acc8335b
* w65.h: New file.
1995-01-16 02:39:14 +00:00
Ken Raeburn
5e815a37fa
* libiberty.h (hex_p): Fix sense of test.
1995-01-12 22:53:39 +00:00
Ken Raeburn
ba1c97e747
* libiberty.h (_hex_array_size, _hex_bad, _hex_value, hex_init, hex_p,
...
hex_value): New macros and declarations, for hex.c.
1995-01-12 03:43:19 +00:00
Ian Lance Taylor
dc7d3f0caf
* dis-asm.h: Make idempotent.
1995-01-06 22:48:48 +00:00
Stan Shebs
d4d4c53c68
* progress.h: New file, empty definitions for progress macros.
1994-12-14 21:11:18 +00:00
David Edelsohn
30989ea584
Initial ARC support.
1994-11-30 01:54:43 +00:00
David Edelsohn
dc997928f0
Initial ARC support.
1994-11-30 01:45:28 +00:00
Jeff Law
8ee0532ba8
* hp-symtab.h: New file describing the debug symbols emitted
...
by the HP C compilers.
* hpux-symtab.h: Deleted.
NOTE: hpux-symtab.h was the HP copyrighted description and data structures
for the debug symbols emitted by the various HP compilers (C, C++, Fortran,
Cobol, Pascal, Modula-2, Cobol, etc).
hp-symtab.h is my rewritten version which only describes the debug symbols
used by the HP C compiler. hp-symtab.h is intended to be copyrighted
by the FSF as part of GDB.
1994-11-25 07:32:51 +00:00
Steve Chamberlain
811b15ef6d
* dis-asm.h (print_insn_shl): New prototype.
1994-11-24 06:41:52 +00:00
Angela Marie Thomas
f08a8281d3
Fixed keep_these_too/lose_these_too for mpw and hpread
1994-11-15 05:27:19 +00:00
Ian Lance Taylor
adbae12d78
* bfdlink.h (struct bfd_link_callbacks): Fix comments for
...
multiple_common field.
1994-10-25 15:38:39 +00:00
Ian Lance Taylor
1a1077dec5
* a29k.h: Add operand type 'I' for inv' and
iretinv'. On
...
systems with a separate instruction and data cache, such as the
29040, these instructions take an optional argument.
1994-10-19 17:36:38 +00:00
Ian Lance Taylor
57ec4ed5dc
* mips.h (INSN_STORE_MEMORY): Define.
...
PR 5433.
1994-09-06 15:39:52 +00:00
Jeff Law
36d4f4d851
* hpux-symtab.h: New file describing the debug symbols emitted by
...
the HP C compilers.
1994-08-19 16:04:42 +00:00
Jean Marie Diaz
1d595f2c0a
* os9k.h: Comment out apparently-unused declarations.
1994-08-04 16:22:44 +00:00
Ken Raeburn
f2c42ba402
update doc for sparclite 934 opcode table changes
1994-07-28 23:42:55 +00:00