summaryrefslogtreecommitdiffstats
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2005-03-30 16:22:07 +0000
committerJulian Brown <julian@codesourcery.com>2005-03-30 16:22:07 +0000
commit9d2da7ca8d6d5955d0c72566c490b2dcd091abf9 (patch)
treec076395d1c7df08f955299dd1f0457f8458049da /bfd/bfd-in.h
parent74ec5579b91e2275ecb67a8c91311506f6b8bd32 (diff)
downloadppe42-binutils-9d2da7ca8d6d5955d0c72566c490b2dcd091abf9.tar.gz
ppe42-binutils-9d2da7ca8d6d5955d0c72566c490b2dcd091abf9.zip
* bfd/bfd-in.h (bfd_elf32_is_arm_mapping_symbol_name): Add prototype.
* bfd/bfd-in2.h: Regenerate. * bfd/elf32-arm.c (elf32_arm_is_target_special_symbol): Rename call to bfd_elf32_is_arm_mapping_symbol_name. (elf32_arm_output_symbol_hook): Likewise. (arm_elf_find_function): Likewise, and include STT_NOTYPE in test for mapping symbols. (is_arm_mapping_symbol_name): Function moved from here... * bfd/cpu-arm.c (bfd_elf32_is_arm_mapping_symbol_name): ...to here, renamed and made global. * gas/config/tc-arm.c (mapping_state): Change documentation in function comment to cross-reference spec instead. Change type of mapping symbols to BSF_NO_TYPE. (arm_adjust_symtab): Don't change type of mapping symbols here. * gas/testsuite/gas/arm/mapping.d: Update expected output. * ld/testsuite/ld-arm/arm-app-abs32.d: Likewise. * ld/testsuite/ld-arm/arm-app.d: Likewise. * ld/testsuite/ld-arm/mixed-app.d: Likewise.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r--bfd/bfd-in.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index 0222a4e24a..29c2780ddf 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -824,6 +824,10 @@ extern bfd_boolean bfd_elf32_arm_get_bfd_for_interworking
extern bfd_boolean bfd_elf32_arm_add_glue_sections_to_bfd
(bfd *, struct bfd_link_info *);
+/* ELF ARM mapping symbol support */
+extern bfd_boolean bfd_elf32_is_arm_mapping_symbol_name
+ (const char * name);
+
/* ARM Note section processing. */
extern bfd_boolean bfd_arm_merge_machines
(bfd *, bfd *);
OpenPOWER on IntegriCloud