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/15705] MicroBlaze mmap64 incorrect page shift


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

--- Comment #5 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
It looks like the kernel changed the ABI incompatibly in 3.13.  That means 
a more complicated fix is needed, meaning that if an __ASSUME_* macro is 
defined (which would be for --enable-kernel=3.13.0 or later) then you can 
just use the generic mmap64.c, but otherwise working reliably means a 
runtime check on GLRO(dl_osversion) >= 0x030d00 to determine the ABI in 
use (cf. the ARM runtime check for an incompatible change in signal frame 
unwinding).

-- 
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]