aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
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.
1995-10-06pentium updatesKen Raeburn2-4/+39
1995-10-05 * ecoff.h: Define section name macros and STYP macros for variousIan Lance Taylor1-0/+6
Alpha sections: .got, .hash, .dynsym, .dynstr, .rel.dyn, .conflic, .comment, .liblist, .dynamic. PR 8141.
1995-10-04small rearranging, remove DEFAULT_* definesKim Knuttila1-0/+26
1995-10-04remove DEFAULT_* definesKim Knuttila1-0/+201
1995-10-04remove DEFAULT_* definesKim Knuttila1-0/+248
1995-09-27add powerpc.hIan Lance Taylor1-0/+1
1995-09-27Powerpc and Pe support.Kim Knuttila1-0/+5
1995-09-27basic coff for powerpc/PEKim Knuttila1-0/+223
1995-09-12 * internal.h (struct internal_syment): Change n_numaux field fromIan Lance Taylor1-0/+9
char to unsigned char.
1995-08-31Thu Aug 31 16:51:50 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain3-13/+45
* internal.h (internal_aouthdr, internal_filehdr): don't indirect the pe stuff.
1995-08-29 * sparc.h (sparc_{encode,decode}_asi): Declare.David Edelsohn1-3/+6
1995-08-22 * internal.h: (internal_filehdr): Moved PE stuff intoSteve Chamberlain1-0/+12
internal_extra_pe_filehdr. (internal_aouthdr): Moved PE stuff into interanl_extra_pe_aouthdr. * bfdlink.h (struct bfd_link_info): Remove PE stuff.
1995-08-02 * m68kmri.h: Remove.Ian Lance Taylor2-10/+0
1995-08-02 * m68k.h: Move tables into opcodes/m68k-opc.c, leaving just theIan Lance Taylor1-0/+7
declarations. Remove F_ALIAS and flag field of struct m68k_opcode. Change arch field of struct m68k_opcode to unsigned int. Make name and args fields of struct m68k_opcode const.
1995-08-02 * sparc.h (F_NOTV9): Define.David Edelsohn2-3/+43
1995-07-07fsf address update, but not in COPYING filesKen Raeburn2-2/+2
1995-07-02 * bfdlink.h (struct bfd_link_info): Change type of base_file toIan Lance Taylor2-1/+6
PTR.
1995-06-29 * bfdlink.h (struct bfd_link_info): Added base_file member.Steve Chamberlain2-8/+47
1995-05-25New file.Steve Chamberlain2-6/+110
1995-05-16internal.h: declare NT_subsystem and NT_stack_heap extern, so bfd compilesKen Raeburn1-0/+54
better under picky compilers. also added some changelog entries steve forgot to check in.
1995-05-13Sat May 13 10:14:08 1995 Steve Chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-0/+1
* coff/pe.h: New file. * bfdlink.h (subsytem, stack_heap_parameters): New. * coff/i386.h (NT_SECTION_ALIGNMENT, NT_FILE_ALIGNMENT, NT_DEF_RESERVE, NT_DEF_COMMIT): New. * coff/internal.h (internal_filehdr): New fields for PE. (IMAGE_DATA_DIRECTORY): New. (internal_aouthdr): New fields for PE.
1995-05-11Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>Jason Merrill1-0/+15
* demangle.h: Don't include ansidecl.h if IN_GCC.
1995-04-07 * arc.h (arc_get_opcode_mach): Define prototype.David Edelsohn2-9/+53
1995-04-04Always keep MPW subdirStan Shebs1-5/+1
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.