summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-08-18 16:18:23 +0000
committerPaul Brook <paul@codesourcery.com>2006-08-18 16:18:23 +0000
commit28b82c911fc239cf57d19b1f57c7dee87cc38081 (patch)
tree7f1bb613f256b4d0a6f4cd31d4641aa8e7083188
parent26dc5336ca686267e72c96ea8619cf4ad8a89645 (diff)
downloadbinutils-redhat-28b82c911fc239cf57d19b1f57c7dee87cc38081.tar.gz
Add comment missing from previous patch.
-rw-r--r--bfd/elf32-arm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c
index 3472da260b..7cea9406f5 100644
--- 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;