Source-Changes archive

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

CVS commit: src/libexec/ld.elf_so/arch/vax



Module Name:    src
Committed By:   mycroft
Date:           Sun Mar  2 22:03:41 UTC 2003

Modified Files:
        src/libexec/ld.elf_so/arch/vax: rtld_start.S

Log Message:
Shorten rtld_start() slightly -- there's a base-relative _DYNAMIC pointer at
the beginning of the GOT, so we don't need an extra one here.  Also, remove a
bogus comment -- we do in fact have to do fixups, because there are pointers in
ld.elf_so's data segment that need to be relocated.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/libexec/ld.elf_so/arch/vax/rtld_start.S

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