public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/783] New: glibc HEAD does not build for MIPS
@ 2005-03-09 23:11 drow at sources dot redhat dot com
  2005-03-27 14:58 ` [Bug libc/783] " aj at suse dot de
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: drow at sources dot redhat dot com @ 2005-03-09 23:11 UTC (permalink / raw)
  To: glibc-bugs

MIPS hasn't been updated in a while.  I'll post the patch to
libc-alpha shortly to make it build again.

-- 
           Summary: glibc HEAD does not build for MIPS
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: drow at sources dot redhat dot com
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: mips-linux
GCC target triplet: mips-linux


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

------- 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/783] glibc HEAD does not build for MIPS
  2005-03-09 23:11 [Bug libc/783] New: glibc HEAD does not build for MIPS drow at sources dot redhat dot com
@ 2005-03-27 14:58 ` aj at suse dot de
  2005-03-27 16:06 ` drow at sources dot redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: aj at suse dot de @ 2005-03-27 14:58 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aj at suse dot de  2005-03-27 14:58 -------
Daniel, please give me the URL of the patch and I'll look at it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gotom at debian dot or dot  |aj at suse dot de
                   |jp                          |
             Status|NEW                         |ASSIGNED


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

------- 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/783] glibc HEAD does not build for MIPS
  2005-03-09 23:11 [Bug libc/783] New: glibc HEAD does not build for MIPS drow at sources dot redhat dot com
  2005-03-27 14:58 ` [Bug libc/783] " aj at suse dot de
@ 2005-03-27 16:06 ` drow at sources dot redhat dot com
  2005-03-28  7:49 ` cvs-commit at gcc dot gnu dot org
  2005-03-28  7:52 ` aj at suse dot de
  3 siblings, 0 replies; 5+ messages in thread
From: drow at sources dot redhat dot com @ 2005-03-27 16:06 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drow at sources dot redhat dot com  2005-03-27 16:06 -------
The patch is here:
  http://sources.redhat.com/ml/libc-alpha/2005-03/msg00030.html

-- 


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

------- 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/783] glibc HEAD does not build for MIPS
  2005-03-09 23:11 [Bug libc/783] New: glibc HEAD does not build for MIPS drow at sources dot redhat dot com
  2005-03-27 14:58 ` [Bug libc/783] " aj at suse dot de
  2005-03-27 16:06 ` drow at sources dot redhat dot com
@ 2005-03-28  7:49 ` cvs-commit at gcc dot gnu dot org
  2005-03-28  7:52 ` aj at suse dot de
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-03-28  7:49 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-28 07:49 -------
Subject: Bug 783

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	aj@sources.redhat.com	2005-03-28 07:49:22

Modified files:
	.              : ChangeLog 

Log message:
	2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
	
	[BZ #783]
	* elf/tst-auditmod1.c: Add MIPS support.
	* sysdeps/generic/ldsodefs.h (La_mips_32_regs): New.
	(La_mips_32_retval): New.
	(La_mips_64_regs): New.
	(La_mips_64_retval): New.
	(struct audit_ifaces): Add MIPS entries.
	* sysdeps/mips/dl-machine.h: Check RESOLVE_MAP instead of RESOLVE.
	(elf_machine_runtime_link_map, ELF_DL_FRAME_SIZE,
	ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS,
	ELF_MACHINE_RUNTIME_TRAMPOLINE): Move to dl-trampoline.c.
	(RTLD_START): Align the stack before calling _dl_init_internal.
	Use .ent for _dl_start_user.
	(ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): Define.
	(elf_machine_rel, elf_machine_rel_relative, elf_machine_lazy_rel)
	(elf_machine_runtime_setup): Use "auto inline".
	(elf_machine_rela, elf_machine_rela_relative): Provide empty versions.
	(elf_machine_got_rel): Likewise.  Use RESOLVE_MAP.
	* sysdeps/mips/dl-trampoline.c: New file.
	* sysdeps/mips/bits/link.h: New file.
	* sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
	(internal_syscall5): Use register operands instead of non-lvalue
	memory operands.
	(internal_syscall6): Likewise.
	(internal_syscall7): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&r1=1.9294&r2=1.9295



-- 


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

------- 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/783] glibc HEAD does not build for MIPS
  2005-03-09 23:11 [Bug libc/783] New: glibc HEAD does not build for MIPS drow at sources dot redhat dot com
                   ` (2 preceding siblings ...)
  2005-03-28  7:49 ` cvs-commit at gcc dot gnu dot org
@ 2005-03-28  7:52 ` aj at suse dot de
  3 siblings, 0 replies; 5+ messages in thread
From: aj at suse dot de @ 2005-03-28  7:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aj at suse dot de  2005-03-28 07:52 -------
Fixed for glibc 2.4

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


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

------- 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-03-28  7:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-09 23:11 [Bug libc/783] New: glibc HEAD does not build for MIPS drow at sources dot redhat dot com
2005-03-27 14:58 ` [Bug libc/783] " aj at suse dot de
2005-03-27 16:06 ` drow at sources dot redhat dot com
2005-03-28  7:49 ` cvs-commit at gcc dot gnu dot org
2005-03-28  7:52 ` aj at suse dot de

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).