Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/gpl3/gcc/dist/libgcc



Module Name:    src
Committed By:   christos
Date:           Wed Aug 20 13:29:07 UTC 2014

Modified Files:
        src/external/gpl3/gcc/dist/libgcc: unwind-dw2-fde.c

Log Message:
PR/45716: Anthony Mallet: emacs (various versions) dies on unwind stuff in gcc 
4.8
Apply fix that got missed as this file got moved from dist/gcc to dist/libgcc:

Somehow emacs tries to unregister frame info for a symbol it did not register.
Don't abort for now. This worked before because the previous version of gcc
did not bother unregistering. Adding debugging printfs makes emacs core
dump, where other programs work fine.

XXX: pullup 7


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/gpl3/gcc/dist/libgcc/unwind-dw2-fde.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index