diff options
author | Matthew Fortune <Matthew.Fortune@imgtec.com> | 2015-01-05 15:07:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-02-15 00:59:00 -0500 |
commit | 6f49e32aa5c7c188b6b8e78a91636eb5ee2e1841 (patch) | |
tree | 1154a049bf6fa6a09e53d19ff491a637e03aa66c /NEWS | |
parent | e525154e84b6e9effadfbb5f162785e3aff24eb3 (diff) | |
download | glibc-6f49e32aa5c7c188b6b8e78a91636eb5ee2e1841.tar.gz glibc-6f49e32aa5c7c188b6b8e78a91636eb5ee2e1841.tar.xz glibc-6f49e32aa5c7c188b6b8e78a91636eb5ee2e1841.zip |
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 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 89e48c868a..781f7a7bf1 100644 --- a/NEWS +++ b/NEWS @@ -9,8 +9,8 @@ Version 2.22 * 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. Version 2.21 |