Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 4 Apr 2000 20:57:44 +0000 (20:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 4 Apr 2000 20:57:44 +0000 (20:57 +0000)
* 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>

ChangeLog
elf/cache.c

index ad31dc0..31e9e19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 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>
+
        * sysdeps/m68k/dl-machine.h (RTLD_START): Rewrite for new init
        function interface.  Remove unused _dl_start_user entry point.
 
index d13e4db..f17976c 100644 (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: