* bfd/bfd-in.h (bfd_is_arm_mapping_symbol_name): Add prototype.binutils-csl-arm-2005q1a
commit5f5886d9467099945e6bf0774ca3500f428b5e2d
authorJulian Brown <julian@codesourcery.com>
Wed, 30 Mar 2005 17:28:28 +0000 (30 17:28 +0000)
committerJulian Brown <julian@codesourcery.com>
Wed, 30 Mar 2005 17:28:28 +0000 (30 17:28 +0000)
tree616ab65c5463d04a3017664b9f0e0be7afd9904b
parentd9b408a075d99d57855d63f589ce0e5e52cd4886
* bfd/bfd-in.h (bfd_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_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_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.
13 files changed:
bfd/ChangeLog
bfd/bfd-in.h
bfd/bfd-in2.h
bfd/cpu-arm.c
bfd/elf32-arm.c
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/mapping.d
ld/testsuite/ChangeLog
ld/testsuite/ld-arm/arm-app-abs32.d
ld/testsuite/ld-arm/arm-app.d
ld/testsuite/ld-arm/mixed-app.d