diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2009-01-23 17:46:21 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2009-01-23 17:46:21 +0000 |
commit | 278df34e1203e781f97b32320094e1831f5f9624 (patch) | |
tree | 029b7fdd1b46d8351a5dfb570dc23d6c41c69154 /gas/ChangeLog | |
parent | 3b2935444fe89c883ffe7964b69556f3580ee1ef (diff) | |
download | gdb-278df34e1203e781f97b32320094e1831f5f9624.zip gdb-278df34e1203e781f97b32320094e1831f5f9624.tar.gz gdb-278df34e1203e781f97b32320094e1831f5f9624.tar.bz2 |
* doc/c-arm.texi (): Document -mwarn-deprecated.
* config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
(warn_on_deprecated): ... this.
(opcode_lookup, md_assemble): Check it before warning.
(arm_opts): Add m[no-]warn-deprecated.
(md_parse_option): Replace WARN_DEPRECATED with
warn_on_deprecated.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9b0ade4..c3894ba 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2009-01-23 Nathan Sidwell <nathan@codesourcery.com> + + * doc/c-arm.texi (): Document -mwarn-deprecated. + * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ... + (warn_on_deprecated): ... this. + (opcode_lookup, md_assemble): Check it before warning. + (arm_opts): Add m[no-]warn-deprecated. + (md_parse_option): Replace WARN_DEPRECATED with + warn_on_deprecated. + 2009-01-23 Andreas Schwab <schwab@suse.de> * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast |