diff options
author | Alan Modra <amodra@gmail.com> | 2017-11-07 16:32:07 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-11-07 17:01:17 +1030 |
commit | e54e9ac577591f53bd9552210b1062c6230030be (patch) | |
tree | 8f8d216c3e5264e4caead19b1ad073f965f6c0ed /gas/ChangeLog | |
parent | d3a49aa80b8a6eab1c684deddad3542c4cdaa497 (diff) | |
download | fsf-binutils-gdb-e54e9ac577591f53bd9552210b1062c6230030be.zip fsf-binutils-gdb-e54e9ac577591f53bd9552210b1062c6230030be.tar.gz fsf-binutils-gdb-e54e9ac577591f53bd9552210b1062c6230030be.tar.bz2 |
bundle_lock message tidy
I'd edited these thinking that there might be cases where the counts
were one, but on further investigation it appears not. What's left
here are some minor tweaks.
* read.c (assemble_one, s_bundle_unlock): Formatting.
Consistently add comma and "bytes" to error message.
* testsuite/gas/i386/bundle-bad.l: Adjust to suit.
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 417edc0..207d111 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2017-11-07 Alan Modra <amodra@gmail.com> + * read.c (assemble_one, s_bundle_unlock): Formatting. + Consistently add comma and "bytes" to error message. + * testsuite/gas/i386/bundle-bad.l: Adjust to suit. + +2017-11-07 Alan Modra <amodra@gmail.com> + * testsuite/gas/arm/got_prel.d, * testsuite/gas/elf/dwarf2-1.d, * testsuite/gas/elf/dwarf2-2.d, |