aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
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
1996-11-19 * mn10300.h (MN10300_OPERAND_REG_LIST): Define.Jeff Law2-0/+12
1996-11-18 * libiberty.h: Checkin again; last checkin failed due to sticky tag.Dawn Perchik1-0/+14
1996-11-05 * mn10300.h (MN10300_OPERAND_EXTENDED): Define.Jeff Law2-0/+6
[ For operands inserted into the extended part of the opcode. ]
1996-11-04 * mn10300.h (MN10300_OPERAND_REPEATED): Define.Jeff Law2-0/+19
Matsushita.
1996-11-01Fri Nov 1 10:31:02 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor1-0/+8
* alpha.h: Don't include "bfd.h"; private relocation types are now negative to minimize problems with shared libraries. Organize instruction subsets by AMASK extensions and PALcode implementation. (struct alpha_operand): Move flags slot for better packing.
1996-10-31 * ansidecl.h (VPARAMS,VA_START): Define.David Edelsohn1-0/+14
1996-10-29 * v850.h (V850_OPERAND_RELAX): New operand flag.Jeff Law1-0/+11
1996-10-17 * dis-asm.h (print_insn_m32r): Declare.David Edelsohn3-0/+37
1996-10-15 * libiberty.h: Declare parameter types for xmalloc and xrealloc.Ian Lance Taylor1-0/+4
1996-10-08 * mn10300.h (MN10300_OPERAND_PAREN): Define.Jeff Law2-0/+6
Matsushita.
1996-10-07 * mn10300.h (mn10300_opcode): Add "format" field.Jeff Law2-0/+20
(MN10300_OPERAND_*): Define. Checkpointing today's Matsushita work.
1996-10-03 * fnmatch.h: New file.Ian Lance Taylor3-0/+74