[vta] no -gtoggle for crtstuff et al

Alexandre Oliva aoliva@redhat.com
Wed Oct 29 20:00:00 GMT 2008


Turns out that, on ppc and probably on other arches, crtstuff is
sufficiently fragile that compiling it with -gtoggle causes failure to
assemble debug info, because of references to symbols that are
removed.  It's a bit of a loss to lose -gtoggle, but since -g2 is the
default, using -g0 instead of -gtoggle for -fcompare-debug would
probably get us about as much coverage, so that's what I do in the
patch below.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: bootstrap-configs-g0-for-libs.patch
Type: text/x-patch
Size: 970 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20081029/08ff6c7c/attachment.bin>
-------------- next part --------------

-- 
Alexandre Oliva         http://www.lsd.ic.unicamp.br/~oliva/
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}
FSFLA Board Member       ?S? Libre! => http://www.fsfla.org/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}


More information about the Gcc-patches mailing list