This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap of 3.4.1 RC1 failed on powerpc-ibm-aix4.3.3.0


On Wed, Jun 30, 2004 at 03:32:46PM -0700, Joe Buck wrote:
> > I'm not going to consider that a showstopper, since it didn't work in 
> > 3.4.0 and since David's comments indicate that this might not be 
> > tractable to fix without modifications to binutils.
> 
> Another possible fix would be to re-order the assembly language output
> so that the thunks don't need forward references.  A third possibility
> would be to use gas, if it can be made to work.
> 
> In any case, this is now PR 16304.

Or you can override TARGET_USE_LOCAL_THUNK_ALIAS_P definition for
AIX with the assembler which doesn't handle forward references.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]