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:
0962ddd
)
* elf32-arm.c (elf32_arm_final_link_relocate): Correct return value.
author
Alan Modra
<amodra@gmail.com>
Mon, 18 Jun 2012 00:46:28 +0000
(
00:46
+0000)
committer
Alan Modra
<amodra@gmail.com>
Mon, 18 Jun 2012 00:46:28 +0000
(
00:46
+0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/elf32-arm.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 39f5829224bee47d853d1d94c8a6022e3c433d20..ad5228edd62fb772df7396485f0f2abec8c46017 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2012-06-18 John Szakmeister <john@szakmeister.net>
+
+ * elf32-arm.c (elf32_arm_final_link_relocate): Correct return value.
+
2012-06-17 Hans-Peter Nilsson <hp@axis.com>
* elf32-cris.c (cris_elf_relocate_section): <R_CRIS_32_IE>
diff --git
a/bfd/elf32-arm.c
b/bfd/elf32-arm.c
index e9157b2662666501428b615c9cb09777075d9099..826dd7e0be2b3a66a6d17feaaba210c8f4e06406 100644
(file)
--- a/
bfd/elf32-arm.c
+++ b/
bfd/elf32-arm.c
@@
-9664,7
+9664,7
@@
elf32_arm_final_link_relocate (reloc_howto_type * howto,
(_("%B(%A+0x%lx): R_ARM_TLS_LE32 relocation not permitted in shared object"),
input_bfd, input_section,
(long) rel->r_offset, howto->name);
- return
(bfd_reloc_status_type) FALSE
;
+ return
bfd_reloc_notsupported
;
}
else
value = tpoff (info, value);