Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 50864 | Differences between
and this patch

Collapse All | Expand All

(-)glibc-2.3.2-orig/sysdeps/generic/libc-start.c (+3 lines)
Lines 188-193 Link Here
188
    GLRO(dl_debug_printf) ("\ntransferring control: %s\n\n", argv[0]);
188
    GLRO(dl_debug_printf) ("\ntransferring control: %s\n\n", argv[0]);
189
#endif
189
#endif
190
190
191
  /* call the __guard_setup to set up the random __guard value */
192
  __guard_setup ();	/* pappy@gentoo.org (pappy rules) */
193
191
#ifdef HAVE_CLEANUP_JMP_BUF
194
#ifdef HAVE_CLEANUP_JMP_BUF
192
  /* Memory for the cancellation buffer.  */
195
  /* Memory for the cancellation buffer.  */
193
  struct pthread_unwind_buf unwind_buf;
196
  struct pthread_unwind_buf unwind_buf;
(-)glibc-2.3.2-orig/sysdeps/unix/sysv/linux/Dist (+1 lines)
Lines 1-3 Link Here
1
ssp.c
1
bits/initspin.h
2
bits/initspin.h
2
cmsg_nxthdr.c
3
cmsg_nxthdr.c
3
dl-brk.c
4
dl-brk.c
(-)glibc-2.3.2-orig/sysdeps/unix/sysv/linux/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
ifeq ($(subdir),csu)
1
ifeq ($(subdir),csu)
2
sysdep_routines += errno-loc
2
sysdep_routines += errno-loc ssp
3
endif
3
endif
4
4
5
ifeq ($(subdir),assert)
5
ifeq ($(subdir),assert)
(-)glibc-2.3.2-orig/sysdeps/unix/sysv/linux/Versions (+2 lines)
Lines 108-113 Link Here
108
  GLIBC_2.3.2 {
108
  GLIBC_2.3.2 {
109
    # New kernel interfaces.
109
    # New kernel interfaces.
110
    epoll_create; epoll_ctl; epoll_wait;
110
    epoll_create; epoll_ctl; epoll_wait;
111
       # global objects and functions for the propolice patch in gcc - moved from libgcc by pappy@gentoo.org
112
       __guard; __guard_setup; __stack_smash_handler;
111
  }
113
  }
112
  GLIBC_2.3.3 {
114
  GLIBC_2.3.3 {
113
    gnu_dev_major; gnu_dev_minor; gnu_dev_makedev;
115
    gnu_dev_major; gnu_dev_minor; gnu_dev_makedev;

Return to bug 50864