CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2023/12/20 07:50:09

Modified files:
        libexec/ld.so/aarch64: ld.script 
        libexec/ld.so/alpha: ld.script 
        libexec/ld.so/amd64: ld.script 
        libexec/ld.so/arm: ld.script 
        libexec/ld.so/hppa: ld.script 
        libexec/ld.so/i386: ld.script 
        libexec/ld.so/m88k: ld.script 
        libexec/ld.so/mips64: ld.script 
        libexec/ld.so/powerpc: ld.script 
        libexec/ld.so/riscv64: ld.script 
        libexec/ld.so/sh: ld.script 
        libexec/ld.so/sparc64: ld.script 

Log message:
For strange reasons which made sense at the time, the text segment was
placed head of the btext (boot.text) segment.  (the boot.text segment is
"unmapped" after initization, as a self-protection mechanism).  this meant
the LOAD's virtual addresses were not in sequence, which clearly isn't
what we intended.

Reply via email to