Makefile.def (target_modules): Add libssp.
* Makefile.def (target_modules): Add libssp. * configure.in (target_libraries): Add target-libssp. * configure: Rebuilt. * Makefile.in: Rebuilt. gcc/ * gcc.c (LINK_SSP_SPEC): Define. (link_ssp_spec): New variable. (LINK_COMMAND_SPEC): Add %(link_ssp). (static_specs): Add link_ssp_spec. * configure.ac (TARGET_LIBC_PROVIDES_SSP): New test. * configure: Rebuilt. * config.in: Rebuilt. * config/rs6000/linux.h (TARGET_THREAD_SSP_OFFSET): Define. * config/rs6000/linux64.h (TARGET_THREAD_SSP_OFFSET): Likewise. * config/i386/linux.h (TARGET_THREAD_SSP_OFFSET): Likewise. * config/i386/linux64.h (TARGET_THREAD_SSP_OFFSET): Likewise. * config/rs6000/rs6000.md (stack_protect_set, stack_protect_test): If TARGET_THREAD_SSP_OFFSET is defined, use -0x7010(13) resp. -0x7008(2) instead of reading __stack_chk_guard variable. * config/i386/i386.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): Change number. (UNSPEC_SP_TLS_SET, UNSPEC_SP_TLS_TEST): New constants. (stack_protect_set, stack_protect_test): Use *_tls* patterns if TARGET_THREAD_SSP_OFFSET is defined. (stack_tls_protect_set_si, stack_tls_protect_set_di, stack_tls_protect_test_si, stack_tls_protect_test_di): New insns. Revert: 2005-06-27 Richard Henderson <rth@redhat.com> * libgcc-std.ver (GCC_4.1.0): New. * libgcc.h (__stack_chk_guard): Declare. (__stack_chk_fail, __stack_chk_fail_local): Declare. * libgcc2.c (L_stack_chk, L_stack_chk_local): New. * mklibgcc.in (lib2funcs): Add them. From-SVN: r101531
Showing
This diff is collapsed.
Click to expand it.
libssp/.cvsignore
0 → 100644
libssp/ChangeLog
0 → 100644
libssp/Makefile.am
0 → 100644
libssp/Makefile.in
0 → 100644
This diff is collapsed.
Click to expand it.
libssp/aclocal.m4
0 → 100644
This diff is collapsed.
Click to expand it.
libssp/config.h.in
0 → 100644
libssp/configure
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
libssp/configure.ac
0 → 100644
libssp/gets-chk.c
0 → 100644
libssp/libtool-version
0 → 100644
libssp/memcpy-chk.c
0 → 100644
libssp/memmove-chk.c
0 → 100644
libssp/mempcpy-chk.c
0 → 100644
libssp/memset-chk.c
0 → 100644
libssp/snprintf-chk.c
0 → 100644
libssp/sprintf-chk.c
0 → 100644
libssp/ssp-local.c
0 → 100644
libssp/ssp.c
0 → 100644
libssp/ssp.map
0 → 100644
libssp/ssp/ssp.h.in
0 → 100644
libssp/ssp/stdio.h
0 → 100644
libssp/ssp/string.h
0 → 100644
libssp/ssp/unistd.h
0 → 100644
libssp/stpcpy-chk.c
0 → 100644
libssp/strcat-chk.c
0 → 100644
libssp/strcpy-chk.c
0 → 100644
libssp/strncat-chk.c
0 → 100644
libssp/strncpy-chk.c
0 → 100644
libssp/vsnprintf-chk.c
0 → 100644
libssp/vsprintf-chk.c
0 → 100644
Please
register
or
sign in
to comment