summaryrefslogtreecommitdiff
path: root/sysdeps/generic/ldconfig.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-14 09:00:42 +0000
committerRoland McGrath <roland@gnu.org>2002-09-14 09:00:42 +0000
commit48c5307058990a7e525b3dfc444e9d996b2cefc6 (patch)
tree9459f98ffc248cedd1a787baaf38aaa53b554f53 /sysdeps/generic/ldconfig.h
parent65233b5850accaaf3339e050c69f59b994582e86 (diff)
* sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
* elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64. Remove per-machine conditionals for FLAG_* cases. * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file. * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file. * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
Diffstat (limited to 'sysdeps/generic/ldconfig.h')
-rw-r--r--sysdeps/generic/ldconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/generic/ldconfig.h b/sysdeps/generic/ldconfig.h
index 9c618464e7..db29a9d224 100644
--- a/sysdeps/generic/ldconfig.h
+++ b/sysdeps/generic/ldconfig.h
@@ -31,6 +31,7 @@
#define FLAG_IA64_LIB64 0x0200
#define FLAG_X8664_LIB64 0x0300
#define FLAG_S390_LIB64 0x0400
+#define FLAG_POWERPC_LIB64 0x0500
/* Declared in cache.c. */
extern void print_cache (const char *cache_name);