mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 14:40:06 +00: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>
|
2000-07-03 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* libio/genops.c (__overflow): Use _IO_fwide to orient the stream.
|
* libio/genops.c (__overflow): Use _IO_fwide to orient the stream.
|
||||||
|
@ -37,6 +37,7 @@ tests = glrefmain failtest
|
|||||||
endif
|
endif
|
||||||
modules-names = glreflib1 glreflib2 failtestmod
|
modules-names = glreflib1 glreflib2 failtestmod
|
||||||
extra-objs += $(modules-names:=.os) eval.os
|
extra-objs += $(modules-names:=.os) eval.os
|
||||||
|
generated := $(modules-names:=.so)
|
||||||
|
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
|
||||||
|
@ -26,6 +26,6 @@ ${common_objpfx}elf/ld.so --library-path $common_objpfx \
|
|||||||
${common_objpfx}stdio-common/tst-unbputc \
|
${common_objpfx}stdio-common/tst-unbputc \
|
||||||
2> ${common_objpfx}stdio-common/tst-unbputc.out || status=1
|
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
|
exit $status
|
||||||
|
Loading…
Reference in New Issue
Block a user