diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 7 |
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 |