summaryrefslogtreecommitdiff
path: root/elf/cache.c
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-03-14 05:32:50 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-03-14 05:32:50 +0000
commitb5bac573e6adefab9fb3f693a42434b77ed5a0da (patch)
tree74e9cd080744772c566d02427af97e184be781d8 /elf/cache.c
parent5ace1393645876e733698cc05dac51a8bfbec965 (diff)
* sysdeps/generic/ldconfig.h (FLAG_MIPS64_LIBN32, FLAG_MIPS64_LIBN64): Define. * elf/cache.c (print_entry): Handle mips64 n32 and n64.
* sysdeps/generic/ldconfig.h (FLAG_MIPS64_LIBN32, FLAG_MIPS64_LIBN64): Define. * elf/cache.c (print_entry): Handle mips64 n32 and n64. 2003-03-14 Alexandre Oliva <aoliva@redhat.com>
Diffstat (limited to 'elf/cache.c')
-rw-r--r--elf/cache.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/elf/cache.c b/elf/cache.c
index 4f72f10491..e34ea5ccf5 100644
--- a/elf/cache.c
+++ b/elf/cache.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2000, 2001, 2002, 2003
+ Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1999.
@@ -86,6 +87,11 @@ print_entry (const char *lib, int flag, unsigned int osversion,
case FLAG_POWERPC_LIB64:
fputs(",64bit", stdout);
break;
+ case FLAG_MIPS64_LIBN32:
+ fputs(",N32", stdout);
+ break;
+ case FLAG_MIPS64_LIBN64:
+ fputs(",64bit", stdout);
case 0:
break;
default: