diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-15 18:54:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-15 18:54:41 +0000 |
commit | cbdb12dec1284048430dbd9c354475ddffd7047e (patch) | |
tree | 92289c3e645fd213d888e791740a09f7faf2b844 /ChangeLog | |
parent | f8d8a2650ce753bcc162ccfa55f79a6967c21d06 (diff) | |
download | glibc-cbdb12dec1284048430dbd9c354475ddffd7047e.tar glibc-cbdb12dec1284048430dbd9c354475ddffd7047e.tar.gz glibc-cbdb12dec1284048430dbd9c354475ddffd7047e.tar.bz2 glibc-cbdb12dec1284048430dbd9c354475ddffd7047e.zip |
Update.
2004-09-08 H.J. Lu <hongjiu.lu@intel.com>
* Makeconfig (libunwind): New.
(libgcc_eh): Add $(libunwind).
(gnulib): Always set to -lgcc $(libgcc_eh).
(static-gnulib): Always set to -lgcc -lgcc_eh $(libunwind).
(libc.so-gnulib): New.
* Makerules (LDLIBS-c.so): Use $(libc.so-gnulib) instead of
$(static-gnulib).
* configure.in (libc_cv_cc_with_libunwind): Set to yes if gcc
uses -lunwind for static binaries.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-09-08 H.J. Lu <hongjiu.lu@intel.com> + + * Makeconfig (libunwind): New. + (libgcc_eh): Add $(libunwind). + (gnulib): Always set to -lgcc $(libgcc_eh). + (static-gnulib): Always set to -lgcc -lgcc_eh $(libunwind). + (libc.so-gnulib): New. + * Makerules (LDLIBS-c.so): Use $(libc.so-gnulib) instead of + $(static-gnulib). + * configure.in (libc_cv_cc_with_libunwind): Set to yes if gcc + uses -lunwind for static binaries. + 22004-06-05 Joseph S. Myers <jsm@polyomino.org.uk> * malloc/Makefile (install-bin): Remove memusage. |