aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
1997-03-21 * i386.h: Change DW to W for cmpxchg and xadd, since they don'tIan Lance Taylor2-27/+77
take a direction bit.
1997-03-19* m68k.h (mcfmac, mcfdiv): New macros.J.T. Conklin1-0/+28
1997-03-18 * objalloc.h: New file.Ian Lance Taylor1-0/+1
1997-03-17* remote-sim.h: New file, copied in from gdb/remote-sim.h. OneAndrew Cagney3-0/+135
day this will be placed in a directory of its own.
1997-03-16xIan Lance Taylor1-0/+4
1997-03-16 * obstack.h: Update to current FSF version.Ian Lance Taylor1-0/+27
1997-03-14 * sparc.h: Include <ansidecl.h>. Update function declarations toIan Lance Taylor2-10/+34
use prototypes, and to use const when appropriate.
1997-03-13Add copyright, tweak some comments.David Edelsohn1-2/+24
1997-03-12Extend callback interface to support vprintf, flush and error printing.Andrew Cagney1-1/+9
Corresponding change for gdb directory can be checked in later.
1997-03-06Fix typo in last change.Jeff Law1-1/+1
1997-03-06 * mn10300.h (MN10300_OPERAND_RELAX): Define.Jeff Law1-1/+7
Bringing over changes from the mn10200 port. Getting ready to start on the relaxing assembler.
1997-03-03Correct d10v sanitization errors.Jim Wilson1-8/+1
1997-02-27Sanitize out d30v stuff.Martin Hunt1-0/+28
1997-02-23 * mips.h: Add macros for cop0, cop1 cop2 and cop3.Dawn Perchik2-4/+218
Change mips_opcodes from const array to a pointer, and change bfd_mips_num_opcodes from const int to int, so that we can increase the size of the mips opcodes table dynamically.
1997-02-22Fri Feb 21 16:34:18 1997 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-0/+4
* d30v.h (FLAG_X): Remove unused flag.
1997-02-21 * m32r.h (enum reloc_type): Add R_M32R_SDA16.David Edelsohn1-0/+7
(SHN_M32R_SCOMMON): Define.
1997-02-20Since d10v is public now, remove all sanitization statementsMichael Meissner7-99/+20
1997-02-19 From Eric Youngdale <eric@andante.jic.com>:Ian Lance Taylor3-1/+312
* external.h, internal.h, common.h: Added new structures and definitions for ELF versions.
1997-02-19Tue Feb 18 17:40:36 1997 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt3-2/+57
* common.h (EM_CYGNUS_D30V): Define.
1997-02-19Tue Feb 18 17:37:20 1997 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt3-0/+294
* d30v.h: New file.
1997-02-11Add r5900Gavin Romig-Koch2-0/+34
1997-02-10 * tic80.h (tic80_symbol_to_value): Change prototype to matchFred Fish2-1/+6
change in function, added class parameter.
1997-02-07 * tic80.h (TIC80_OPERAND_ENDMASK): Add for flagging TIc80Fred Fish2-0/+15
endmask fields, which are somewhat weird in that 0 and 32 are treated exactly the same.
1997-01-30One minor fix I forgot in last checkin.Fred Fish1-1/+1
1997-01-30 * tic80.h: Change all the OPERAND defines to use the form (1 << X)Fred Fish2-31/+113
rather than a constant that is 2**X. Reorder them to put bits for operands that have symbolic names in the upper bits, so they can be packed into an int where the lower bits contain the value that corresponds to that symbolic name. (predefined_symbo): Add struct. (tic80_predefined_symbols): Declare array of translations. (tic80_num_predefined_symbols): Declare size of that array. (tic80_value_to_symbol): Declare function. (tic80_symbol_to_value): Declare function.
1997-01-29 * mn10200.h (MN10200_OPERAND_RELAX): Define.Jeff Law1-0/+4
Checking in some of the assembler branch relaxing code.
1997-01-27 * internal.h (R_IPRMED, R_OPTCALL, R_OPTCALLX): Move definitionsIan Lance Taylor2-9/+18
from here... * i960.h (R_IPRMED, R_OPTCALL, R_OPTCALLX): ...to here.
1997-01-23 * tic80.h (TIC80MAGIC): Renamed to TIC80_AOUTHDR_MAGIC.Fred Fish1-0/+10
1997-01-19 * tic80.h (TIC80_NO_R0_DEST): Add for opcodes where r0 cannotFred Fish2-1/+7
be the destination register.
1997-01-17 * tic80.h (struct tic80_opcode): Change "format" field to "flags".Fred Fish2-13/+28
(FMT_UNUSED, FMT_SI, FMT_LI, FMT_REG): Delete. (TIC80_VECTOR): Define a flag bit for the flags. This one means that the opcode can have two vector instructions in a single 32 bit word and we have to encode/decode both.
1997-01-13 * tic80.h (TIC80_OPERAND_FLOAT): Add for floating point operands.Fred Fish2-0/+7
1997-01-06 * tic80.h (TIC80_OPERAND_SCALED): Operand may have optionalFred Fish2-0/+9
":s" modifier for scaling.
1997-01-05 * tic80.h (TIC80_OPERAND_M_SI): Add operand modifier for ":m".Fred Fish2-0/+13
(TIC80_OPERAND_M_LI): Ditto
1997-01-05 * tic80.h (TIC80_OPERAND_BITNUM): Renamed from TIC80_OPERAND_CC_SZ.Fred Fish2-4/+17
(TIC80_OPERAND_CC): New define for condition code operand. (TIC80_OPERAND_CR): New define for control register operand.
1997-01-03 * tic80.h (struct tic80_opcode): Name changed.Fred Fish2-46/+119
(struct tic80_opcode): Remove format field. (struct tic80_operand): Add insertion and extraction functions. (TIC80_OPERAND_*): Remove old bogus values, start adding new correct ones. (FMT_*): Ditto.
1997-01-03Add new st_other bits; Remove v850 section indexesMichael Meissner2-11/+10
1997-01-03Add v850.hMichael Meissner3-0/+56
1996-12-31Add V850_OPERAND_ADJUST_SHORT_MEMORYMichael Meissner1-0/+7
1996-12-31 * common.h (DT_AUXILIARY): Define.Ian Lance Taylor1-3/+26
(DT_FILTER): Define.
1996-12-28(Laying some groundwork (that will be incrementally fleshed out) forFred Fish1-0/+28
TIc80) * dis-asm.h (print_insn_tic80): Declare.
1996-12-28(Laying the groundwork (that will be incrementally fleshed out) forFred Fish3-0/+152
TIc80 support) * tic80.h: New file.
1996-12-28(Laying the groundwork (that will be incrementally fleshed out) forFred Fish2-0/+264
TIc80 support) * tic80.h: New file for TIc80 support.
1996-12-19 * arm.h (_LIT): Define.Ian Lance Taylor1-2/+8
PR 11329.
1996-12-18 * mn10200.h (MN10200_OPERAND_NOCHECK): Define.Jeff Law1-0/+4
1996-12-14 * mn10200.h: Fix comment, mn10200_operand not powerpc_operand.Fred Fish3-1/+136
* mn10300.h: Fix comment, mn10300_operand not powerpc_operand. * v850.h: Fix comment, v850_operand not powerpc_operand.
1996-12-09 * callback.h (host_callback): New member `error'.David Edelsohn1-2/+6
1996-12-02comment fixIan Lance Taylor1-0/+266
1996-11-26* m68k.h: Document new <, >, m, n, o and p operand specifiers.J.T. Conklin1-0/+9
1996-11-21Removed d10v.h.Martin Hunt1-8/+0
1996-11-20 * callback.h: New file, moved here from gdb.David Edelsohn2-0/+57