diff options
author | Nick Clifton <nickc@redhat.com> | 2015-04-30 11:17:55 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-04-30 11:17:55 +0100 |
commit | 8b2d793ce5ee03336d6c1d1f30b8d296cbe443de (patch) | |
tree | 7583cf0babfe49436be56b4759c7f703bfd59ec3 /gas/ChangeLog | |
parent | 7ce98c164ed42df085c1b3e08c5261e02320149b (diff) | |
download | gdb-8b2d793ce5ee03336d6c1d1f30b8d296cbe443de.zip gdb-8b2d793ce5ee03336d6c1d1f30b8d296cbe443de.tar.gz gdb-8b2d793ce5ee03336d6c1d1f30b8d296cbe443de.tar.bz2 |
GAS ARM: Warn if the user creates a symbol with the same name as an instruction.
PR gas/18347
gas * config/tc-arm.c (md_undefined_symbol): Issue a warning message
(if enabled) when the user creates a symbol with the same name as
an ARM instruction.
(flag_warn_syms): New static variable.
(arm_opts): Add mwarn-syms and mno-warn-syms.
* doc/c-arm.texi (ARM Options): Document the -m[no-]warn-syms
options.
tests * gas/arm/pr18347.s: New file: Test case.
* gas/arm/pr18347.l: New file: Expected assembler output.
* gas/arm/pr18347.d: New file: Test driver.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 062e13d..9764a24 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,14 @@ 2015-04-30 Nick Clifton <nickc@redhat.com> + PR gas/18347 + * config/tc-arm.c (md_undefined_symbol): Issue a warning message + (if enabled) when the user creates a symbol with the same name as + an ARM instruction. + (flag_warn_syms): New static variable. + (arm_opts): Add mwarn-syms and mno-warn-syms. + * doc/c-arm.texi (ARM Options): Document the -m[no-]warn-syms + options. + PR gas/18353 * doc/as.texinfo (Zero): Add documentation of the .zero pseudo-op. |