diff options
author | Alan Modra <amodra@gmail.com> | 2014-05-22 18:53:22 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-05-22 18:53:22 +0930 |
commit | b52855e7a06171f98918f9a35de695fa9a3abd88 (patch) | |
tree | 1521539ee7fa62797d0cc85150afd359040a1a9f /gas/ChangeLog | |
parent | a0fed88764b4c42e856564171d035c0e8acc903f (diff) | |
download | gdb-b52855e7a06171f98918f9a35de695fa9a3abd88.zip gdb-b52855e7a06171f98918f9a35de695fa9a3abd88.tar.gz gdb-b52855e7a06171f98918f9a35de695fa9a3abd88.tar.bz2 |
Fix whitespace in gas listing errors and warnings
gas/
* listing.c (listing_warning, listing_error): Add space after colon.
* messages.c (as_warn_internal, as_bad_internal): Use the same
string as above.
gas/testsuite/
* gas/d30v/bittest.l: Update for changed whitespace.
* gas/d30v/serial.l: Likewise.
* gas/d30v/serial2.l: Likewise.
* gas/d30v/serial2O.l: Likewise.
* gas/d30v/warn_oddreg.l: Likewise.
* gas/i386/inval-equ-2.l: Likewise.
* gas/i386/mpx-inval-1.l: Likewise.
* gas/i386/sse-check-error.l: Likewise.
* gas/i386/x86-64-mpx-inval-1.l: Likewise.
* gas/i386/x86-64-mpx-inval-2.l: Likewise.
* gas/i386/x86-64-size-inval-1.l: Likewise.
* gas/i386/x86-64-sse-check-error.l: Likewise.
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 064b8cf..98186d3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2014-05-22 Alan Modra <amodra@gmail.com> + + * listing.c (listing_warning, listing_error): Add space after colon. + * messages.c (as_warn_internal, as_bad_internal): Use the same + string as above. + 2014-05-20 Matthew Fortune <matthew.fortune@imgtec.com> * config/tc-mips.c (file_mips_opts_checked): New static global. |