summaryrefslogtreecommitdiffstats
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2004-10-08 13:55:11 +0000
committerDaniel Jacobowitz <drow@false.org>2004-10-08 13:55:11 +0000
commitd2b2c203e1ff2daf8cfeab0906084f9389e66246 (patch)
treeb26661436e0599afd2ba5bd7f05a8e346fec61bb /bfd/config.bfd
parentd67a454c81bb8395692342d517d935e8bcaa882e (diff)
downloadppe42-binutils-d2b2c203e1ff2daf8cfeab0906084f9389e66246.tar.gz
ppe42-binutils-d2b2c203e1ff2daf8cfeab0906084f9389e66246.zip
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*.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd8
1 files changed, 7 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index d4e0e604ab..84ecb1bf1f 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -424,12 +424,18 @@ case "${targ}" in
targ_defvec=i386coff_vec
targ_selvecs=bfd_elf32_i386_vec
;;
- i[3-7]86-*-sysv4* | i[3-7]86-*-unixware* | i[3-7]86-*-solaris2* | \
+ i[3-7]86-*-sysv4* | i[3-7]86-*-unixware* | \
i[3-7]86-*-elf | i[3-7]86-*-sco3.2v5* | \
i[3-7]86-*-dgux* | i[3-7]86-*-sysv5*)
targ_defvec=bfd_elf32_i386_vec
targ_selvecs=i386coff_vec
;;
+ i[3-7]86-*-solaris2*)
+ targ_defvec=bfd_elf32_i386_vec
+ targ_selvecs=i386coff_vec
+ targ64_selvecs=bfd_elf64_x86_64_vec
+ want64=true
+ ;;
i[3-7]86-*-kaos*)
targ_defvec=bfd_elf32_i386_vec
targ_selvecs=bfd_elf32_i386_vec
OpenPOWER on IntegriCloud