CVS commit: [matt-nb5-mips64] src/libexec/ld.elf_so

2010-08-19 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 19 15:35:18 UTC 2010 Modified Files: src/libexec/ld.elf_so [matt-nb5-mips64]: rtld.c Log Message: Rework the debug printfs for env so that if the env array is corrupt at least some output happens. To generate a diff of thi

CVS commit: [matt-nb5-mips64] src/libexec/ld.elf_so

2009-12-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Dec 14 06:57:17 UTC 2009 Modified Files: src/libexec/ld.elf_so [matt-nb5-mips64]: Makefile src/libexec/ld.elf_so/arch/i386 [matt-nb5-mips64]: Makefile.inc src/libexec/ld.elf_so/arch/mips [matt-nb5-mips64]: Makefile

CVS commit: [matt-nb5-mips64] src/libexec/ld.elf_so/arch/mips

2009-08-25 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 26 03:32:53 UTC 2009 Modified Files: src/libexec/ld.elf_so/arch/mips [matt-nb5-mips64]: Makefile.inc rtld_start.S Log Message: Make this compile under N32/N64. No idea if it works. To generate a diff of this c

CVS commit: [matt-nb5-mips64] src/libexec/ld.elf_so/arch/mips

2009-09-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 2 15:49:42 UTC 2009 Modified Files: src/libexec/ld.elf_so/arch/mips [matt-nb5-mips64]: rtld_start.S Log Message: Readjust sp by correct amount. To generate a diff of this commit: cvs rdiff -u -r1.9.44.1 -r1.9.44.2 \ s

CVS commit: [matt-nb5-mips64] src/libexec/ld.elf_so/arch/mips

2009-09-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 2 17:46:48 UTC 2009 Modified Files: src/libexec/ld.elf_so/arch/mips [matt-nb5-mips64]: rtld_start.S Log Message: Fix a typo and make dynamic libraries work on N32 (and N64?) To generate a diff of this commit: cvs rdiff -u

CVS commit: [matt-nb5-mips64] src/libexec/ld.elf_so/arch/mips

2009-09-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Sep 3 00:04:27 UTC 2009 Modified Files: src/libexec/ld.elf_so/arch/mips [matt-nb5-mips64]: rtld_start.S Log Message: To make debugging easier, load _rtld_relocate_nonplt_self into t0 To generate a diff of this commit: cvs rdi

CVS commit: [matt-nb5-mips64] src/libexec/ld.elf_so/arch/mips

2009-09-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Sep 3 07:25:45 UTC 2009 Modified Files: src/libexec/ld.elf_so/arch/mips [matt-nb5-mips64]: rtld_start.S Log Message: Make sure N32/N64 stack is qword aligned. To generate a diff of this commit: cvs rdiff -u -r1.9.44.4 -r1.9.4

CVS commit: [matt-nb5-mips64] src/libexec/ld.elf_so/arch/mips

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:34:25 UTC 2009 Modified Files: src/libexec/ld.elf_so/arch/mips [matt-nb5-mips64]: mips_reloc.c Log Message: Make ld.elf_so understand the "unique" way MIPS encodes 64 relocation entries. With this change, dynamic N64 i

CVS commit: [matt-nb5-mips64] src/libexec/ld.elf_so/arch/mips

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:49:02 UTC 2009 Modified Files: src/libexec/ld.elf_so/arch/mips [matt-nb5-mips64]: Makefile.inc Log Message: Enable ELFSIZE=64 is -mabi=64 is set. To generate a diff of this commit: cvs rdiff -u -r1.15.32.1 -r1.15.32.

CVS commit: [matt-nb5-mips64] src/libexec/ld.elf_so/arch/mips

2009-09-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 18:53:13 UTC 2009 Modified Files: src/libexec/ld.elf_so/arch/mips [matt-nb5-mips64]: mips_reloc.c Log Message: Fix some BIG_ENDIAN botches. To generate a diff of this commit: cvs rdiff -u -r1.53.10.1 -r1.53.10.2 \ s

CVS commit: [matt-nb5-mips64] src/libexec/ld.elf_so/arch/mips

2009-09-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Sep 13 21:21:57 UTC 2009 Modified Files: src/libexec/ld.elf_so/arch/mips [matt-nb5-mips64]: Makefile.inc Log Message: Tweak for compat usage To generate a diff of this commit: cvs rdiff -u -r1.15.32.3 -r1.15.32.4 \ src/lib

CVS commit: [matt-nb5-mips64] src/libexec/ld.elf_so/arch/mips

2010-08-19 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 19 07:07:02 UTC 2010 Modified Files: src/libexec/ld.elf_so/arch/mips [matt-nb5-mips64]: mips_reloc.c Log Message: Define the GOT1 mask in terms of Elf_Addr so that it won't truncate when used with 64bit addresses. To gener