mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
Update.
2000-07-03 Andreas Jaeger <aj@suse.de> * dlfcn/Makefile (generated): New.
This commit is contained in:
parent
6f98fd7ebb
commit
68eefde7b6
@ -1,3 +1,7 @@
|
||||
2000-07-03 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* dlfcn/Makefile (generated): New.
|
||||
|
||||
2000-07-03 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* libio/genops.c (__overflow): Use _IO_fwide to orient the stream.
|
||||
|
@ -37,6 +37,7 @@ tests = glrefmain failtest
|
||||
endif
|
||||
modules-names = glreflib1 glreflib2 failtestmod
|
||||
extra-objs += $(modules-names:=.os) eval.os
|
||||
generated := $(modules-names:=.so)
|
||||
|
||||
include ../Rules
|
||||
|
||||
|
@ -26,6 +26,6 @@ ${common_objpfx}elf/ld.so --library-path $common_objpfx \
|
||||
${common_objpfx}stdio-common/tst-unbputc \
|
||||
2> ${common_objpfx}stdio-common/tst-unbputc.out || status=1
|
||||
|
||||
(echo 12 | cmp ${common_objpfx}stdio-common/tst-unbputc.out -) || status=1
|
||||
(echo -n 12 | cmp ${common_objpfx}stdio-common/tst-unbputc.out -) || status=1
|
||||
|
||||
exit $status
|
||||
|
Loading…
Reference in New Issue
Block a user