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

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 \

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

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

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

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 \

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