Add space between program name and file for objcopy/strip/objdump messages
authorAlan Modra <amodra@gmail.com>
Mon, 18 Nov 2019 21:36:24 +0000 (08:06 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 19 Nov 2019 02:01:22 +0000 (12:31 +1030)
commitdf56ecde8aeed75693f49c9e290427ee5030b05c
treeb02e2cd1d9643d4b9697e68077d8d500c5afe7e7
parent0b8dbf3f1c359e26b25ce0e48634c83befd60994
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.
binutils/ChangeLog
binutils/bucomm.c
This page took 0.02403 seconds and 4 git commands to generate.