diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-03-08 11:57:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-03-08 11:57:06 +0000 |
commit | b93492aaddcd959f47419ca9b44bc2ecca97858b (patch) | |
tree | e4f12a2ac507159bc64d614c15a2753924929326 /Makerules | |
parent | 7d1de115db4c8b660d12ad1a72cb95ffa7f7a234 (diff) | |
download | glibc-b93492aaddcd959f47419ca9b44bc2ecca97858b.tar.gz |
Update.
1999-03-02 Mark Kettenis <kettenis@gnu.org>
* Makerules (LD_FLAGS-c.so): Add -u __register_frame to force the
backward compatibility EH functions to be linked when using
gcc-2.8.1. Patch by Zack Weinberg <zack@rabi.columbia.edu>.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -405,6 +405,8 @@ LDFLAGS-c.so = -nostdlib -nostartfiles LDLIBS-c.so += $(gnulib) # Give libc.so an entry point and make it directly runnable itself. LDFLAGS-c.so += -e __libc_main +# Force the backward compatibility EH functions to be linked. +LDFLAGS-c.so += -u __register_frame # Pre-link the objects of libc_pic.a so that we can locally resolve # COMMON symbols before we link against ld.so. This is because ld.so # contains some of libc_pic.a already, which will prevent the COMMONs |