From: Ulrich Drepper Date: Tue, 7 Jul 1998 12:46:24 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_95~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6128ad44350c140545e8236bd92ebda7d22ecab;p=platform%2Fupstream%2Fglibc.git Update. 1998-07-07 Ulrich Drepper * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Do not exit the shell script if lddlibc4 failed. Reported by B. D. Elliott . scratch, which is faster and gets correct behaviour if $(subdirs) is incomplete. --- diff --git a/ChangeLog b/ChangeLog index 6d5fbe3..44b4d06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1998-07-07 Ulrich Drepper + + * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Do not exit the shell + script if lddlibc4 failed. + Reported by B. D. Elliott . + 1998-07-06 Ulrich Drepper * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols): @@ -2029,8 +2035,8 @@ 1998-05-18 Andreas Schwab * Makerules (do-makelib): Don't force creating library from - scratch, which is faster and gets correct behaviour if $(subdirs) - is incomplete. + scratch, which is faster and gets correct behaviour if $(subdirs) + is incomplete. 1998-05-19 Andreas Schwab diff --git a/sysdeps/unix/sysv/linux/ldd-rewrite.sed b/sysdeps/unix/sysv/linux/ldd-rewrite.sed index efc1b57..0ad5bc4 100644 --- a/sysdeps/unix/sysv/linux/ldd-rewrite.sed +++ b/sysdeps/unix/sysv/linux/ldd-rewrite.sed @@ -4,7 +4,7 @@ lddlibc4 $file\ # Test the result.\ if test $? -lt 3; then\ - exit 0;\ + return 0;\ fi\ # In case of an error punt. /LD_TRACE_LOADED_OBJECTS=1/a\