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:
@ -72,7 +72,7 @@ static void
|
||||
print_entry (const char *lib, int flag, const char *key)
|
||||
{
|
||||
printf ("\t%s (", lib);
|
||||
switch (flag)
|
||||
switch (flag & FLAG_TYPE_MASK)
|
||||
{
|
||||
case FLAG_LIBC4:
|
||||
case FLAG_ELF:
|
||||
|
Reference in New Issue
Block a user