projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e013ee2
)
Add missing \n character to end of warning message created by the previous delta
author
Nick Clifton
<nickc@redhat.com>
Thu, 12 May 2005 14:09:23 +0000
(14:09 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 12 May 2005 14:09:23 +0000
(14:09 +0000)
binutils/readelf.c
patch
|
blob
|
history
diff --git
a/binutils/readelf.c
b/binutils/readelf.c
index c538dd84271d32482e63abf9179215937dd141d8..0ec295b456d6e11cd677cbaa659b4c3f730971b5 100644
(file)
--- a/
binutils/readelf.c
+++ b/
binutils/readelf.c
@@
-9192,7
+9192,7
@@
display_debug_lines (Elf_Internal_Shdr *section,
case DW_LNS_extended_op:
if (pointer_size == 0)
{
- warn (_("Extend line ops need a valid pointer size, guessing at 4"));
+ warn (_("Extend line ops need a valid pointer size, guessing at 4
\n
"));
pointer_size = 4;
}