[RFA] Add ia64-*-netbsd* target
Jason R Thorpe
thorpej@wasabisystems.com
Sat Jan 19 04:17:00 GMT 2002
More information about the Binutils mailing list
Sat Jan 19 04:17:00 GMT 2002
- Previous message (by thread): 2.12 update
- Next message (by thread): [RFA] Add ia64-*-netbsd* target
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The following adds an ia64-*-netbsd* target.
OK to commit?
[for bfd/ChangeLog ]
* config.bfd (ia64*-*-netbsd*): New target.
[ for gas/ChangeLog ]
* configure.in (ia64-*-netbsd*): New target.
* configure: Regenerate.
[ for gas/ChangeLog ]
* configure.tgt (ia64-*-netbsd*): New target.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>
-------------- next part --------------
Index: bfd/config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.80
diff -c -r1.80 config.bfd
*** config.bfd 2002/01/08 04:22:50 1.80
--- config.bfd 2002/01/19 07:21:54
***************
*** 94,100 ****
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*)
targ_defvec=bfd_elf64_ia64_little_vec
targ_selvecs="bfd_elf64_ia64_big_vec bfd_efi_app_ia64_vec"
;;
--- 94,100 ----
targ_defvec=bfd_elf64_ia64_aix_little_vec
targ_selvecs="bfd_elf64_ia64_aix_big_vec bfd_efi_app_ia64_vec"
;;
! 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"
;;
Index: gas/configure.in
===================================================================
RCS file: /cvs/src/src/gas/configure.in,v
retrieving revision 1.92
diff -c -r1.92 configure.in
*** configure.in 2002/01/16 10:17:43 1.92
--- configure.in 2002/01/19 07:22:01
***************
*** 315,320 ****
--- 315,321 ----
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 ;;
Index: ld/configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.76
diff -c -r1.76 configure.tgt
*** configure.tgt 2002/01/08 04:23:02 1.76
--- configure.tgt 2002/01/19 07:22:09
***************
*** 103,108 ****
--- 103,109 ----
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 ;;
- Previous message (by thread): 2.12 update
- Next message (by thread): [RFA] Add ia64-*-netbsd* target
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list