2001-06-02 H.J. Lu <hjl@gnu.org>

* config.bfd (powerpc-*-aix*, powerpc-*-beos*, rs6000-*-*): Add
	rs6000coff64_vec only if BFD64 is defined.
	(powerpc64-*-aix*): Enable only if BFD64 is defined.
This commit is contained in:
H.J. Lu 2001-06-02 17:32:09 +00:00
parent 27e530993c
commit a5ac692bb5
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2001-06-02 H.J. Lu <hjl@gnu.org>
* config.bfd (powerpc-*-aix*, powerpc-*-beos*, rs6000-*-*): Add
rs6000coff64_vec only if BFD64 is defined.
(powerpc64-*-aix*): Enable only if BFD64 is defined.
2001-06-02 H.J. Lu <hjl@gnu.org>
* coff-ia64.c (ia64coff_object_p): Rewrite with

View File

@ -723,12 +723,16 @@ case "${targ}" in
powerpc-*-aix* | powerpc-*-beos* | rs6000-*-*)
targ_defvec=rs6000coff_vec
#ifdef BFD64
targ_selvecs="rs6000coff64_vec"
#endif
;;
#ifdef BFD64
powerpc64-*-aix*)
targ_defvec=rs6000coff64_vec
targ_selvecs="rs6000coff_vec"
;;
#endif
powerpc-*-*bsd* | powerpc-*-elf* | powerpc-*-sysv4* | powerpc-*-eabi* | \
powerpc-*-solaris2* | powerpc-*-linux-gnu* | powerpc-*-rtems* | \
powerpc-*-chorus* | powerpc-*-vxworks*)