diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-04-11 15:41:00 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-04-11 15:41:00 -0700 |
commit | e4097f5ee55a0d14a6213bccb9da39d4878714c8 (patch) | |
tree | 905da422c2609b547bda90170d795e122738afd7 /bfd/ChangeLog | |
parent | 537616aaeb44bc698af9848987e7c8e96d550595 (diff) | |
download | gdb-e4097f5ee55a0d14a6213bccb9da39d4878714c8.zip gdb-e4097f5ee55a0d14a6213bccb9da39d4878714c8.tar.gz gdb-e4097f5ee55a0d14a6213bccb9da39d4878714c8.tar.bz2 |
Remove the extra `\n' in warning/error messages
* elf-properties.c (_bfd_elf_parse_gnu_properties): Remove the
extra `\n' in warning/error messages.
* elf32-i386.c (elf_i386_parse_gnu_properties): Likewise.
* elf64-x86-64.c (elf_x86_64_parse_gnu_properties): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 678a007..764f534 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ 2017-04-11 H.J. Lu <hongjiu.lu@intel.com> + * elf-properties.c (_bfd_elf_parse_gnu_properties): Remove the + extra `\n' in warning/error messages. + * elf32-i386.c (elf_i386_parse_gnu_properties): Likewise. + * elf64-x86-64.c (elf_x86_64_parse_gnu_properties): Likewise. + +2017-04-11 H.J. Lu <hongjiu.lu@intel.com> + * elf-properties.c (_bfd_elf_parse_gnu_properties): Ignore processor-specific properties with generic ELF target vector. |