This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
sem_trywait changes broke sparc
- From: David Miller <davem at davemloft dot net>
- To: libc-alpha at sourceware dot org
- Cc: triegel at redhat dot com, carlos at redhat dot com
- Date: Sun, 25 Jan 2015 12:08:41 -0800 (PST)
- Subject: sem_trywait changes broke sparc
- Authentication-results: sourceware.org; auth=none
The testsuite no longer runs because links fail with:
/home/davem/src/GIT/GLIBC/build-sparcv9/nptl/tst-sem1.o: In function `do_test':
/home/davem/src/GIT/GLIBC/glibc/nptl/tst-sem1.c:48: undefined reference to `sem_trywait'
/home/davem/src/GIT/GLIBC/glibc/nptl/tst-sem1.c:55: undefined reference to `sem_trywait'
collect2: ld returned 1 exit status
A little late in the game to be installing changes like this perhaps?