From 0b7219cc9da20a5ebc65fa1212d8f2ade36a247e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 4 Apr 2000 20:57:44 +0000 Subject: [PATCH] Update. * elf/cache.c (print_entry): Only look at the type field when printing the type. 2000-04-04 Andreas Schwab * iconvdata/big5.c (BODY): Fix typo. 2000-04-04 Andreas Schwab --- ChangeLog | 9 +++++++++ elf/cache.c | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ad31dc0859..31e9e19720 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-04-04 Andreas Schwab + + * elf/cache.c (print_entry): Only look at the type field when + printing the type. + +2000-04-04 Andreas Schwab + + * iconvdata/big5.c (BODY): Fix typo. + 2000-04-04 Andreas Schwab * sysdeps/m68k/dl-machine.h (RTLD_START): Rewrite for new init diff --git a/elf/cache.c b/elf/cache.c index d13e4dbbd7..f17976c050 100644 --- a/elf/cache.c +++ b/elf/cache.c @@ -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: