Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-01-03 | Add new st_other bits; Remove v850 section indexes | Michael Meissner | 2 | -11/+10 | |
1997-01-03 | Add v850.h | Michael Meissner | 3 | -0/+56 | |
1996-12-31 | Add V850_OPERAND_ADJUST_SHORT_MEMORY | Michael Meissner | 1 | -0/+7 | |
1996-12-31 | * common.h (DT_AUXILIARY): Define. | Ian Lance Taylor | 1 | -3/+26 | |
(DT_FILTER): Define. | |||||
1996-12-28 | (Laying some groundwork (that will be incrementally fleshed out) for | Fred Fish | 1 | -0/+28 | |
TIc80) * dis-asm.h (print_insn_tic80): Declare. | |||||
1996-12-28 | (Laying the groundwork (that will be incrementally fleshed out) for | Fred Fish | 3 | -0/+152 | |
TIc80 support) * tic80.h: New file. | |||||
1996-12-28 | (Laying the groundwork (that will be incrementally fleshed out) for | Fred Fish | 2 | -0/+264 | |
TIc80 support) * tic80.h: New file for TIc80 support. | |||||
1996-12-19 | * arm.h (_LIT): Define. | Ian Lance Taylor | 1 | -2/+8 | |
PR 11329. | |||||
1996-12-18 | * mn10200.h (MN10200_OPERAND_NOCHECK): Define. | Jeff Law | 1 | -0/+4 | |
1996-12-14 | * mn10200.h: Fix comment, mn10200_operand not powerpc_operand. | Fred Fish | 3 | -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 Edelsohn | 1 | -2/+6 | |
1996-12-02 | comment fix | Ian Lance Taylor | 1 | -0/+266 | |
1996-11-26 | * m68k.h: Document new <, >, m, n, o and p operand specifiers. | J.T. Conklin | 1 | -0/+9 | |
1996-11-21 | Removed d10v.h. | Martin Hunt | 1 | -8/+0 | |
1996-11-20 | * callback.h: New file, moved here from gdb. | David Edelsohn | 2 | -0/+57 | |
1996-11-19 | * mn10300.h (MN10300_OPERAND_REG_LIST): Define. | Jeff Law | 2 | -0/+12 | |
1996-11-18 | * libiberty.h: Checkin again; last checkin failed due to sticky tag. | Dawn Perchik | 1 | -0/+14 | |
1996-11-05 | * mn10300.h (MN10300_OPERAND_EXTENDED): Define. | Jeff Law | 2 | -0/+6 | |
[ For operands inserted into the extended part of the opcode. ] | |||||
1996-11-04 | * mn10300.h (MN10300_OPERAND_REPEATED): Define. | Jeff Law | 2 | -0/+19 | |
Matsushita. | |||||
1996-11-01 | Fri Nov 1 10:31:02 1996 Richard Henderson <rth@tamu.edu> | Ian Lance Taylor | 1 | -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 Edelsohn | 1 | -0/+14 | |
1996-10-29 | * v850.h (V850_OPERAND_RELAX): New operand flag. | Jeff Law | 1 | -0/+11 | |
1996-10-17 | * dis-asm.h (print_insn_m32r): Declare. | David Edelsohn | 3 | -0/+37 | |
1996-10-15 | * libiberty.h: Declare parameter types for xmalloc and xrealloc. | Ian Lance Taylor | 1 | -0/+4 | |
1996-10-08 | * mn10300.h (MN10300_OPERAND_PAREN): Define. | Jeff Law | 2 | -0/+6 | |
Matsushita. | |||||
1996-10-07 | * mn10300.h (mn10300_opcode): Add "format" field. | Jeff Law | 2 | -0/+20 | |
(MN10300_OPERAND_*): Define. Checkpointing today's Matsushita work. | |||||
1996-10-03 | * fnmatch.h: New file. | Ian Lance Taylor | 3 | -0/+74 | |
1996-10-03 | Grrr. The mn10200 and mn10300 are _not_ similar enough to easily support | Jeff Law | 6 | -14/+30 | |
with a single generic configuration. So break them up into two different configurations. See the individual ChangeLogs for additional detail. | |||||
1996-10-03 | * mn10x00.h: New file. | Jeff Law | 3 | -0/+102 | |
Matsushita. | |||||
1996-10-03 | * common.h (EM_CYGNUS_MN10x00): Define. | Jeff Law | 2 | -1/+31 | |
Matsushita. | |||||
1996-10-03 | * dis-asm.h (print_insn_mn10x00): Declare. | Jeff Law | 2 | -2/+12 | |
Getting started on Matsushita. | |||||
1996-10-01 | * libiberty.h: Remove #ifndef PRIVATE_XMALLOC. | Fred Fish | 2 | -2/+32 | |
1996-09-23 | m32r.h: new file | David Edelsohn | 1 | -0/+8 | |
1996-08-31 | * dis-asm.h (print_insn_v850): Declare. | Jeff Law | 1 | -0/+28 | |
1996-08-22 | * v850.h (v850_operands): Add insert and extract fields, pointers | J.T. Conklin | 2 | -2/+56 | |
to functions used to handle unusual operand encoding. (V850_OPERAND_REG, V850_OPERAND_SRG, V850_OPERAND_CC, V850_OPERAND_SIGNED): Defined. | |||||
1996-08-22 | * v850.h (v850_operands): Add flags field. | J.T. Conklin | 2 | -0/+12 | |
(OPERAND_REG, OPERAND_NUM): Defined. | |||||
1996-08-20 | * v850.h: New file. | J.T. Conklin | 3 | -0/+123 | |
1996-08-20 | * common.h (EM_CYGNUS_V850): Define. | J.T. Conklin | 1 | -0/+28 | |
1996-08-19 | * common.h (EM_CYGNUS_M32R): Define. | David Edelsohn | 3 | -2/+48 | |
1996-08-16 | * hppa.h (pitlb, pitlbe, iitlba, iitlbp, fic, fice): Accept | Jeff Law | 1 | -0/+5 | |
a 3 bit space id instead of a 2 bit space id. Fixes net problem. | |||||
1996-08-15 | Thu Aug 15 13:11:46 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -0/+14 | |
* d10v.h: Add some additional defines to support the assembler in determining which operations can be done in parallel. | |||||
1996-08-13 | * ansidecl.h: Change WIN32 to _WIN32. | Stu Grossman | 1 | -0/+11 | |
1996-07-26 | Fri Jul 26 11:47:10 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -0/+4 | |
* d10v.h (OPERAND_SHIFT): New operand flag. | |||||
1996-07-26 | * libiberty.h (PRIVATE_XMALLOC): Enclose xmalloc/xrealloc | Fred Fish | 1 | -0/+10 | |
definitions inside #ifndef so that programs that want to can define PRIVATE_XMALLOC and then define xmalloc and xrealloc anyway they want. (basename): Document in source that we can't declare the parameter type because it is declared inconsistently across different systems. | |||||
1996-07-25 | Thu Jul 25 12:06:22 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 2 | -6/+19 | |
* d10v.h: Changes for divs, parallel-only instructions, and signed numbers. | |||||
1996-07-22 | start-sanitize-d10v | Martin Hunt | 2 | -0/+22 | |
Mon Jul 22 11:21:15 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * d10v.h (pd_reg): Define. Putting the definition here allows the assembler and disassembler to share the same struct. end-sanitize-d10v | |||||
1996-07-22 | Mon Jul 22 13:16:13 1996 Richard Henderson <rth@tamu.edu> | Ian Lance Taylor | 2 | -3/+9 | |
* dis-asm.h (print_insn_alpha): Don't declare. (print_insn_alpha_osf, print_insn_alpha_vms): Declare. | |||||
1996-07-22 | * i960.h (i960_opcodes): "halt" takes an argument. From Stephen | Ian Lance Taylor | 1 | -2/+7 | |
Williams <steve@icarus.com>. | |||||
1996-07-19 | always keep dwarf2.h | Stan Shebs | 1 | -0/+1 | |
1996-07-19 | * dwarf2.h: New file. | Stan Shebs | 1 | -1/+5 | |