From: Ulrich Drepper Date: Sun, 17 Jun 2007 18:03:08 +0000 (+0000) Subject: * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections. X-Git-Tag: cvs/glibc-2_6_1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8907459218232f3c9ef460ae0ac15eff3a9867a8;p=thirdparty%2Fglibc.git * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections. PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK, --- diff --git a/ChangeLog b/ChangeLog index 00b52a4717a..b4d58724de0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,14 @@ +2007-06-17 Andreas Schwab + + * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections. + 2007-06-16 Andreas Jaeger [BZ #4125] * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, - PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK, + PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT): Define. diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 06fb1d991fb..19f74191096 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2007-06-17 Andreas Schwab + + * sysdeps/pthread/pt-initfini.c: Tell gcc about the nonstandard + sections. + 2007-06-17 Ulrich Drepper * allocatestack.c (allocate_stack): Make code compile if