summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* * hpux-symtab.h: New file describing the debug symbols emitted byJeff Law1994-08-193-0/+2571
| | | | the HP C compilers.
* * os9k.h: Comment out apparently-unused declarations.Jean Marie Diaz1994-08-042-0/+180
|
* update doc for sparclite 934 opcode table changesKen Raeburn1994-07-281-22/+20
|
* i960xl support (sanitized)Ken Raeburn1994-07-261-0/+21
|
* i960xl opcode table changes (sanitized)Ken Raeburn1994-07-262-0/+37
|
* * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into aIan Lance Taylor1994-07-221-0/+13
| | | | bitfield. Add field u.c.alignment_power.
* iSun Jul 10 11:01:09 1994 Ian Dall (dall@hfrd.dsto.gov.au)Ken Raeburn1994-07-132-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.
* * demangle.h (cplus_demangle_opname): Declare.Stan Shebs1994-06-181-0/+4
|
* unsanitize v9Ken Raeburn1994-06-171-30/+0
|
* unsanitize v9Ken Raeburn1994-06-171-30/+0
|
* * bfdlink.h (struct bfd_link_info): Add new field shared.Ian Lance Taylor1994-06-162-2/+39
|
* * aout64.h (BMAGIC): Define.Ian Lance Taylor1994-06-161-0/+1
|
* * symconst.h: Pick up SGI define for stIndirect.Peter Schauer1994-06-121-0/+7
|
* Add weak symbols as an extension to a.out.Ian Lance Taylor1994-06-112-28/+79
| | | | | * aout64.h (N_WEAKU, N_WEAKA, N_WEAKT, N_WEAKD, N_WEAKB): Define. * stab.def: Update symbol value table.
* * bfdlink.h (struct bfd_link_hash_entry): Remove written field:Ian Lance Taylor1994-06-061-2/+7
| | | | not needed for all backends.
* don't sanitize out v9 stuff any moreKen Raeburn1994-06-031-29/+0
|
* m68060 changesKen Raeburn1994-06-021-0/+14
|
* Remove sanitization of PowerPC NetWare.Ian Lance Taylor1994-05-201-6/+1
|
* * common.h (EM_HPPA): Delete.Jeff Law1994-05-162-0/+21
| | | | | (EM_PARISC): Add. * hppa.h: New file.
* * h8300.h (dec, inc): Get encoding right.Steve Chamberlain1994-04-271-0/+11
|
* * sh.h (SH_ARCH_MAGIC): Rename from SHMAGIC. SHMAGIC is used byIan Lance Taylor1994-04-221-0/+6
| | | | | several targets to mean a shared library. (SHBADMAG): Corresponding change.
* * internal.h (struct nlm_internal_cygnus_section_header): Define.Ian Lance Taylor1994-04-213-0/+33
| | | | | * external.h (struct nlmNAME(external_cygnus_section_header): Define.
* nlm_custom_header changes.Ian Lance Taylor1994-04-201-0/+22
|
* * internal.h (struct nlm_internal_custom_header): RemoveIan Lance Taylor1994-04-202-107/+16
| | | | | | debugRecOffset and debugRecLength fields. Add data field. * external.h (struct nlmNAME(external_custom_header)): Remove debugRecOffset and debugRecLength fields.
* * mips.h (RELOC_BITS3_TYPE_BIG): Changed from 0x1e to 0x3e.Ian Lance Taylor1994-04-141-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.
* * mips.h (MIPS_R_SWITCH): Define.Ian Lance Taylor1994-04-072-95/+257
|
* * i386.h (IS_JUMP_ON_ECX_ZERO, "jcxz" pattern): Operand size prefix is 0x66,Ken Raeburn1994-04-011-4/+9
| | | | not 0x67. Patch from H.J. Lu (hlu@nynexst.com).
* * internal.h (internal_aouthdr): Added comments for Apollo fields.Ken Raeburn1994-04-011-0/+4
|
* * ecoff.h (STYP_ECOFF_LIB): Define as used on Irix 4.Ian Lance Taylor1994-03-312-0/+5
|
* * ecoff.h (struct ecoff_debug_info): Add adjust field.Ian Lance Taylor1994-03-252-42/+73
| | | | (struct ecoff_value_adjust): Define.
* * bfdlink.h (struct bfd_link_callbacks): Change bitsize argumentIan Lance Taylor1994-03-222-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.
* Remove v9 sanitization.David Edelsohn1994-03-201-28/+0
|
* * ieee-float.h: Removed; no longer used.Ian Lance Taylor1994-03-142-66/+0
|
* * os9k.h: os9000 target specific header file, the header of theJim Kingdon1994-03-091-0/+1
| | | | object file is used now.
* Set Emacs local variables to never use version control.Ian Lance Taylor1994-03-082-1/+8
|
* * internal.h: Remove Elf32_*, Elf64_* typedefs. These namesPeter Schauer1994-03-052-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.
* * i386.h: Reverse last change. It'll be handled in gas instead.Ken Raeburn1994-03-041-0/+11
|
* Modified Files:Kung Hsu1994-03-021-0/+5
| | | | | | | ChangeLog * os9k.h: os9000 target specific header file, the header of the object file is used now.
* * floatformat.h: New file, intended to replace ieee-float.h.Jim Kingdon1994-03-011-0/+1
|
* * floatformat.h: New file, intended to replace ieee-float.h.Jim Kingdon1994-02-281-0/+8
|
* * ecoff.h: Add casts to avoid warnings from SVR4 cc.Ian Lance Taylor1994-02-261-0/+14
|
* * aout64.h: Add casts to avoid warnings from SVR4 cc.Ian Lance Taylor1994-02-261-0/+33
|
* Keep or lost ppc-ext.h depending on whether keep-powerpc-netware isIan Lance Taylor1994-02-181-0/+6
| | | | used.
* Support for PowerPC NetWare. Sanitization to follow.Ian Lance Taylor1994-02-181-0/+156
|
* hppa.h: Fix typo in fstws arg string.Torbjorn Granlund1994-02-171-0/+12
|
* * libiberty.h: Don't declare strsignal, to avoid conflicts withIan Lance Taylor1994-02-161-0/+5
| | | | Solaris system header files.
* * libiberty.h (xexit): Use __volatile__ to avoid losing ifJeff Law1994-02-131-0/+5
| | | | compiling with gcc -traditional.
* * libiberty.h: New file. Declares functions provided byIan Lance Taylor1994-02-103-0/+137
| | | | libiberty.
* * hppa.h (addb): Use '@' for addb and addib pseudo ops.Jeff Law1994-02-051-0/+3
| | | | (so we can determine valid completers for both addb and addb[tf].)
* * hppa.h (xmpyu): No floating point format specifier for theJeff Law1994-02-052-1/+6
| | | | xmpyu instruction.
OpenPOWER on IntegriCloud