aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
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.
1994-06-03don't sanitize out v9 stuff any moreKen Raeburn1-29/+0
1994-06-02m68060 changesKen Raeburn1-0/+14
1994-05-20Remove sanitization of PowerPC NetWare.Ian Lance Taylor1-6/+1
1994-05-16 * common.h (EM_HPPA): Delete.Jeff Law2-0/+21
(EM_PARISC): Add. * hppa.h: New file.
1994-04-27 * h8300.h (dec, inc): Get encoding right.Steve Chamberlain1-0/+11
1994-04-22 * sh.h (SH_ARCH_MAGIC): Rename from SHMAGIC. SHMAGIC is used byIan Lance Taylor1-0/+6
several targets to mean a shared library. (SHBADMAG): Corresponding change.
1994-04-21 * internal.h (struct nlm_internal_cygnus_section_header): Define.Ian Lance Taylor3-0/+33
* external.h (struct nlmNAME(external_cygnus_section_header): Define.
1994-04-20nlm_custom_header changes.Ian Lance Taylor1-0/+22
1994-04-20 * internal.h (struct nlm_internal_custom_header): RemoveIan Lance Taylor2-107/+16
debugRecOffset and debugRecLength fields. Add data field. * external.h (struct nlmNAME(external_custom_header)): Remove debugRecOffset and debugRecLength fields.
1994-04-14 * mips.h (RELOC_BITS3_TYPE_BIG): Changed from 0x1e to 0x3e.Ian Lance Taylor1-0/+10
(RELOC_BITS3_TYPEHI_LITTLE): Define. (RELOC_BITS3_TYPEHI_SH_LITTLE): Define. (MIPS_R_PCREL16): Change value from 8 to 12 to match Irix 4. (MIPS_R_RELHI): Define. (MIPS_R_RELLO): Define. (MIPS_R_SWITCH): Change value from 9 to 22.
1994-04-07 * mips.h (MIPS_R_SWITCH): Define.Ian Lance Taylor2-95/+257
1994-04-01* i386.h (IS_JUMP_ON_ECX_ZERO, "jcxz" pattern): Operand size prefix is 0x66,Ken Raeburn1-4/+9
not 0x67. Patch from H.J. Lu (hlu@nynexst.com).
1994-04-01* internal.h (internal_aouthdr): Added comments for Apollo fields.Ken Raeburn1-0/+4
1994-03-31 * ecoff.h (STYP_ECOFF_LIB): Define as used on Irix 4.Ian Lance Taylor2-0/+5
1994-03-25 * ecoff.h (struct ecoff_debug_info): Add adjust field.Ian Lance Taylor2-42/+73
(struct ecoff_value_adjust): Define.
1994-03-22 * bfdlink.h (struct bfd_link_callbacks): Change bitsize argumentIan Lance Taylor2-0/+410
to add_to_set to reloc. Remove bitsize argument from constructor. Comment that reloc_overflow, reloc_dangerous and unattached_reloc must handle NULL pointers for reloc location. (enum bfd_link_order_type): Add bfd_section_reloc_link_order and bfd_symbol_reloc_link_order. (struct bfd_link_order): Add reloc field to union. (struct bfd_link_order_reloc): Define.
1994-03-20Remove v9 sanitization.David Edelsohn1-28/+0
1994-03-14 * ieee-float.h: Removed; no longer used.Ian Lance Taylor2-66/+0
1994-03-09 * os9k.h: os9000 target specific header file, the header of theJim Kingdon1-0/+1
object file is used now.
1994-03-08Set Emacs local variables to never use version control.Ian Lance Taylor2-1/+8
1994-03-05 * internal.h: Remove Elf32_*, Elf64_* typedefs. These namesPeter Schauer2-16/+116
cause conflicts with system headers, e.g. link.h in gdb/solib.c. Combine 32- and 64-bit versions of *_Internal_Dyn. * common.h: Replace uses of Elf64_Word, Elf64_Xword typedefs by their expansion. * mips.h: Replace uses of Elf32_Word, Elf32_Sword, Elf32_Addr typedefs by their expansion. Add DT_MIPS_RLD_MAP definition.
1994-03-04* i386.h: Reverse last change. It'll be handled in gas instead.Ken Raeburn1-0/+11
1994-03-02Modified Files:Kung Hsu1-0/+5
ChangeLog * os9k.h: os9000 target specific header file, the header of the object file is used now.
1994-03-01* floatformat.h: New file, intended to replace ieee-float.h.Jim Kingdon1-0/+1
1994-02-28* floatformat.h: New file, intended to replace ieee-float.h.Jim Kingdon1-0/+8
1994-02-26 * ecoff.h: Add casts to avoid warnings from SVR4 cc.Ian Lance Taylor1-0/+14
1994-02-26 * aout64.h: Add casts to avoid warnings from SVR4 cc.Ian Lance Taylor1-0/+33
1994-02-18Keep or lost ppc-ext.h depending on whether keep-powerpc-netware isIan Lance Taylor1-0/+6
used.
1994-02-18Support for PowerPC NetWare. Sanitization to follow.Ian Lance Taylor1-0/+156
1994-02-17hppa.h: Fix typo in fstws arg string.Torbjorn Granlund1-0/+12
1994-02-16 * libiberty.h: Don't declare strsignal, to avoid conflicts withIan Lance Taylor1-0/+5
Solaris system header files.
1994-02-13 * libiberty.h (xexit): Use __volatile__ to avoid losing ifJeff Law1-0/+5
compiling with gcc -traditional.