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.


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.

> /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...

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.

> 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?


r~


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