diff options
author | Julian Brown <julian@codesourcery.com> | 2005-03-30 16:22:07 +0000 |
---|---|---|
committer | Julian Brown <julian@codesourcery.com> | 2005-03-30 16:22:07 +0000 |
commit | 9d2da7ca8d6d5955d0c72566c490b2dcd091abf9 (patch) | |
tree | c076395d1c7df08f955299dd1f0457f8458049da /gas/testsuite | |
parent | 74ec5579b91e2275ecb67a8c91311506f6b8bd32 (diff) | |
download | gdb-9d2da7ca8d6d5955d0c72566c490b2dcd091abf9.zip gdb-9d2da7ca8d6d5955d0c72566c490b2dcd091abf9.tar.gz gdb-9d2da7ca8d6d5955d0c72566c490b2dcd091abf9.tar.bz2 |
* 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 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/mapping.d | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9a03b9d..2e41c33 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-03-30 Julian Brown <julian@codesourcery.com> + + * gas/arm/mapping.d: Update expected output due to mapping symbols + being untyped. + 2005-03-29 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/i386.exp: Run segment and inval-seg for i386. Run diff --git a/gas/testsuite/gas/arm/mapping.d b/gas/testsuite/gas/arm/mapping.d index 9a79759..3a0ac1a 100644 --- a/gas/testsuite/gas/arm/mapping.d +++ b/gas/testsuite/gas/arm/mapping.d @@ -9,10 +9,10 @@ SYMBOL TABLE: 0+00 l d .text 0+0 (|.text) 0+00 l d .data 0+0 (|.data) 0+00 l d .bss 0+0 (|.bss) -0+00 l F .text 0+0 \$a -0+08 l F .text 0+0 \$t -0+00 l O .data 0+0 \$d +0+00 l .text 0+0 \$a +0+08 l .text 0+0 \$t +0+00 l .data 0+0 \$d 0+00 l d foo 0+0 (|foo) -0+00 l F foo 0+0 \$t +0+00 l foo 0+0 \$t 0+00 g .text 0+0 mapping 0+08 g F .text 0+0 thumb_mapping |