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:
66cd82b
)
* elflink.c (_bfd_elf_link_output_relocs): Correct error return.
author
Alan Modra
<amodra@gmail.com>
Mon, 21 Jan 2008 03:53:07 +0000
(
03:53
+0000)
committer
Alan Modra
<amodra@gmail.com>
Mon, 21 Jan 2008 03:53:07 +0000
(
03:53
+0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/elflink.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 59f8347dd58bbb59083b387db35ad5b8fb3fe7da..62d485b92c7e4e47e6eb09d85bab57628e2566a7 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2008-01-21 Alan Modra <amodra@bigpond.net.au>
+
+ * elflink.c (_bfd_elf_link_output_relocs): Correct error return.
+
2008-01-21 Alan Modra <amodra@bigpond.net.au>
* ecoff.c (_bfd_ecoff_archive_p): Delete.
diff --git
a/bfd/elflink.c
b/bfd/elflink.c
index ed691818c65fe6f4e9006d32f850a2fb7082e65d..c658b140d7ba740e635a773c6f5bee8ef12123de 100644
(file)
--- a/
bfd/elflink.c
+++ b/
bfd/elflink.c
@@
-2321,7
+2321,7
@@
_bfd_elf_link_output_relocs (bfd *output_bfd,
(*_bfd_error_handler)
(_("%B: relocation size mismatch in %B section %A"),
output_bfd, input_section->owner, input_section);
- bfd_set_error (bfd_error_wrong_
object_
format);
+ bfd_set_error (bfd_error_wrong_format);
return FALSE;
}