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: Libgcc symbols


    > #ifdef L__dummy
    > void
    > __dummy (void) {}
    > #endif
    > 
    > Referenced nowhere, but I'd like to know why it was added in the first
    > place before killing it.

It was used in builtin setjmp support to get GP properly restored on machines
where it was needed.  I don't see it in the current sources, so I'm curious how
this was done instead.


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