> #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.