mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
binutils: readelf: add missing newline to warning message
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2015-02-21 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* readelf.c (process_program_headers): Add newline to warning
|
||||||
|
message.
|
||||||
|
|
||||||
2015-02-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
2015-02-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||||||
|
|
||||||
* readelf.c (get_note_type): Add NT_S390_VXRS_LOW and
|
* readelf.c (get_note_type): Add NT_S390_VXRS_LOW and
|
||||||
|
@ -4490,7 +4490,7 @@ process_program_headers (FILE * file)
|
|||||||
/* PR binutils/12467. */
|
/* PR binutils/12467. */
|
||||||
if (elf_header.e_phoff != 0)
|
if (elf_header.e_phoff != 0)
|
||||||
warn (_("possibly corrupt ELF header - it has a non-zero program"
|
warn (_("possibly corrupt ELF header - it has a non-zero program"
|
||||||
" header offset, but no program headers"));
|
" header offset, but no program headers\n"));
|
||||||
else if (do_segments)
|
else if (do_segments)
|
||||||
printf (_("\nThere are no program headers in this file.\n"));
|
printf (_("\nThere are no program headers in this file.\n"));
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user