diff options
author | Alan Modra <amodra@gmail.com> | 2019-11-19 08:06:24 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-11-19 12:31:22 +1030 |
commit | df56ecde8aeed75693f49c9e290427ee5030b05c (patch) | |
tree | b02e2cd1d9643d4b9697e68077d8d500c5afe7e7 /binutils/ChangeLog | |
parent | 0b8dbf3f1c359e26b25ce0e48634c83befd60994 (diff) | |
download | gdb-df56ecde8aeed75693f49c9e290427ee5030b05c.zip gdb-df56ecde8aeed75693f49c9e290427ee5030b05c.tar.gz gdb-df56ecde8aeed75693f49c9e290427ee5030b05c.tar.bz2 |
Add space between program name and file for objcopy/strip/objdump messages
The GNU coding standard does indicate there should be no space in
messages like these, but we tend to put a space in all other
messages. This patch cures the inconsistency in:
$ binutils/strip-new -F elf32-little -N .text -o pr25200 pr25200.bin
binutils/strip-new: pr25200: R_X86_64_PLT32 unsupported
binutils/strip-new:pr25200: sorry, cannot handle this file
* bucomm.c (bfd_nonfatal_message): Add a space between program
name and file.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 298a737..bf6d20e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2019-11-19 Alan Modra <amodra@gmail.com> + + * bucomm.c (bfd_nonfatal_message): Add a space between program + name and file. + 2019-11-18 Alan Modra <amodra@gmail.com> PR 25198 |