diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index a3d1ef8d66..294bb2faa4 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -377,6 +377,9 @@ endif CFLAGS-tst-pthread-gdb-attach-static.c := $(CFLAGS-printers-tests) CPPFLAGS-tst-pthread-gdb-attach-static.c := \ $(CFLAGS-printers-tests) -DDO_ADD_SYMBOL_FILE=0 +# As of version 9.2, GDB cannot attach properly to PIE programs that +# were launched with an explicit ld.so invocation. +tst-pthread-gdb-attach-no-pie = yes ifeq ($(build-shared),yes) tests-printers-libs := $(shared-thread-library) |