diff options
author | Jakub Jelinek <jakub@redhat.com> | 2001-07-11 19:40:32 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2001-07-11 19:40:32 +0000 |
commit | 20278fa3263034d27f0b14ee22363b5fadc9d475 (patch) | |
tree | a3ff02a9958b7ae0fdd8bd3fc487b5b83e8179c8 /gas | |
parent | cdbb0887ba21a8f7f079ec54224fde43a2b69f43 (diff) | |
download | fsf-binutils-gdb-20278fa3263034d27f0b14ee22363b5fadc9d475.zip fsf-binutils-gdb-20278fa3263034d27f0b14ee22363b5fadc9d475.tar.gz fsf-binutils-gdb-20278fa3263034d27f0b14ee22363b5fadc9d475.tar.bz2 |
* elf32-sparc.c (_bfd_sparc_elf_howto_table): Remove support for
R_SPARC_UA64.
(elf32_sparc_check_relocs): Likewise.
Only create .rela section for alloced sections in shared libraries.
(elf32_sparc_relocate_section): Likewise.
Remove redundant check.
Optimize unaligned reloc usage.
* elf64-sparc.c (sparc64_elf_relocate_section): Remove redundant
check.
* testsuite/gas/sparc/unalign.s: Remove .uaxword test.
* testsuite/gas/sparc/unalign.d: Adjust accordingly.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/sparc/unalign.d | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/sparc/unalign.s | 3 |
3 files changed, 6 insertions, 7 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4d4b854..c9e6bd4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-07-11 Jakub Jelinek <jakub@redhat.com> + + * testsuite/gas/sparc/unalign.s: Remove .uaxword test. + * testsuite/gas/sparc/unalign.d: Adjust accordingly. + 2001-07-10 Mark Elbrecht <snowball3@softhome.net> * config/obj-coff.c (coff_frob_symbol): Don't merge if the storage diff --git a/gas/testsuite/gas/sparc/unalign.d b/gas/testsuite/gas/sparc/unalign.d index df335ef..8227b50 100644 --- a/gas/testsuite/gas/sparc/unalign.d +++ b/gas/testsuite/gas/sparc/unalign.d @@ -12,7 +12,4 @@ Disassembly of section .data: 1: R_SPARC_UA32 fred 4: 00 02 00 00 (unimp|illtrap) 0x20000 6: R_SPARC_UA16 jim - 8: 03 00 00 00 sethi %hi\(0\), %g1 - 9: R_SPARC_UA64 harry - c: 00 00 00 00 (unimp|illtrap) 0 - 10: 00 04 05 06 (unimp|illtrap) 0x40506 + 8: 03 04 05 06 sethi %hi\(0x10141800\), %g1 diff --git a/gas/testsuite/gas/sparc/unalign.s b/gas/testsuite/gas/sparc/unalign.s index 1de6b2b..b9e1108 100644 --- a/gas/testsuite/gas/sparc/unalign.s +++ b/gas/testsuite/gas/sparc/unalign.s @@ -7,9 +7,6 @@ foo: .byte 0x2 .uahalf jim .byte 0x3 - .uaxword harry .byte 0x4 .byte 0x5 .byte 0x6 - - |