Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-10Update the address and phone number of the FSF organizationNick Clifton
2005-03-03update copyright datesAlan Modra
2004-08-13O_JSR): Do not allow VECIND addressing for non-SX processors.Nick Clifton
2004-02-09Add support for relaxing the 32bit ldc/stc instructions.Nick Clifton
2004-01-12Add support for relaxation of bit manipulation instructions.Nick Clifton
2004-01-09(BITOP): Dissallow operations on @aa:16 and @aa:32 except for the H8S.Nick Clifton
2003-07-302003-07-18 Michael Snyder <msnyder@redhat.com>Michael Snyder
* include/opcode/h8sx.h (DO_MOVA1, DO_MOVA2): Reformatting.
2003-06-25include/opcode/Richard Sandiford
* h8300.h (IMM2_NS, IMM8_NS, IMM16_NS): Remove. (IMM8U, IMM8U_NS): Define. (h8_opcodes): Use IMM8U_NS for mov.[wl] #xx:8,@yy. gas/ * config/tc-h8300.c (get_specific): Allow ':8' to be used for unsigned 8-bit operands. gas/testsuite/ * gas/h8300/h8sx_mov_imm.[sd]: Add tests for mov.[wl] #xx:8,@yy.
2003-06-25 * include/opcode/h8300.h (h8_opcodes): Fix the mov.l @(dd:32,ERs),ERdRichard Sandiford
and mov.l ERs,@(dd:32,ERd) entries.
2003-06-10include/opcode/Richard Sandiford
* h8300.h (IMM4_NS, IMM8_NS): New. (h8_opcodes): Replace IMM4 with IMM4_NS in mov.b and mov.w entries. Likewise IMM8 for mov.w and mov.l. Likewise IMM16U for mov.l. gas/testsuite * gas/h8300/h8sx_mov_imm.[sd]: New test. * gas/h8300/h8300.exp: Run it.
2003-06-052003-06-03 Michael Snyder <msnyder@redhat.com>Michael Snyder
* h8sx.h (enum h8_model): Add AV_H8S to distinguish from H8H. (ldc): Split ccr ops from exr ops (which are only available on H8S or H8SX). (stc): Ditto. (andc, orc, xorc): Ditto. (ldmac, stmac, clrmac, mac): Change access to AV_H8S.
2003-06-042003-06-03 Michael Snyder <msnyder@redhat.com>Michael Snyder
and Bernd Schmidt <bernds@redhat.com> and Alexandre Oliva <aoliva@redhat.com> * h8300.h: Add support for h8300sx instruction set.
2003-04-132003-04-07 Michael Snyder <msnyder@redhat.com>Michael Snyder
* h8300.h (ldc/stc): Fix up src/dst swaps.
2003-03-17(O_SYS_CMDLINE): New pseudo opcode for command line processing.Nick Clifton
2003-02-21(ldmac, stmac): Replace MACREG with MS32 and MD32.Nick Clifton
2002-12-30Added some more pseudo opcodes for system call processing.Nick Clifton
2002-11-202002-11-19 Klee Dienes <kdienes@apple.com>Klee Dienes
* h8300.h (h8_opcode): Remove 'noperands', 'idx', and 'size' fields. (h8_opcodes). Modify initializer and initializer macros to no longer initialize the removed fields.
2002-11-182002-11-11 Klee Dienes <kdienes@apple.com>Klee Dienes
* h8300.h (h8_opcode): Remove 'length' field. (h8_opcodes): Mark as 'const' (both the declaration and definition). Modify initializer and initializer macros to no longer initialize the length field. 2002-11-11 Klee Dienes <kdienes@apple.com> * h8300-dis.c: Include libiberty.h (for xmalloc). (struct h8_instruction): New type, used to wrap h8_opcodes with a length field (computed at run-time). (h8_instructions): New variable. (bfd_h8_disassemble_init): Allocate the storage for h8_instructions. Fill h8_instructions with pointers to the appropriate opcode and the correct value for the length field. (bfd_h8_disassemble): Iterate through h8_instructions instead of h8_opcodes.
2002-05-17* h8300.h: Corrected defs of all control regs and eepmov instr.Andrey Volkov
2002-01-21comment typo fixesAlan Modra
2001-09-21fix compile time warning messagesNick Clifton
2001-03-222001-03-21 Kazu Hirata <kazu@hxi.com>Kazu Hirata
* h8300.h: Fix formatting.
2001-03-14Fix typos in ChangeLogs; add coff/external.h; fix copyright datesNick Clifton
2000-05-01 * h8300.h (EOP): Add missing initializer.Jeff Law
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson