------- Comment #9 from howarth at nitro dot med dot uc dot edu 2009-09-30 20:26 ------- (In reply to comment #8) > darwin has -fpic by default. >
Oddly, if I build gcc trunk on x86_64 Fedora 10 with CPPFLAGS set to -fPIC and run the testsuite with -fPIC, I don't see the .eh symbols... grep globl partition1.s .globl _ZN1AC2Ev .globl _ZN1AC1Ev .globl _ZN1AD2Ev .globl _ZN1AD1Ev .globl _Z3bari .globl _Z3foov .globl __gxx_personality_v0 .globl main .globl k .globl l compared to x86_64-apple-darwin10... .globl __ZN1AC2Ev .globl __ZN1AC1Ev .globl __ZN1AD2Ev .globl __ZN1AD1Ev .globl __Z3bari .globl __Z3foov .globl _main .globl _k .globl _l .globl __ZN1AC2Ev.eh .globl __ZN1AC1Ev.eh .globl __ZN1AD2Ev.eh .globl __ZN1AD1Ev.eh .globl __Z3bari.eh .globl __Z3bari.eh .globl __Z3foov.eh .globl __Z3foov.eh .globl _main.eh -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41313