+2015-02-15 Matthew Fortune <Matthew.Fortune@imgtec.com>
+
+ [BZ #17792]
+ * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
+ (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
+ HOST_STACK_END_ADDR): Likewise.
+
2015-02-13 Steve Ellcey <sellcey@imgtec.com>
* sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
* The following bugs are resolved with this release:
- 4719, 15467, 15790, 16560, 17569, 17912, 17932, 17944, 17949, 17964,
- 17965, 17967, 17969.
+ 4719, 15467, 15790, 16560, 17569, 17792, 17912, 17932, 17944, 17949,
+ 17964, 17965, 17967, 17969.
\f
Version 2.21
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 */