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

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

View File

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