bfd/
commit9f17dd738a1ef29c2cac93d21b583158cc08c27c
authorDaniel Jacobowitz <dan@debian.org>
Fri, 8 Oct 2004 13:55:11 +0000 (8 13:55 +0000)
committerDaniel Jacobowitz <dan@debian.org>
Fri, 8 Oct 2004 13:55:11 +0000 (8 13:55 +0000)
tree1bfef856ad16251237c1a2fbdd74633efa8dae52
parentf749e3526ab923537bcd095402c2fd9bdff85829
bfd/
* config.bfd: Include 64-bit support for i[3-7]86-*-solaris2*.
* elf64-x86-64.c (elf64_x86_64_section_from_shdr): New function.
(elf_backend_section_from_shdr): Define.
binutils/
* readelf.c (get_x86_64_section_type_name): New function.
(get_section_type_name): Use it.
gas/
* config/tc-i386.c: Include "elf/x86-64.h".
(i386_elf_section_type): New function.
* config/tc-i386.h (md_elf_section_type): Define.
(i386_elf_section_type): New prototype.
gas/testsuite/
* gas/i386/i386.exp: Don't run divide test for targets where '/'
is a comment.  Run x86-64-unwind for 64-bit ELF targets.
* gas/i386/x86-64-unwind.d, gas/i386/x86-64-unwind.s: New.
include/
* elf/common.h (PT_SUNW_EH_FRAME): Define.
* elf/x86-64.h (SHT_X86_64_UNWIND): Define.
ld/
* configure.tgt: Include elf_x86_64 for i[3-7]86-*-solaris2*.
17 files changed:
bfd/ChangeLog
bfd/config.bfd
bfd/elf64-x86-64.c
binutils/ChangeLog
binutils/readelf.c
gas/ChangeLog
gas/config/tc-i386.c
gas/config/tc-i386.h
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/x86-64-unwind.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-unwind.s [new file with mode: 0644]
include/ChangeLog
include/elf/common.h
include/elf/x86-64.h
ld/ChangeLog
ld/configure.tgt