mirror of git://sourceware.org/git/glibc.git
Update.
2004-08-26 Ulrich Drepper <drepper@redhat.com> * sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval. Patch by Greg Schafer.
This commit is contained in:
parent
87329997fe
commit
86b2fd6e65
|
|
@ -1,3 +1,8 @@
|
||||||
|
2004-08-26 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval.
|
||||||
|
Patch by Greg Schafer.
|
||||||
|
|
||||||
2004-08-25 Richard Henderson <rth@redhat.com>
|
2004-08-25 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind
|
* sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind
|
||||||
|
|
|
||||||
|
|
@ -71,8 +71,3 @@ endif
|
||||||
ifeq ($(subdir),misc)
|
ifeq ($(subdir),misc)
|
||||||
sysdep_headers += sys/mtio.h
|
sysdep_headers += sys/mtio.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(subdir),dlfcn)
|
|
||||||
libdl-sysdep_routines += eval
|
|
||||||
endif
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue