1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* 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:
Ulrich Drepper
2000-04-04 20:57:44 +00:00
parent 4d953efbca
commit 0b7219cc9d
2 changed files with 10 additions and 1 deletions

View File

@ -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: