NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57323 CVS commit: [netbsd-10] src/libexec/ld.elf_so/arch/powerpc



The following reply was made to PR lib/57323; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57323 CVS commit: [netbsd-10] src/libexec/ld.elf_so/arch/powerpc
Date: Fri, 4 Aug 2023 13:17:38 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Fri Aug  4 13:17:38 UTC 2023
 
 Modified Files:
 	src/libexec/ld.elf_so/arch/powerpc [netbsd-10]: Makefile.inc
 Removed Files:
 	src/libexec/ld.elf_so/arch/powerpc [netbsd-10]: ld.so.script
 
 Log Message:
 Pull up following revision(s) (requested by riastradh in ticket #306):
 
 	libexec/ld.elf_so/arch/powerpc/Makefile.inc: revision 1.17
 	libexec/ld.elf_so/arch/powerpc/ld.so.script: file removal
 
 ld.elf_so powerpc: remove bogus ldscript
 
 This ldscript is not needed and actually makes things worse by putting
 everything in one LOAD section, which then needs to have rwx permission.
 
 Remove it so that we get two LOAD sections with better permissions.
 Fixes PR 57323.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.16 -r1.16.12.1 \
     src/libexec/ld.elf_so/arch/powerpc/Makefile.inc
 cvs rdiff -u -r1.4 -r0 src/libexec/ld.elf_so/arch/powerpc/ld.so.script
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index