diff options
author | Nick Clifton <nickc@redhat.com> | 2014-01-14 12:39:45 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-01-14 12:39:45 +0000 |
commit | 73812f599c58b21a25c295e6ba546e875e63be50 (patch) | |
tree | 71ccb90411d057ec53dce8fdf77c2d4c7c763de0 /gas/ChangeLog | |
parent | b5b08fb4ffa53ec088f8ad865bee0fd6edb2906f (diff) | |
download | gdb-73812f599c58b21a25c295e6ba546e875e63be50.zip gdb-73812f599c58b21a25c295e6ba546e875e63be50.tar.gz gdb-73812f599c58b21a25c295e6ba546e875e63be50.tar.bz2 |
PR gas/16434
* config/tc-z80.c (wrong_match): Provide format string to
as_warn.
(parse_exp_not_indexed): Delete unused variable dummy.
(emit_byte): Delete unused variable fixp.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0bb31f5..3685edb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2014-01-14 Nick Clifton <nickc@redhat.com> + + PR gas/16434 + * config/tc-z80.c (wrong_match): Provide format string to + as_warn. + (parse_exp_not_indexed): Delete unused variable dummy. + (emit_byte): Delete unused variable fixp. + 2014-01-08 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (regbnd): Removed. |