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:
595cf52
)
2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
author
H.J. Lu
<hjl.tools@gmail.com>
Fri, 1 Apr 2005 00:30:49 +0000
(
00:30
+0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Fri, 1 Apr 2005 00:30:49 +0000
(
00:30
+0000)
* elf.c (assign_section_numbers): Fix a typo.
bfd/ChangeLog
patch
|
blob
|
history
bfd/elf.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 17505c6ff0b7f88c70f3dc9060c440ddd50d4058..bc8d44c404b5cc04b01ca01cb5c57141a4a093c8 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf.c (assign_section_numbers): Fix a typo.
+
2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
* elflink.c (elf_link_input_bfd): Remove the extra `\n' in
diff --git
a/bfd/elf.c
b/bfd/elf.c
index 4e2b21b415ee970c7ed0119fbf4bb1d7852b4bbe..dfbad3cb2bb594774474fccc84e140825d80db51 100644
(file)
--- a/
bfd/elf.c
+++ b/
bfd/elf.c
@@
-2914,7
+2914,7
@@
assign_section_numbers (bfd *abfd)
= get_elf_backend_data (abfd);
if (bed->link_order_error_handler)
bed->link_order_error_handler
- (_("%B: warning: sh_link not set for section `%
S
'"),
+ (_("%B: warning: sh_link not set for section `%
A
'"),
abfd, s);
}
else