Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change source files over to GPLv3. | Nick Clifton | 2007-07-05 | 1 | -8/+9 |
| | |||||
* | Regenerate. | Alan Modra | 2007-03-08 | 1 | -0/+3 |
| | |||||
* | * cgen-ibld.in (insert_normal): Cope with attempts to insert a signed 32-bit | Nick Clifton | 2006-03-05 | 1 | -1/+1 |
| | | | | value into an unsigned 32-bit field when the host is a 64-bit machine. | ||||
* | Fix %hi() operator for 64-bit hosts. | Nick Clifton | 2006-02-10 | 1 | -0/+2 |
| | |||||
* | Fix compile time warnings from a GCC 4.0 compiler | Nick Clifton | 2005-07-05 | 1 | -2/+2 |
| | |||||
* | Update function declarations to ISO C90 formatting | Nick Clifton | 2005-07-01 | 1 | -114/+77 |
| | |||||
* | Update the address and phone number of the FSF | Nick Clifton | 2005-05-07 | 1 | -1/+1 |
| | |||||
* | Initialise value to zero to avoid a compile time warning. | Nick Clifton | 2005-04-04 | 1 | -4/+3 |
| | |||||
* | Fix compile time warnings generated by gcc 4.0 | Nick Clifton | 2005-02-23 | 1 | -28/+30 |
| | |||||
* | Fix compile time warning building iq2000-asm.c | Nick Clifton | 2005-02-11 | 1 | -3/+3 |
| | |||||
* | Add an index operand to some of the iq2000 co-processor instructions | Nick Clifton | 2004-10-27 | 1 | -11/+15 |
| | |||||
* | regenerate cgen files after prototype fix | Michael Meissner | 2003-08-09 | 1 | -17/+12 |
| | |||||
* | opcodes: | Doug Evans | 2003-06-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * cgen-asm.in (@arch@_cgen_assemble_insn): CGEN_INSN_RELAX renamed to CGEN_INSN_RELAXED. * fr30-asm.c,fr30-desc.c,fr30-desc.h: Regenerate. * frv-asm.c,frv-desc.c,frv-desc.h: Regenerate. * ip2k-asm.c,ip2k-desc.c,ip2k-desc.h: Regenerate. * iq2000-asm.c,iq2000-desc.c,iq2000-desc.h: Regenerate. * m32r-asm.c,m32r-desc.c,m32r-desc.h,m32r-opc.c: Regenerate. * openrisc-asm.c,openrisc-desc.c,openrisc-desc.h: Regenerate. * xstormy16-asm.c,xstormy16-desc.c,xstormy16-desc.h: Regenerate. gas: * cgen.c (gas_cgen_finish_insn): CGEN_INSN_RELAX renamed to CGEN_INSN_RELAXED. * config/tc-fr30.c (md_estimate_size_before_relax): Ditto. * config/tc-m32r.c (md_estimate_size_before_relax): Ditto. * config/tc-openrisc.c (md_estimate_size_before_relax): Ditto. | ||||
* | FRV: Use a signed 6-bit immediate value not unsigned for mdrotli insn. | Nick Clifton | 2003-06-03 | 1 | -6/+3 |
| | | | | Use maintainer mode to regenerate ports. | ||||
* | * iq2000-asm.c: New file. | Stan Cox | 2003-01-03 | 1 | -0/+891 |
* iq2000-desc.c: Likewise. * iq2000-desc.h: Likewise. * iq2000-dis.c: Likewise. * iq2000-ibld.c: Likewise. * iq2000-opc.c: Likewise. * iq2000-opc.h: Likewise. * Makefile.am (HFILES): Add iq2000-desc.h, iq2000-opc.h. (CFILES): Add iq2000-asm.c, iq2000-desc.c, iq2000-dis.c, iq2000-ibld.c, iq2000-opc.c. (ALL_MACHINES): Add iq2000-asm.lo, iq2000-desc.lo, iq2000-dis.lo, iq2000-ibld.lo, iq2000-opc.lo. (CLEANFILES): Add stamp-iq2000. (IQ2000_DEPS): New macro. (stamp-iq2000): New target. * Makefile.in: Regenerate. * configure.in: Handle bfd_iq2000_arch. * configure: Regenerate. |