From b58a631942341b6ccb62ab400e862f404e22dbbf Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 1 Oct 2002 05:30:25 +0000 Subject: This commit contains a patch from Stefan Allius to change how uClibc handles _init and _fini, allowing shared lib constructors and destructors to initialize things in the correct sequence. Stefan ported the SH architecture. I then ported x86, arm, and mips. x86 and arm are working fine, but I don't think I quite got things correct for mips. --- extra/scripts/initfini.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/scripts/initfini.pl') diff --git a/extra/scripts/initfini.pl b/extra/scripts/initfini.pl index 431b39396..41add5d88 100755 --- a/extra/scripts/initfini.pl +++ b/extra/scripts/initfini.pl @@ -84,7 +84,7 @@ while() { $omitcrtn = 0; next; } - if (/^i_am_not_a_leaf/) { + if (/i_am_not_a_leaf/) { $discard = 1; next; } -- cgit v1.2.3