mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
2003-03-25 Jiro SEKIBA <jir@yamato.ibm.com> * iconvdata/euc-tw.c (from_euc_tw): Fix return value of TO_LOOP. * iconvdata/bug-iconv4.c: New file. * iconvdata/Makefile (tests): Add bug-iconv4.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2003-03-25 Jiro SEKIBA <jir@yamato.ibm.com>
|
||||||
|
|
||||||
|
* iconvdata/euc-tw.c (from_euc_tw): Fix return value of TO_LOOP.
|
||||||
|
* iconvdata/bug-iconv4.c: New file.
|
||||||
|
* iconvdata/Makefile (tests): Add bug-iconv4.
|
||||||
|
|
||||||
2003-03-25 H.J. Lu <hjl@gnu.org>
|
2003-03-25 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* elf/dl-lookup.c (_dl_lookup_symbol): Avoid looking up protected
|
* elf/dl-lookup.c (_dl_lookup_symbol): Avoid looking up protected
|
||||||
|
@ -58,7 +58,7 @@ modules.so := $(addsuffix .so, $(modules))
|
|||||||
include ../Makeconfig
|
include ../Makeconfig
|
||||||
|
|
||||||
ifeq (yes,$(build-shared))
|
ifeq (yes,$(build-shared))
|
||||||
tests = bug-iconv1 bug-iconv2 tst-loading tst-e2big tst-iconv4
|
tests = bug-iconv1 bug-iconv2 tst-loading tst-e2big tst-iconv4 bug-iconv4
|
||||||
ifeq ($(have-thread-library),yes)
|
ifeq ($(have-thread-library),yes)
|
||||||
tests += bug-iconv3
|
tests += bug-iconv3
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user