aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
1995-03-08fix typoMichael Meissner1-1/+1
1995-03-08Add ppc.hMichael Meissner2-0/+31
1995-03-08Separated out opcode aliases from m68k opcode table, to reduce table size andKen Raeburn1-0/+14
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 * arc.h (ARC_MACH_BIG): Define.David Edelsohn1-0/+9
(ARC_MACH_MASK): Update. (ARC_MACH_CPU_MASK): Define. (ARC_OPCODE_CPU, ARC_OPVAL_CPU, ARC_HAVE_CPU): Likewise.
1995-03-06 * hppa.h (delay_type): Delete unused enumeration.Jeff Law1-0/+7
(pa_opcode): Replace unused delayed field with an architecture field. (pa_opcodes): Mark each instruction as either PA1.0 or PA1.1.
1995-03-03 * mips.h (INSN_ISA4): Define.Ian Lance Taylor2-0/+12
1995-02-24 * hppa.h (fstwx): Fix single-bit error.Jeff Law1-0/+4
1995-02-17 * dis-asm.h (arc_get_disassembler): Change argument to int.David Edelsohn1-1/+7
All callers updated.
1995-02-15 * mips.h (M_ULD, M_ULD_A, M_USD, M_USD_A): Define.Ian Lance Taylor2-2/+15
1995-02-13 * arc.h (ARC_OPERAND_LIMM): New flag.David Edelsohn1-0/+4
1995-02-10 * dis-asm.h (print_insn_arc): Deleted.David Edelsohn1-0/+7
(arc_get_disassembler): Declare.
1995-02-10 * arc.h (ARC_MACH_{BASE,HOST,GRAPHICS,AUDIO}): Define.David Edelsohn2-0/+230
(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-09 * libiberty.h (basename): Change argument to be const.Ian Lance Taylor2-2/+6
1995-02-08 * bfdlink.h (struct bfd_link_hash_entry): Change format of commonIan Lance Taylor1-0/+6
symbol information, to remove restrictions on maximum size and alignment power, by using a pointer to a structure instead.
1995-02-06update commentIan Lance Taylor1-1/+1
1995-02-06 * bfdlink.h (enum bfd_link_hash_type): Rename bfd_link_hash_weakIan Lance Taylor2-20/+41
to bfd_link_hash_undefweak. Add bfd_link_hash_defweak.
1995-02-06* i386.h: added cpuid instruction , and dr[0-7] aliases for theJ.T. Conklin1-0/+5
debug registers. From Charles Hannum (mycroft@netbsd.org).
1995-02-06i386 16-bit mode support from bryan fordKen Raeburn2-41/+71
1995-01-29(arc.h): New file, contains ARC specific ELF definitions.David Edelsohn2-1/+80
1995-01-24Add EM_PPC macro.Michael Meissner1-0/+17
1995-01-17 * mips.h (INSN_ISA, INSN_4650): Define.Ian Lance Taylor1-0/+28
1995-01-16 * dis-asm.h (prin_insn_w65): Declare.Steve Chamberlain2-0/+5
1995-01-16 * w65.h: New file.Steve Chamberlain1-0/+1
1995-01-12* libiberty.h (hex_p): Fix sense of test.Ken Raeburn1-0/+4
1995-01-12* libiberty.h (_hex_array_size, _hex_bad, _hex_value, hex_init, hex_p,Ken Raeburn2-4/+22
hex_value): New macros and declarations, for hex.c.
1995-01-06 * dis-asm.h: Make idempotent.Ian Lance Taylor2-4/+23
1994-12-14 * progress.h: New file, empty definitions for progress macros.Stan Shebs2-0/+38
1994-11-30Initial ARC support.David Edelsohn1-3/+44
1994-11-30Initial ARC support.David Edelsohn2-0/+68
1994-11-25 * hp-symtab.h: New file describing the debug symbols emittedJeff Law5-2571/+999
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-24 * dis-asm.h (print_insn_shl): New prototype.Steve Chamberlain1-13/+18
1994-11-15Fixed keep_these_too/lose_these_too for mpw and hpreadAngela Marie Thomas1-4/+4
1994-10-25 * bfdlink.h (struct bfd_link_callbacks): Fix comments forIan Lance Taylor1-1/+18
multiple_common field.
1994-10-19 * a29k.h: Add operand type 'I' for `inv' and `iretinv'. OnIan Lance Taylor1-2/+3
systems with a separate instruction and data cache, such as the 29040, these instructions take an optional argument.
1994-09-06 * mips.h (INSN_STORE_MEMORY): Define.Ian Lance Taylor2-3/+21
PR 5433.
1994-08-19 * hpux-symtab.h: New file describing the debug symbols emitted byJeff Law3-0/+2571
the HP C compilers.
1994-08-04* os9k.h: Comment out apparently-unused declarations.Jean Marie Diaz2-0/+180
1994-07-28update doc for sparclite 934 opcode table changesKen Raeburn1-22/+20
1994-07-26i960xl support (sanitized)Ken Raeburn1-0/+21
1994-07-26i960xl opcode table changes (sanitized)Ken Raeburn2-0/+37
1994-07-22 * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into aIan Lance Taylor1-0/+13
bitfield. Add field u.c.alignment_power.
1994-07-13iSun Jul 10 11:01:09 1994 Ian Dall (dall@hfrd.dsto.gov.au)Ken Raeburn2-0/+510
* ns32k.h: Drop Q operand type as there is no correct use for it. Add I and Z operand types which allow better checking.
1994-06-18 * demangle.h (cplus_demangle_opname): Declare.Stan Shebs1-0/+4
1994-06-17unsanitize v9Ken Raeburn1-30/+0
1994-06-17unsanitize v9Ken Raeburn1-30/+0
1994-06-16 * bfdlink.h (struct bfd_link_info): Add new field shared.Ian Lance Taylor2-2/+39
1994-06-16 * aout64.h (BMAGIC): Define.Ian Lance Taylor1-0/+1
1994-06-12 * symconst.h: Pick up SGI define for stIndirect.Peter Schauer1-0/+7
1994-06-11 Add weak symbols as an extension to a.out.Ian Lance Taylor2-28/+79
* aout64.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define. * stab.def: Update symbol value table.
1994-06-06 * bfdlink.h (struct bfd_link_hash_entry): Remove written field:Ian Lance Taylor1-2/+7
not needed for all backends.