public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [patch] Fix bfd config problem on aix
@ 2001-08-28 15:32 Tom Rix
  2001-08-28 15:41 ` H . J . Lu
  2001-08-28 22:14 ` Alan Modra
  0 siblings, 2 replies; 3+ messages in thread
From: Tom Rix @ 2001-08-28 15:32 UTC (permalink / raw)
  To: binutils, hjl

The rs6000coff64_vec needs to always be compiled in for powerpc-*-aix targets
because AIX mixes 32 and 64 objects its big archive format.  

This reverts part of an earlier patch. 

-- 
Tom Rix 
GCC Engineer
trix@redhat.com
256.704.9201
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/bfd/ChangeLog,v
retrieving revision 1.1010
diff -c -p -r1.1010 ChangeLog
*** ChangeLog	2001/08/27 18:04:37	1.1010
--- ChangeLog	2001/08/28 22:16:30
***************
*** 1158,1166 ****
  
  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>
  
--- 1163,1169 ----
  
  2001-06-02  H.J. Lu  <hjl@gnu.org>
  
! 	* config.bfd (powerpc64-*-aix*): Enable only if BFD64 is defined.
  
  2001-06-02  H.J. Lu  <hjl@gnu.org>
  
Index: config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.63
diff -c -p -r1.63 config.bfd
*** config.bfd	2001/08/27 10:22:03	1.63
--- config.bfd	2001/08/28 22:16:30
*************** case "${targ}" in
*** 727,733 ****
  
    powerpc-*-aix* | powerpc-*-beos* | rs6000-*-*)
      targ_defvec=rs6000coff_vec
!     targ64_selvecs="rs6000coff64_vec"
      ;;
  #ifdef BFD64
    powerpc64-*-aix*)
--- 727,733 ----
  
    powerpc-*-aix* | powerpc-*-beos* | rs6000-*-*)
      targ_defvec=rs6000coff_vec
!     targ_selvecs="rs6000coff64_vec"
      ;;
  #ifdef BFD64
    powerpc64-*-aix*)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch] Fix bfd config problem on aix
  2001-08-28 15:32 [patch] Fix bfd config problem on aix Tom Rix
@ 2001-08-28 15:41 ` H . J . Lu
  2001-08-28 22:14 ` Alan Modra
  1 sibling, 0 replies; 3+ messages in thread
From: H . J . Lu @ 2001-08-28 15:41 UTC (permalink / raw)
  To: Tom Rix; +Cc: binutils

On Tue, Aug 28, 2001 at 05:32:39PM -0500, Tom Rix wrote:
> The rs6000coff64_vec needs to always be compiled in for powerpc-*-aix targets
> because AIX mixes 32 and 64 objects its big archive format.  
> 
> This reverts part of an earlier patch. 

Please make sure you can do

# .../configure --enable-64-bit-bfd --enable-targets=all
# make
# make check

on Linux/x86.


H.J.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch] Fix bfd config problem on aix
  2001-08-28 15:32 [patch] Fix bfd config problem on aix Tom Rix
  2001-08-28 15:41 ` H . J . Lu
@ 2001-08-28 22:14 ` Alan Modra
  1 sibling, 0 replies; 3+ messages in thread
From: Alan Modra @ 2001-08-28 22:14 UTC (permalink / raw)
  To: Tom Rix; +Cc: binutils, hjl

On Tue, Aug 28, 2001 at 05:32:39PM -0500, Tom Rix wrote:
> The rs6000coff64_vec needs to always be compiled in for powerpc-*-aix targets
> because AIX mixes 32 and 64 objects its big archive format.  
> 
> This reverts part of an earlier patch. 

I've checked in a different fix.

>   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>
>   
> --- 1163,1169 ----
>   
>   2001-06-02  H.J. Lu  <hjl@gnu.org>
>   
> ! 	* config.bfd (powerpc64-*-aix*): Enable only if BFD64 is defined.
>   
>   2001-06-02  H.J. Lu  <hjl@gnu.org>

When reverting a patch, please don't revert the ChangeLog too.  Instead,
add another entry under your name saying "Revert 2001-06-02" or somesuch.

Alan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-08-28 22:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-28 15:32 [patch] Fix bfd config problem on aix Tom Rix
2001-08-28 15:41 ` H . J . Lu
2001-08-28 22:14 ` Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).