Subject: CVS commit: src/libexec/ld.elf_so/arch/powerpc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 01/11/2003 03:33:57
Module Name: src
Committed By: matt
Date: Sat Jan 11 01:33:57 UTC 2003
Modified Files:
src/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c
Log Message:
Fix bug where only 2/3 of the PLT was being synched with the icache.
PLT entries are 12 bytes. Add a #define for that and replace the
explicit values with the PLT_ENTRY_SIZE. This bug can cause random
SIGILL signals to happen.
To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/libexec/ld.elf_so/arch/powerpc/ppc_reloc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.