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 /nptl | |
parent | c4243ff43f097b4ac4cd1b81c59a5bbb33558194 (diff) | |
download | glibc-8907459218232f3c9ef460ae0ac15eff3a9867a8.tar glibc-8907459218232f3c9ef460ae0ac15eff3a9867a8.tar.gz glibc-8907459218232f3c9ef460ae0ac15eff3a9867a8.tar.bz2 glibc-8907459218232f3c9ef460ae0ac15eff3a9867a8.zip |
* sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 |