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 /gas/ChangeLog | |
parent | a4528eebc0703a5ad999b0bf37d8e111fff94e46 (diff) | |
download | gdb-f5c7edf4d6920c105f2201c6a7f864c3f85392dc.zip gdb-f5c7edf4d6920c105f2201c6a7f864c3f85392dc.tar.gz gdb-f5c7edf4d6920c105f2201c6a7f864c3f85392dc.tar.bz2 |
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 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2ec3462..82d9fb5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2004-11-19 Alan Modra <amodra@bigpond.net.au> + * config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes, + struct hcodes_s, msp430_hcodes): From include/opcode/msp430.h. + +2004-11-19 Alan Modra <amodra@bigpond.net.au> + * config/obj-coff.c (c_dot_file_symbol): Add "app" param. (coff_adjust_symtab): Adjust call. (crawl_symbols): Likewise. |