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:
a4fd1a8
)
Add comment missing from previous patch.
author
Paul Brook
<paul@codesourcery.com>
Fri, 18 Aug 2006 16:18:23 +0000
(16:18 +0000)
committer
Paul Brook
<paul@codesourcery.com>
Fri, 18 Aug 2006 16:18:23 +0000
(16:18 +0000)
bfd/elf32-arm.c
patch
|
blob
|
history
diff --git
a/bfd/elf32-arm.c
b/bfd/elf32-arm.c
index 3472da260b90181dde575697005d0d3077de2b0c..7cea9406f514678d331dbc0071baa29d51eb6c9f 100644
(file)
--- a/
bfd/elf32-arm.c
+++ b/
bfd/elf32-arm.c
@@
-3390,6
+3390,8
@@
elf32_arm_begin_write_processing (bfd *abfd ATTRIBUTE_UNUSED,
return;
globals = elf32_arm_hash_table (link_info);
+ /* If blx is available then exported Thumb symbols are OK and there is
+ nothing to do. */
if (globals->use_blx)
return;