Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1995-07-07 | fsf address update, but not in COPYING files | Ken Raeburn | 2 | -2/+2 | |
1995-07-02 | * bfdlink.h (struct bfd_link_info): Change type of base_file to | Ian Lance Taylor | 2 | -1/+6 | |
PTR. | |||||
1995-06-29 | * bfdlink.h (struct bfd_link_info): Added base_file member. | Steve Chamberlain | 2 | -8/+47 | |
1995-05-25 | New file. | Steve Chamberlain | 2 | -6/+110 | |
1995-05-16 | internal.h: declare NT_subsystem and NT_stack_heap extern, so bfd compiles | Ken Raeburn | 1 | -0/+54 | |
better under picky compilers. also added some changelog entries steve forgot to check in. | |||||
1995-05-13 | Sat May 13 10:14:08 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1 | -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-11 | Thu May 4 14:36:42 1995 Jason Merrill <jason@phydeaux.cygnus.com> | Jason Merrill | 1 | -0/+15 | |
* demangle.h: Don't include ansidecl.h if IN_GCC. | |||||
1995-04-07 | * arc.h (arc_get_opcode_mach): Define prototype. | David Edelsohn | 2 | -9/+53 | |
1995-04-04 | Always keep MPW subdir | Stan Shebs | 1 | -5/+1 | |
1995-03-08 | fix typo | Michael Meissner | 1 | -1/+1 | |
1995-03-08 | Add ppc.h | Michael Meissner | 2 | -0/+31 | |
1995-03-08 | Separated out opcode aliases from m68k opcode table, to reduce table size and | Ken Raeburn | 1 | -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 Edelsohn | 1 | -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 Law | 1 | -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 Taylor | 2 | -0/+12 | |
1995-02-24 | * hppa.h (fstwx): Fix single-bit error. | Jeff Law | 1 | -0/+4 | |
1995-02-17 | * dis-asm.h (arc_get_disassembler): Change argument to int. | David Edelsohn | 1 | -1/+7 | |
All callers updated. | |||||
1995-02-15 | * mips.h (M_ULD, M_ULD_A, M_USD, M_USD_A): Define. | Ian Lance Taylor | 2 | -2/+15 | |
1995-02-13 | * arc.h (ARC_OPERAND_LIMM): New flag. | David Edelsohn | 1 | -0/+4 | |
1995-02-10 | * dis-asm.h (print_insn_arc): Deleted. | David Edelsohn | 1 | -0/+7 | |
(arc_get_disassembler): Declare. | |||||
1995-02-10 | * arc.h (ARC_MACH_{BASE,HOST,GRAPHICS,AUDIO}): Define. | David Edelsohn | 2 | -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 Taylor | 2 | -2/+6 | |
1995-02-08 | * bfdlink.h (struct bfd_link_hash_entry): Change format of common | Ian Lance Taylor | 1 | -0/+6 | |
symbol information, to remove restrictions on maximum size and alignment power, by using a pointer to a structure instead. | |||||
1995-02-06 | update comment | Ian Lance Taylor | 1 | -1/+1 | |
1995-02-06 | * bfdlink.h (enum bfd_link_hash_type): Rename bfd_link_hash_weak | Ian Lance Taylor | 2 | -20/+41 | |
to bfd_link_hash_undefweak. Add bfd_link_hash_defweak. | |||||
1995-02-06 | * i386.h: added cpuid instruction , and dr[0-7] aliases for the | J.T. Conklin | 1 | -0/+5 | |
debug registers. From Charles Hannum (mycroft@netbsd.org). | |||||
1995-02-06 | i386 16-bit mode support from bryan ford | Ken Raeburn | 2 | -41/+71 | |
1995-01-29 | (arc.h): New file, contains ARC specific ELF definitions. | David Edelsohn | 2 | -1/+80 | |
1995-01-24 | Add EM_PPC macro. | Michael Meissner | 1 | -0/+17 | |
1995-01-17 | * mips.h (INSN_ISA, INSN_4650): Define. | Ian Lance Taylor | 1 | -0/+28 | |
1995-01-16 | * dis-asm.h (prin_insn_w65): Declare. | Steve Chamberlain | 2 | -0/+5 | |
1995-01-16 | * w65.h: New file. | Steve Chamberlain | 1 | -0/+1 | |
1995-01-12 | * libiberty.h (hex_p): Fix sense of test. | Ken Raeburn | 1 | -0/+4 | |
1995-01-12 | * libiberty.h (_hex_array_size, _hex_bad, _hex_value, hex_init, hex_p, | Ken Raeburn | 2 | -4/+22 | |
hex_value): New macros and declarations, for hex.c. | |||||
1995-01-06 | * dis-asm.h: Make idempotent. | Ian Lance Taylor | 2 | -4/+23 | |
1994-12-14 | * progress.h: New file, empty definitions for progress macros. | Stan Shebs | 2 | -0/+38 | |
1994-11-30 | Initial ARC support. | David Edelsohn | 1 | -3/+44 | |
1994-11-30 | Initial ARC support. | David Edelsohn | 2 | -0/+68 | |
1994-11-25 | * hp-symtab.h: New file describing the debug symbols emitted | Jeff Law | 5 | -2571/+999 | |
by the HP C compilers. * hpux-symtab.h: Deleted. NOTE: hpux-symtab.h was the HP copyrighted description and data structures for the debug symbols emitted by the various HP compilers (C, C++, Fortran, Cobol, Pascal, Modula-2, Cobol, etc). hp-symtab.h is my rewritten version which only describes the debug symbols used by the HP C compiler. hp-symtab.h is intended to be copyrighted by the FSF as part of GDB. | |||||
1994-11-24 | * dis-asm.h (print_insn_shl): New prototype. | Steve Chamberlain | 1 | -13/+18 | |
1994-11-15 | Fixed keep_these_too/lose_these_too for mpw and hpread | Angela Marie Thomas | 1 | -4/+4 | |
1994-10-25 | * bfdlink.h (struct bfd_link_callbacks): Fix comments for | Ian Lance Taylor | 1 | -1/+18 | |
multiple_common field. | |||||
1994-10-19 | * a29k.h: Add operand type 'I' for `inv' and `iretinv'. On | Ian Lance Taylor | 1 | -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 Taylor | 2 | -3/+21 | |
PR 5433. | |||||
1994-08-19 | * hpux-symtab.h: New file describing the debug symbols emitted by | Jeff Law | 3 | -0/+2571 | |
the HP C compilers. | |||||
1994-08-04 | * os9k.h: Comment out apparently-unused declarations. | Jean Marie Diaz | 2 | -0/+180 | |
1994-07-28 | update doc for sparclite 934 opcode table changes | Ken Raeburn | 1 | -22/+20 | |
1994-07-26 | i960xl support (sanitized) | Ken Raeburn | 1 | -0/+21 | |
1994-07-26 | i960xl opcode table changes (sanitized) | Ken Raeburn | 2 | -0/+37 | |
1994-07-22 | * bfdlink.h (struct bfd_link_hash_entry): Change u.c.size into a | Ian Lance Taylor | 1 | -0/+13 | |
bitfield. Add field u.c.alignment_power. |