diff options
author | Nick Clifton <nickc@redhat.com> | 2013-09-18 07:50:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-09-18 07:50:34 +0000 |
commit | ab90591541a18371d9676ce8d731ff50d4f74a90 (patch) | |
tree | 12da79250b827ea4133bba8143a0f6f9329d8696 /gas/ChangeLog | |
parent | ee47b2f89d1b45727d1867e6b5b3c137bbcfe792 (diff) | |
download | gdb-ab90591541a18371d9676ce8d731ff50d4f74a90.zip gdb-ab90591541a18371d9676ce8d731ff50d4f74a90.tar.gz gdb-ab90591541a18371d9676ce8d731ff50d4f74a90.tar.bz2 |
* config/tc-msp430.c (OPTION_MOVE_DATA): Define.
(move_data): New variable.
(md_parse_option): Parse -md.
(msp430_section): New function. Catch references to the .bss or
.data sections and generate a special symbol for use by the libcrt
library.
(md_pseudo_table): Intercept .section directives.
(md_longopt): Add -md
(md_show_usage): Likewise.
(msp430_operands): Generate a warning message if a NOP is inserted
into the instruction stream.
* doc/c-msp430.texi (node MSP430 Options): Document -md option.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2ec87a1..62e136e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,7 +1,22 @@ +2013-09-18 Nick Clifton <nickc@redhat.com> + + * config/tc-msp430.c (OPTION_MOVE_DATA): Define. + (move_data): New variable. + (md_parse_option): Parse -md. + (msp430_section): New function. Catch references to the .bss or + .data sections and generate a special symbol for use by the libcrt + library. + (md_pseudo_table): Intercept .section directives. + (md_longopt): Add -md + (md_show_usage): Likewise. + (msp430_operands): Generate a warning message if a NOP is inserted + into the instruction stream. + * doc/c-msp430.texi (node MSP430 Options): Document -md option. + 2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com> * config/tc-mips.c (mips_elf_final_processing): Set - EF_MIPS_FP64 for -mgp32 -mfp64, removing old FIXME. + EF_MIPS_FP64 for -mgp32 -mfp64, removing old FIXME. 2013-09-16 Will Newton <will.newton@linaro.org> |