]> git.ipfire.org Git - thirdparty/glibc.git/commit
Revert "Add pretty printers for the NPTL lock types"
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Mon, 11 Jul 2016 15:02:12 +0000 (20:32 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Mon, 11 Jul 2016 15:02:12 +0000 (20:32 +0530)
commitc10f90dcef42092a96007fed7e77f9d470e5bb76
treed4e260bbfec4a61d50a17f3be8fc64a0b7b01b4b
parent26c2910ac6889dd21f128d9071418492d544a2dc
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.
24 files changed:
ChangeLog
Makeconfig
Makerules
NEWS
Rules
nptl/Makefile
nptl/nptl-printers.py [deleted file]
nptl/nptl_lock_constants.pysym [deleted file]
pretty-printers/Makefile [deleted file]
pretty-printers/README [deleted file]
pretty-printers/test-condvar-attributes.c [deleted file]
pretty-printers/test-condvar-attributes.py [deleted file]
pretty-printers/test-condvar-printer.c [deleted file]
pretty-printers/test-condvar-printer.py [deleted file]
pretty-printers/test-mutex-attributes.c [deleted file]
pretty-printers/test-mutex-attributes.py [deleted file]
pretty-printers/test-mutex-printer.c [deleted file]
pretty-printers/test-mutex-printer.py [deleted file]
pretty-printers/test-rwlock-attributes.c [deleted file]
pretty-printers/test-rwlock-attributes.py [deleted file]
pretty-printers/test-rwlock-printer.c [deleted file]
pretty-printers/test-rwlock-printer.py [deleted file]
pretty-printers/test_common.py [deleted file]
scripts/gen-py-const.awk [deleted file]