This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ports/16191] PAGE_SIZE defined constant on MIPS, but size is configurable


http://sourceware.org/bugzilla/show_bug.cgi?id=16191

--- Comment #4 from Andreas Schwab <schwab@linux-m68k.org> ---
BFD's trad-core wants NBPG, UPAGES, HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR,
HOST_DATA_START_ADDR, HOST_STACK_START_ADDR (the latter two being optional). 
The other macros are only defined because the kernel header <asm/user.h>
defines NBPG in terms of PAGE_SIZE for most architectures.

New architectures should not use trad-core, so have no need to defined these
macros at all.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]