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]

Re: unwind-dw2.c: 2 new branch build failures overnight.


Richard Henderson wrote:
> On Thu, May 17, 2001 at 09:09:20AM -0500, Robert Lipe wrote:
> > The first target gets an ICE when building unwind-dw2.c
> > 
> > The second doesn't ICE when building that file, but instead
> > the assembler spits up at the input.
> 
> You don't say what targets.

Sorry.  The first was OpenServer (i686-pc-sco3.2v5.0.6) and the second
was UDK (i686-pc-udk)

> > /play/egcs/gcc/unwind-dw2.c:1118: Internal compiler error in ?,
> > at dwarf2asm.c:1001
> 
> This target doesn't define UNALIGNED_INT_ASM_OP eh?  Hmm...

Apparently not.

> Actually, I suspect this is a latent configuration mistake.
> I would be shocked if any x86 assembler auto-aligned data.  Thus
> UNALIGNED_INT_ASM_OP should be identical to INT_ASM_OP.

Should I add that in sco5.h or do you want to pick it up in some
defaults list somewhere?

> > UX:as: ERROR: /var/tmp/ccY4crmd.s:3318:defined relocatable values from
> > the same section required, op -
> 
> Ok, so is there any other way to generate pc-relative relocations
> for this target?

Shrug.   This one is a very SVR4-ish system that I've configured to 
use the native (again, with SVR4 lineage) assembler.

RJL


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