diff options
author | Paul Brook <paul@codesourcery.com> | 2006-08-18 16:18:23 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-08-18 16:18:23 +0000 |
commit | 84c08195557fd03805f585edcc51b077749038cc (patch) | |
tree | a5f10201e22819cc327ae153863b413710ea542c | |
parent | a4fd1a8ee5a761bb9163bc7e1dacf14313860303 (diff) | |
download | gdb-84c08195557fd03805f585edcc51b077749038cc.zip gdb-84c08195557fd03805f585edcc51b077749038cc.tar.gz gdb-84c08195557fd03805f585edcc51b077749038cc.tar.bz2 |
Add comment missing from previous patch.
-rw-r--r-- | bfd/elf32-arm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c index 3472da2..7cea940 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; |