aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
1996-05-07 * internal.h (R_JMPL2): Renamed from R_JMPL_B8 to beJeff Law1-0/+3
consistent with other similar relocs. Cleaning up while working on HMSE.
1996-05-07 * internal.h (H8/300 specific relocs): Add comments betterJeff Law2-10/+56
explaining what each reloc is used for. (R_MOV16B1, R_MOV16B2): Renamed from R_MOVB1 and R_MOVB2. (R_MOV24B1, R_MOV24B2): Renamed from R_MOVLB1 and R_MOVLB2. (R_MOVL1, R_MOVL2): New relocs. More changes for the H8/300 relaxing linker. HMSE.
1996-05-03 * internal.h (R_PCRWORD_B): Define for the h8300 relaxingJeff Law2-0/+10
linker. HMSE.
1996-05-02 * internal.h (SCNNMLEN): Define.Ian Lance Taylor2-4/+30
(struct internal_scnhdr): Use SCNNMLEN for s_name field.
1996-05-01 * i386.h: Remove Abs32 from lcall.Ian Lance Taylor1-0/+10
1996-04-11 * sparc.h (F_FLOAT, F_FBR): Define.Ian Lance Taylor2-0/+6
PR 355.
1996-04-05 * h8300.h (ABS8MEM): Renamed from ABSMOV. Remove ABSMOVJeff Law1-0/+9
from all insns. (ABS8SRC,ABS8DST): Add ABS8MEM. (add.l): Fix reg+reg variant. (eepmov.w): Renamed from eepmovw. (ldc,stc): Fix many cases. We'll use ABS8MEM for access to the 8-bit area. Fixes from running the h8300 testsuite. hmse.
1996-03-31 * sparc.h (SPARC_OPCODE_ARCH_MASK): New macro.David Edelsohn2-4/+18
1996-03-27 * arm.h (union external_auxent): Add x_checksum, x_associated, andIan Lance Taylor1-3/+22
x_comdat fields to x_scn struct. * i386.h (union external_auxent): Likewise. * powerpc.h (union external_auxent): Likewise. * internal.h (union internal_auxent): Likewise.
1996-03-12comment changeIan Lance Taylor1-3/+12
1996-03-11 * stab.def: Use __define_stab_duplicate rather than __define_stabIan Lance Taylor1-24/+58
for duplicate entries N_BROWS and N_MOD2. * stab_gnu.h (__define_stab_duplicate): Define before including stab.def.
1996-02-21 * sparc.h (sparc_{encode,decode}_sparclet_cpreg): Declare.David Edelsohn2-17/+40
Mark operand letters uU as in use.
1996-02-16 * sparc.h (sparc_opcode_lookup_arch) Make return type inJeff Law2-2/+9
declaration consistent with return type in definition.
1996-02-14Wed Feb 14 18:14:11 1996 Alan Modra <alan@spri.levels.unisa.edu.au>Ian Lance Taylor1-14/+15
* i386.h (i386_optab): Remove Data32 from pushf and popf.
1996-02-09 * aux-coff.h: Rename from aux.h, to avoid problems on hapless DOSIan Lance Taylor2-1/+1
systems which think that aux is a com port.
1996-02-06Rename XL to JX, and remove sanitization.Ian Lance Taylor2-42/+0
1996-02-05 * i960.h (I_HX, I_HX2): Define.Ian Lance Taylor2-0/+519
start-sanitize-i960xl (I_XL): Remove. The HX supports all XL instructions. end-sanitize-i960xl (i960_opcodes): Add HX instructions.
1996-02-05 * i960.h (F_I960HX): Define.Ian Lance Taylor2-0/+257
1996-01-31Wed Jan 31 13:11:54 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor3-0/+51
* aux.h: New file. * internal.h, m68k.h: Protect against multiple inclusion.
1996-01-29* i386.h: Fix waiting forms of finit, fstenv, fsave, fstsw, fstcw, and fclex.Ken Raeburn1-0/+14
1996-01-25 * sparc.h (enum sparc_opcode_arch_val): Replaces sparc_architecture.David Edelsohn1-24/+35
(SPARC_OPCODE_CONFLICT_P): Renamed from ARCHITECTURES_CONFLICT_P. (bfd_* defines): Delete. (sparc_opcode_archs): Replaces architecture_pname. (sparc_opcode_lookup_arch): Declare. (NUMOPCODES): Delete.
1996-01-24Delete v8plus sanitization.David Edelsohn1-3/+1
1996-01-23 * dis-asm.h (INIT_DISASSEMBLE_INFO): New argument FPRINTF_FUNC.David Edelsohn1-2/+2
1996-01-23 * dis-asm.h (INIT_DISASSEMBLE_INFO): Set endian to BFD_ENDIAN_UNKNOWN.David Edelsohn2-1/+5
1996-01-23 * dis-asm.h (disassemble_info): New members arch, mach, endian.David Edelsohn2-33/+36
(INIT_DISASSEMBLE_INFO): Initialize them. (DISASM_RAW_INSN{,FLAG}): Define.
1996-01-22(ARCHITECTURES_CONFLICT_P): Add ChangeLog entry for v9a addition and fix typoDavid Edelsohn2-1/+2
in macro.
1996-01-22 * sparc.h (enum sparc_architecture): Add v9a.David Edelsohn2-4/+15
1996-01-20Update copyright.David Edelsohn1-1/+1
1996-01-18 * demangle.h (cplus_demangle_opname): Change opname parameter toIan Lance Taylor1-0/+7
const char *. (cplus_mangle_opname): Change return type and opname parameter to const char *.
1996-01-17There's some question as to whether this stuff is NDA'd in the UltrasparcDavid Edelsohn3-1/+9
Early Access Program agreement. Sanitize v8plus stuff out for now.
1996-01-17(EM_SPARC32PLUS): Define.David Edelsohn2-20/+84
I have a question outstanding to Sun regarding EM_SPARC64.
1996-01-17New file.David Edelsohn3-1/+40
(Also delete arc.h ChangeLog entry, it's still sanitized).
1996-01-11Add new V.4 flagsMichael Meissner2-2/+35
1996-01-05 * ieee.h (enum ieee_record): Add ieee_asn_record_enum,Ian Lance Taylor1-0/+6
ieee_at_record_enum, ieee_ty_record_enum, ieee_atn_record_enum, ieee_bb_record_enum, and ieee_be_record_enum.
1996-01-04Pentium Pro changes from John HasseyMichael Meissner1-0/+8
1996-01-03 * obstack.h: Update copyright to 1996.Fred Fish1-0/+10
(_obstack_memory_used): Declare. (obstack_memory_used): Define macro.
1995-12-21Add ifndef wrappersMichael Meissner2-3/+27
1995-11-28 * internal.h (struct elf_segment_map): Define.Ian Lance Taylor2-0/+250
1995-11-07NT ChangesKim Knuttila1-0/+5
1995-11-07Added some NT definesKim Knuttila1-0/+5
1995-11-06Mon Nov 6 17:28:01 1995 Harry Dolan <dolan@ssd.intel.com>Ian Lance Taylor3-0/+209
* i860.h: New file, based on i386.h.
1995-11-01Wed Nov 1 15:25:18 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 ↵Ian Lance Taylor1-0/+14
<manfred@lts.sel.alcatel.de> * m68k.h (PAGEMAGICEXECSWAPPED): Define. (PAGEMAGICPEXECSWAPPED): Define. (PAGEMAGICPEXECTSHLIB): Define. (PAGEMAGICPEXECPAGED): Define. (_COMMENT): DEFINE. * m88k.h (_COMMENT): Define.
1995-10-25 * bfdlink.h (struct bfd_link_info): Add static_link field.Ian Lance Taylor1-0/+14
1995-10-24 * hppa.h: Add lci and syncdma instructions.Jeff Law2-0/+7
From the PA1.1 third edition manual.
1995-10-23mips.h: Added INSN_4100 flag to mark NEC VR4100 specific instructions.Jackie Smith Cashion1-0/+14
1995-10-20update copyrightsKen Raeburn2-272/+282
1995-10-16 * rs6000.h (SMALL_AOUTSZ): Define.Ian Lance Taylor1-0/+2
1995-10-16 * internal.h (XMC_TD): Define.Ian Lance Taylor1-0/+9
1995-10-09 * internal.h (struct internal_aouthdr): Add o_maxdata field.Ian Lance Taylor2-81/+78
1995-10-09 * rs6000.h (AOUTHDR): Add o_maxdata field. Add comments.Ian Lance Taylor2-0/+243
(_PAD, _LOADER): Define. (STYP_LOADER): Define.