]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
authorUlrich Drepper <drepper@redhat.com>
Fri, 28 Jul 2006 19:57:56 +0000 (19:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 28 Jul 2006 19:57:56 +0000 (19:57 +0000)
LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
get the __stack_chk_fail_local definition when it's needed.

ChangeLog
dlfcn/Makefile

index 256931358b2fc697987f81a733224d3072360a7e..4c72197ccf58366a23dfba1472d056bcc774b9b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-28  Ulrich Drepper  <drepper@redhat.com>
+
+       * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
+       LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
+       get the __stack_chk_fail_local definition when it's needed.
+
 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
 
        * dlfcn/Makefile: Add rules to build and run bug-atexit3.
index f2ef2f72a38996b9a87aac89b6cd03b5321149a5..649f61de63437f2dac84946e2051a922ecade9f5 100644 (file)
@@ -136,7 +136,7 @@ $(objpfx)bug-atexit2.out: $(objpfx)bug-atexit2-lib.so
 $(objpfx)bug-atexit2-lib.so: $(common-objpfx)libc.so \
                             $(common-objpfx)libc_nonshared.a
 
-LDFLAGS-bug-atexit3-lib.so = -lstdc++
+LDLIBS-bug-atexit3-lib.so = -lstdc++ -lgcc_eh $(common-objpfx)libc_nonshared.a
 $(objpfx)bug-atexit3: $(libdl)
 $(objpfx)bug-atexit3.out: $(objpfx)bug-atexit3-lib.so
 $(objpfx)bug-atexit3-lib.so: $(common-objpfx)libc.so \