aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
diff options
context:
space:
mode:
authorMatthew Fortune <Matthew.Fortune@imgtec.com>2015-01-05 15:07:50 +0000
committerMike Frysinger <vapier@gentoo.org>2015-02-15 00:59:00 -0500
commit6f49e32aa5c7c188b6b8e78a91636eb5ee2e1841 (patch)
tree1154a049bf6fa6a09e53d19ff491a637e03aa66c /sysdeps/unix/sysv
parente525154e84b6e9effadfbb5f162785e3aff24eb3 (diff)
downloadglibc-6f49e32aa5c7c188b6b8e78a91636eb5ee2e1841.zip
glibc-6f49e32aa5c7c188b6b8e78a91636eb5ee2e1841.tar.gz
glibc-6f49e32aa5c7c188b6b8e78a91636eb5ee2e1841.tar.bz2
ia64: remove fixed page size macros and others [BZ #17792]
Remove IA64 PAGE_SIZE related macros as PAGE_SIZE is not defined. Also remove macros that are only used for BFD's trad-core support which is not relavant for IA64 according to the thread starting here: https://sourceware.org/ml/libc-ports/2013-11/msg00028.html This patch is neither built nor tested but is equivalent to a MIPS patch for the same fix.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r--sysdeps/unix/sysv/linux/ia64/sys/user.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/sys/user.h b/sysdeps/unix/sysv/linux/ia64/sys/user.h
index 56cd045..fbd4200 100644
--- a/sysdeps/unix/sysv/linux/ia64/sys/user.h
+++ b/sysdeps/unix/sysv/linux/ia64/sys/user.h
@@ -44,10 +44,4 @@ struct user
char u_comm[32]; /* User command name. */
};
-#define NBPG PAGE_SIZE
-#define UPAGES 1
-#define HOST_TEXT_START_ADDR (u.start_code)
-#define HOST_DATA_START_ADDR (u.start_data)
-#define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
-
#endif /* sys/user.h */