public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/1047] New: MIPS getpagesize() support for variable page sizes
@ 2005-07-04 15:16 macro at linux-mips dot org
  2005-07-04 15:17 ` [Bug libc/1047] " macro at linux-mips dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: macro at linux-mips dot org @ 2005-07-04 15:16 UTC (permalink / raw)
  To: glibc-bugs

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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/1047] MIPS getpagesize() support for variable page sizes
  2005-07-04 15:16 [Bug libc/1047] New: MIPS getpagesize() support for variable page sizes macro at linux-mips dot org
@ 2005-07-04 15:17 ` macro at linux-mips dot org
  2005-09-16 13:13 ` aj at suse dot de
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: macro at linux-mips dot org @ 2005-07-04 15:17 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From macro at linux-mips dot org  2005-07-04 15:17 -------
Created an attachment (id=540)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=540&action=view)
glibc-2.3.4-mips-getpagesize.patch


-- 


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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/1047] MIPS getpagesize() support for variable page sizes
  2005-07-04 15:16 [Bug libc/1047] New: MIPS getpagesize() support for variable page sizes macro at linux-mips dot org
  2005-07-04 15:17 ` [Bug libc/1047] " macro at linux-mips dot org
@ 2005-09-16 13:13 ` aj at suse dot de
  2005-09-16 13:13 ` cvs-commit at gcc dot gnu dot org
  2005-10-24 15:03 ` macro at linux-mips dot org
  3 siblings, 0 replies; 5+ messages in thread
From: aj at suse dot de @ 2005-09-16 13:13 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aj at suse dot de  2005-09-16 13:12 -------
Let's use the ia64 version directly without changes.

Fix committed to CVS head.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/1047] MIPS getpagesize() support for variable page sizes
  2005-07-04 15:16 [Bug libc/1047] New: MIPS getpagesize() support for variable page sizes macro at linux-mips dot org
  2005-07-04 15:17 ` [Bug libc/1047] " macro at linux-mips dot org
  2005-09-16 13:13 ` aj at suse dot de
@ 2005-09-16 13:13 ` cvs-commit at gcc dot gnu dot org
  2005-10-24 15:03 ` macro at linux-mips dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-09-16 13:13 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-09-16 13:13 -------
Subject: Bug 1047

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	aj@sources.redhat.com	2005-09-16 13:13:01

Modified files:
	.              : ChangeLog 
Added files:
	sysdeps/unix/sysv/linux/mips: getpagesize.c 

Log message:
	[BZ #1047]
	* sysdeps/unix/sysv/linux/mips/getpagesize.c: New file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/mips/getpagesize.c.diff?cvsroot=glibc&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&r1=1.9526&r2=1.9527



-- 


http://sourceware.org/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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/1047] MIPS getpagesize() support for variable page sizes
  2005-07-04 15:16 [Bug libc/1047] New: MIPS getpagesize() support for variable page sizes macro at linux-mips dot org
                   ` (2 preceding siblings ...)
  2005-09-16 13:13 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-24 15:03 ` macro at linux-mips dot org
  3 siblings, 0 replies; 5+ messages in thread
From: macro at linux-mips dot org @ 2005-10-24 15:03 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From macro at linux-mips dot org  2005-10-24 15:03 -------
 Thanks -- that should work.  Please note that the fix attached to bug #1048
is needed to complement this change.

-- 


http://sourceware.org/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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-10-24 15:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-04 15:16 [Bug libc/1047] New: MIPS getpagesize() support for variable page sizes macro at linux-mips dot org
2005-07-04 15:17 ` [Bug libc/1047] " macro at linux-mips dot org
2005-09-16 13:13 ` aj at suse dot de
2005-09-16 13:13 ` cvs-commit at gcc dot gnu dot org
2005-10-24 15:03 ` macro at linux-mips dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).