From 28b82c911fc239cf57d19b1f57c7dee87cc38081 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Fri, 18 Aug 2006 16:18:23 +0000 Subject: [PATCH] Add comment missing from previous patch. --- bfd/elf32-arm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c index 3472da260..7cea9406f 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; -- 2.11.4.GIT