OSDN Git Service

bfd:
authorJason Thorpe <thorpej@netbsd.org>
Mon, 21 Jan 2002 18:17:24 +0000 (18:17 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Mon, 21 Jan 2002 18:17:24 +0000 (18:17 +0000)
* config.bfd (ia64*-*-netbsd*): New target.

gas:
* configure.in (ia64-*-netbsd*): New target.
* configure: Regenerate.

ld:
* configure.tgt (ia64-*-netbsd*): New target.

bfd/ChangeLog
bfd/config.bfd

index e4db7c1..bf19404 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config.bfd (ia64*-*-netbsd*): New target.
+
 2002-01-21  Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
 
        * som.c (som_write_space_strings): Comment typo fix.
index 50fe157..0fe7464 100644 (file)
@@ -94,7 +94,7 @@ case "${targ}" in
     targ_defvec=bfd_elf64_ia64_aix_little_vec
     targ_selvecs="bfd_elf64_ia64_aix_big_vec bfd_efi_app_ia64_vec"
     ;;
-  ia64*-*-freebsd* | ia64*-*-linux-gnu* | ia64*-*-elf*)
+  ia64*-*-freebsd* | ia64*-*-netbsd* | ia64*-*-linux-gnu* | ia64*-*-elf*)
     targ_defvec=bfd_elf64_ia64_little_vec
     targ_selvecs="bfd_elf64_ia64_big_vec bfd_efi_app_ia64_vec"
     ;;