mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* elf/cache.c (print_entry): Only look at the type field when printing the type. 2000-04-04 Andreas Schwab <schwab@suse.de> * iconvdata/big5.c (BODY): Fix typo. 2000-04-04 Andreas Schwab <schwab@suse.de>
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
2000-04-04 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* elf/cache.c (print_entry): Only look at the type field when
|
||||||
|
printing the type.
|
||||||
|
|
||||||
|
2000-04-04 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* iconvdata/big5.c (BODY): Fix typo.
|
||||||
|
|
||||||
2000-04-04 Andreas Schwab <schwab@suse.de>
|
2000-04-04 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* sysdeps/m68k/dl-machine.h (RTLD_START): Rewrite for new init
|
* sysdeps/m68k/dl-machine.h (RTLD_START): Rewrite for new init
|
||||||
|
@ -72,7 +72,7 @@ static void
|
|||||||
print_entry (const char *lib, int flag, const char *key)
|
print_entry (const char *lib, int flag, const char *key)
|
||||||
{
|
{
|
||||||
printf ("\t%s (", lib);
|
printf ("\t%s (", lib);
|
||||||
switch (flag)
|
switch (flag & FLAG_TYPE_MASK)
|
||||||
{
|
{
|
||||||
case FLAG_LIBC4:
|
case FLAG_LIBC4:
|
||||||
case FLAG_ELF:
|
case FLAG_ELF:
|
||||||
|
Reference in New Issue
Block a user