mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 17:40:06 +00:00
Update.
1998-07-07 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Do not exit the shell script if lddlibc4 failed. Reported by B. D. Elliott <bde@accessone.com>. scratch, which is faster and gets correct behaviour if $(subdirs) is incomplete.
This commit is contained in:
parent
ac8e29977a
commit
c6128ad443
10
ChangeLog
10
ChangeLog
@ -1,3 +1,9 @@
|
||||
1998-07-07 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/ldd-rewrite.sed: Do not exit the shell
|
||||
script if lddlibc4 failed.
|
||||
Reported by B. D. Elliott <bde@accessone.com>.
|
||||
|
||||
1998-07-06 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
|
||||
@ -2029,8 +2035,8 @@
|
||||
1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
* 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 <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
|
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user