From b93492aaddcd959f47419ca9b44bc2ecca97858b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 8 Mar 1999 11:57:06 +0000 Subject: Update. 1999-03-02 Mark Kettenis * 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 . --- Makerules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makerules') diff --git a/Makerules b/Makerules index cf0a6a5bfc..984a8ada15 100644 --- a/Makerules +++ b/Makerules @@ -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 -- cgit v1.2.3-70-g09d2