diff options
author | Allan McRae <allan@archlinux.org> | 2012-04-16 14:06:47 +1000 |
---|---|---|
committer | Carlos O'Donell <carlos_odonell@mentor.com> | 2012-05-02 20:32:50 -0400 |
commit | d4c2917fc5091dae7ab1b30c165becb70d3c3453 (patch) | |
tree | 47b1f1456ffdd0cc9a41879c5d09c9a8cd221057 /nptl/ChangeLog | |
parent | d77f993f648216a1c697058ce541263d2a562490 (diff) | |
download | glibc-d4c2917fc5091dae7ab1b30c165becb70d3c3453.tar.gz glibc-d4c2917fc5091dae7ab1b30c165becb70d3c3453.tar.xz glibc-d4c2917fc5091dae7ab1b30c165becb70d3c3453.zip |
Fix test-suite failues with -Wl,--as-needed
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index e3075ab892..4d917bc2c2 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2012-05-02 Allan McRae <allan@archlinux.org> + + * Makefile: (LDFLAGS-tst-tls5): Use $(no-as-needed). + (LDFLAGS-tst-cancel24): Likewise. + 2012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com> * sysdeps/i386/pthread_spin_lock.S: New. |