bfd:
* config.bfd (ia64*-*-netbsd*): New target. gas: * configure.in (ia64-*-netbsd*): New target. * configure: Regenerate. ld: * configure.tgt (ia64-*-netbsd*): New target.
This commit is contained in:
parent
966fbf700a
commit
9596feeafe
7 changed files with 190 additions and 187 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
;;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
|
||||
|
||||
* configure.in (ia64-*-netbsd*): New target.
|
||||
* configure: Regenerate.
|
||||
|
||||
2002-01-21 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
|
||||
|
|
360
gas/configure
vendored
360
gas/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -315,6 +315,7 @@ changequote([,])dnl
|
|||
ia64-*-aix*) fmt=elf em=ia64aix ;;
|
||||
ia64-*-linux-gnu*) fmt=elf em=linux ;;
|
||||
ia64-*-hpux*) fmt=elf em=hpux ;;
|
||||
ia64-*-netbsd*) fmt=elf em=nbsd ;;
|
||||
|
||||
m32r-*-*) fmt=elf bfd_gas=yes ;;
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
|
||||
|
||||
* configure.tgt (ia64-*-netbsd*): New target.
|
||||
|
||||
2002-01-21 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
|
||||
|
|
|
@ -103,6 +103,7 @@ i960-*-rtems*) targ_emul=gld960coff ;;
|
|||
i960-*-elf*) targ_emul=elf32_i960 ;;
|
||||
ia64-*-elf*) targ_emul=elf64_ia64 ;;
|
||||
ia64-*-freebsd*) targ_emul=elf64_ia64 ;;
|
||||
ia64-*-netbsd*) targ_emul=elf64_ia64 ;;
|
||||
ia64-*-linux*) targ_emul=elf64_ia64 ;;
|
||||
ia64-*-aix*) targ_emul=elf64_aix ;;
|
||||
m32r-*-*) targ_emul=m32relf ;;
|
||||
|
|
Loading…
Reference in a new issue