Skip to content

Commit

Permalink
* sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
Browse files Browse the repository at this point in the history
	PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
  • Loading branch information
Ulrich Drepper committed Jun 17, 2007
1 parent c4243ff commit 8907459
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8907459

Please sign in to comment.