From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11133 invoked by alias); 28 Mar 2005 07:49:36 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 11109 invoked by alias); 28 Mar 2005 07:49:32 -0000 Date: Mon, 28 Mar 2005 07:49:00 -0000 Message-ID: <20050328074932.11108.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20050309231136.783.drow@sources.redhat.com> References: <20050309231136.783.drow@sources.redhat.com> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug libc/783] glibc HEAD does not build for MIPS X-Bugzilla-Reason: CC X-SW-Source: 2005-03/txt/msg00137.txt.bz2 List-Id: ------- 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 [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.