diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2014-06-17 00:56:01 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2014-06-17 00:56:01 +0200 |
commit | 29cf29a2cf1a5df53c9b77cce8916e8c0fc82e12 (patch) | |
tree | 4d834730fd48ffcc268e3493618d4034c860d362 /gas/ChangeLog | |
parent | 6be47f0c48cbd58921a25e7493ca79a6f596dffe (diff) | |
download | gdb-29cf29a2cf1a5df53c9b77cce8916e8c0fc82e12.zip gdb-29cf29a2cf1a5df53c9b77cce8916e8c0fc82e12.tar.gz gdb-29cf29a2cf1a5df53c9b77cce8916e8c0fc82e12.tar.bz2 |
GAS: Fix CRIS double-error reports caused by recent generic GAS changes.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 31d343a..9e3a320 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2014-06-17 Hans-Peter Nilsson <hp@axis.com> + + * config/tc-cris.c (cris_bad): New function. + (cris_process_instruction): Where applicable, use it instead of + as_bad. + 2014-06-16 Nick Clifton <nickc@redhat.com> * config/tc-aarch64.c (md_apply_fix): Ignore unused relocs. |