2002-04-08 Andreas Jaeger <aj@suse.de>
+ * elf/cache.c (print_entry): Support x86-64.
+
+ * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
+
* sysdeps/x86_64/fpu/s_llrint.S: New.
* sysdeps/x86_64/fpu/s_llrintf.S: New.
* sysdeps/x86_64/fpu/s_llrintl.S: New.
-/* Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1999.
case FLAG_IA64_LIB64:
fputs (",IA-64", stdout);
#endif
+#if defined __x86_64__ || defined __i386__
+ case FLAG_X8664_LIB64:
+ fputs (",x86-64", stdout);
+ break;
+#endif
#if defined __s390__ || defined __s390x__
case FLAG_S390_LIB64:
fputs(",64bit", stdout);