aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
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.
1994-02-10 * libiberty.h: New file. Declares functions provided byIan Lance Taylor3-0/+137
libiberty.
1994-02-05 * hppa.h (addb): Use '@' for addb and addib pseudo ops.Jeff Law1-0/+3
(so we can determine valid completers for both addb and addb[tf].)
1994-02-05 * hppa.h (xmpyu): No floating point format specifier for theJeff Law2-1/+6
xmpyu instruction.
1994-02-05 * ppc.h (PPC_OPERAND_NEXT): Define.Ian Lance Taylor2-1/+42
(PPC_OPERAND_NEGATIVE): Change value to make room for above. (struct powerpc_macro): Define. (powerpc_macros, powerpc_num_macros): Declare.
1994-02-02 * internal.h (union internal_auxent): Change x_csect.x_scnlen intoIan Lance Taylor1-0/+13
a union of a long and a pointer to a symbol. XCOFF sometimes uses this field as a symbol index.
1994-02-02 * common.h: Add comments regarding value of EM_HPPA and how toJim Kingdon1-0/+46
pick an unofficial value.
1994-02-01Keep or lose MPW subdirStan Shebs1-5/+9
1994-01-25Correct comment.Ian Lance Taylor1-27/+70
1994-01-22 * ppc.h: New file. Header file for PowerPC opcode table.Ian Lance Taylor2-0/+5
1994-01-22 * dis-asm.h (print_insn_big_powerpc, print_insn_little_powerpc,Ian Lance Taylor1-0/+5
print_insn_rs6000): Declare.
1994-01-22New header file for PowerPC opcode table.Ian Lance Taylor1-0/+196
1994-01-18 * hppa.h: More minor template fixes for sfu and copr (to allowJeff Law1-0/+3
for easier disassembly).
1994-01-17 * hppa.h: More minor template fixes for sfu and copr (to allowJeff Law1-21/+21
for easier disassembly).
1994-01-17In the right ChangeLog now:Jeff Law1-0/+21
* hppa.h: Fix templates for all the sfu and copr instructions.
1994-01-17Opps. Put log into wrong ChangeLog.Jeff Law1-5/+0
1994-01-17 * opcode/hppa.h: Fix templates for all the sfu and coprJeff Law2-27/+66
instructions.
1994-01-06* ecoff.h (STYP_EXTENDESC, STYP_COMMENT, STYP_XDATA, STYP_PDATA): Define.Ken Raeburn2-7/+18
1994-01-05 * ecoff.h (NUM_RELOC_SECTIONS): Define.Ian Lance Taylor2-0/+41
1993-12-30 * bfdlink.h: New file for new BFD linker backend routines.Ian Lance Taylor1-0/+1
1993-12-02New file for Alpha NetWare. External structure information.Ian Lance Taylor2-0/+167