From c10f90dcef42092a96007fed7e77f9d470e5bb76 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Mon, 11 Jul 2016 20:32:12 +0530 Subject: Revert "Add pretty printers for the NPTL lock types" This reverts commit 62ce266b0b261def2c6329be9814ffdcc11964d6. The change is not mature enough because it needs the following fixes: 1. Redirect test output to a file like other tests 2. Eliminate the need to use a .gdbinit because distributions will break without it. I should have caught that but I was in too much of a hurry to get the patch in :/ 3. Feature checking during configure to determine things like minimum required gdb version, python-pexpect version, etc. to make sure that tests work correctly. --- Makeconfig | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index 58bd3b3a1c..03fd89c13e 100644 --- a/Makeconfig +++ b/Makeconfig @@ -472,18 +472,6 @@ else +link-tests = $(+link-static-tests) endif endif - -# Some modules may have test programs that must always link against the newly -# built libraries instead of the installed ones. Such modules must define -# tests-need-hardcoded-path in their Makefile before including Makerules. -# This will cause the test programs to be linked with -rpath instead of -# -rpath-link, and their dynamic linker will be set to the built ld.so. -ifeq (yes,$(build-shared)) -ifdef tests-need-hardcoded-path -build-hardcoded-path-in-tests := yes -endif -endif - ifeq (yes,$(build-shared)) ifndef rtld-LDFLAGS rtld-LDFLAGS = -Wl,-dynamic-linker=$(rtlddir)/$(rtld-installed-name) @@ -1109,7 +1097,7 @@ all-subdirs = csu assert ctype locale intl catgets math setjmp signal \ grp pwd posix io termios resource misc socket sysvipc gmon \ gnulib iconv iconvdata wctype manual shadow gshadow po argp \ crypt localedata timezone rt conform debug mathvec \ - $(add-on-subdirs) dlfcn elf pretty-printers + $(add-on-subdirs) dlfcn elf ifndef avoid-generated # sysd-sorted itself will contain rules making the sysd-sorted target -- cgit v1.2.3-65-gdbad