This is the mail archive of the glibc-bugs@sources.redhat.com 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 libc/1047] New: MIPS getpagesize() support for variable page sizes


MIPS/Linux has now the option to be configured for different page sizes
as supported by many MIPS processors starting from the R4000.  For proper
support a platform-specific getpagesize() implementation is required to
make sure the page size as supplied in the auxiliary vector is always used.

 Here is the necessary change.

2005-07-04  Maciej W. Rozycki  <macro@linux-mips.org>

        * sysdeps/unix/sysv/linux/mips/getpagesize.c: New file to support
        variable page size for MIPS.

 This was originally reported for 2.3.2 -- see:
"http://sourceware.org/ml/libc-alpha/2003-12/msg00159.html"; for a reference.
Since changes for dlopen() support for static executables have become more
extensive since then, I'll send them separately.  This change is sufficient
for dynamically linked executables as well as for the static body of
statically linked ones.

-- 
           Summary: MIPS getpagesize() support for variable page sizes
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: macro at linux-mips dot org
                CC: drow at false dot org,glibc-bugs at sources dot redhat
                    dot com
  GCC host triplet: mipsel-unknown-linux-gnu


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1047

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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