sysdeps/unix/sysv/linux/sys/ptrace.h
For b/13432624, add PTRACE_EVENT_STOP to __ptrace_eventcodes enum.
(bmoses, not yet upstream)
+
+nptl/Makefile
+ For b/14616463, add -fno-function-sections to events.c compilation.
+ (bmoses, google-local)
CFLAGS-pthread_atfork.c = -DNOT_IN_libc
+# Google-local (b/14616463): Turn off function sections in events.c to
+# avoid folding that causes a bad debugging experience.
+CFLAGS-events.c = -fno-function-sections
+
# Since cancellation handling is in large parts handled using exceptions
# we have to compile some files with exception handling enabled, some
# even with asynchronous unwind tables.