diff options
author | Alan Modra <amodra@gmail.com> | 2004-11-19 12:28:03 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-11-19 12:28:03 +0000 |
commit | f5c7edf4d6920c105f2201c6a7f864c3f85392dc (patch) | |
tree | 3354d1f0248fb844a7d563590ea2282a9ced23ab /include/opcode/ChangeLog | |
parent | a4528eebc0703a5ad999b0bf37d8e111fff94e46 (diff) | |
download | binutils-gdb-f5c7edf4d6920c105f2201c6a7f864c3f85392dc.tar.gz |
include/opcode/
* msp430.h (struct rcodes_s, MSP430_RLC, msp430_rcodes,
struct hcodes_s, msp430_hcodes): Move to gas/config/tc-msp430.c.
gas/
* config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes,
struct hcodes_s, msp430_hcodes): From include/opcode/msp430.h.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 9e6a656d549..3429c73e400 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,8 @@ +2004-11-19 Alan Modra <amodra@bigpond.net.au> + + * msp430.h (struct rcodes_s, MSP430_RLC, msp430_rcodes, + struct hcodes_s, msp430_hcodes): Move to gas/config/tc-msp430.c. + 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com> Vineet Sharma <vineets@noida.hcltech.com> |