Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hurd: fix build with -fstack-protector-strong | Samuel Thibault | 2017-08-27 | 1 | -0/+1 |
libmachuser and libhurduser also need stack_chk_fail_local and they do not link against libc_nonshared. * mach/stack_chk_fail_local.c: New file. * hurd/stack_chk_fail_local.c: New file. * mach/Machrules ($(interface-library)-routines): Add stack_chk_fail_local. * mach/Versions (GLIBC_2.4): Add __stack_chk_fail. * hurd/Versions (GLIBC_2.4): Add __stack_chk_fail. |