diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-06-17 18:03:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-06-17 18:03:08 +0000 |
commit | 8907459218232f3c9ef460ae0ac15eff3a9867a8 (patch) | |
tree | 33fba16ac14f225089c580738cfc72d7fd423015 | |
parent | c4243ff43f097b4ac4cd1b81c59a5bbb33558194 (diff) | |
download | glibc-8907459218232f3c9ef460ae0ac15eff3a9867a8.tar.gz glibc-8907459218232f3c9ef460ae0ac15eff3a9867a8.tar.xz glibc-8907459218232f3c9ef460ae0ac15eff3a9867a8.zip |
* sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | nptl/ChangeLog | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 00b52a4717..b4d58724de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,14 @@ +2007-06-17 Andreas Schwab <schwab@suse.de> + + * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections. + 2007-06-16 Andreas Jaeger <aj@suse.de> [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 06fb1d991f..19f7419109 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2007-06-17 Andreas Schwab <schwab@suse.de> + + * sysdeps/pthread/pt-initfini.c: Tell gcc about the nonstandard + sections. + 2007-06-17 Ulrich Drepper <drepper@redhat.com> * allocatestack.c (allocate_stack): Make code compile if |