OSDN Git Service

* bfd/bfd-in.h (bfd_elf32_is_arm_mapping_symbol_name): Add prototype.
authorJulian Brown <julian@codesourcery.com>
Wed, 30 Mar 2005 16:21:59 +0000 (16:21 +0000)
committerJulian Brown <julian@codesourcery.com>
Wed, 30 Mar 2005 16:21:59 +0000 (16:21 +0000)
commitdfabe987bee62d24d6a366538794a9a3013ac3f2
tree87ee16d2f9b79617e56da9699bf334c55d5e1658
parent0ef8a7b573f40f4b3753a360cdcca20263760562
* 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.
bfd/ChangeLog
bfd/bfd-in.h
bfd/bfd-in2.h
bfd/cpu-arm.c
bfd/elf32-arm.c