On 15/11/2019 19:16, Jeff Law wrote: > On 11/15/19 10:22 AM, Szabolcs Nagy wrote: >> Add the dynamic linker name and fix a type name to use the public name >> instead of the glibc internal name. >> >> Build tested on m68k-linux-musl and m68k-linux-gnu. >> >> gcc/ChangeLog: >> >> 2019-11-15 Szabolcs Nagy <szabolcs.n...@arm.com> >> >> * config/m68k/linux.h (MUSL_DYNAMIC_LINKER): Define. > This part is clearly fine. > >> >> libgcc/ChangeLog: >> >> 2019-11-15 Szabolcs Nagy <szabolcs.n...@arm.com> >> >> * config/m68k/linux-unwind.h (struct uw_ucontext): Use sigset_t instead >> of __sigset_t. > Do the linux builds still work after this change? If so, then this is > fine too.
in my testing it worked and i don't know of corner cases where using __sigset_t would be necessary. committed at r278312. thanks.