GCC build failed for powerpc-eabisim with your patch on 2001-05-12T07:40:01Z.

Geoff Keating geoffk@geoffk.org
Sat May 12 12:27:00 GMT 2001


The problem is that it's doing:

        .section        ".data"
        .align 2
.LLSDA1:
        .byte   0xff
...
        .align 2
        .4byte  _ZTISt9bad_alloc         # line 238

and it should either:

- output a .fixup entry; or
- output a pc-relative thing.

I think I need to define one, or perhaps both, of the two new macros
for this case.

-- 
- Geoffrey Keating <geoffk@geoffk.org>



More information about the Gcc-regression mailing list