mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
Add comment missing from previous patch.
This commit is contained in:
@ -3390,6 +3390,8 @@ elf32_arm_begin_write_processing (bfd *abfd ATTRIBUTE_UNUSED,
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
globals = elf32_arm_hash_table (link_info);
|
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)
|
if (globals->use_blx)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user