aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-01-28 16:57:22 +0000
committerNick Clifton <nickc@redhat.com>2008-01-28 16:57:22 +0000
commit00b2bfc1241710d4afc34d7b123a6c0ea8b609e5 (patch)
tree3aed6f27d3d9ff054b63147522a08e71af42f97f /bfd
parente36ea2deae43832a148ed5ef19ca125704b7a7b4 (diff)
downloadfsf-binutils-gdb-00b2bfc1241710d4afc34d7b123a6c0ea8b609e5.zip
fsf-binutils-gdb-00b2bfc1241710d4afc34d7b123a6c0ea8b609e5.tar.gz
fsf-binutils-gdb-00b2bfc1241710d4afc34d7b123a6c0ea8b609e5.tar.bz2
* config.bfd (x86_64-*-solaris2): Add support for this target.
* configure.tgt (x86_64-*-solaris2): Add support for this target.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/config.bfd7
2 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e95e50f..9c76971 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-28 Fabian Groffen <grobian@gentoo.org>
+
+ * config.bfd (x86_64-*-solaris2): Add support for this target.
+
2008-01-28 Alan Modra <amodra@bigpond.net.au>
Rewrite SPU overlay handling code. Put overlay calls stubs in the
diff --git a/bfd/config.bfd b/bfd/config.bfd
index fdce6a5..69a70f6 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -489,6 +489,13 @@ case "${targ}" in
targ64_selvecs=bfd_elf64_x86_64_vec
want64=true
;;
+#ifdef BFD64
+ x86_64-*-solaris2*)
+ targ_defvec=bfd_elf32_i386_vec
+ targ_selvecs="bfd_elf64_x86_64_vec i386coff_vec"
+ want64=true
+ ;;
+#endif
i[3-7]86-*-kaos*)
targ_defvec=bfd_elf32_i386_vec
targ_selvecs=bfd_elf32_i386_vec