Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/libexec/ld.elf_so
Module Name: basesrc
Committed By: rafal
Date: Sun Oct 14 23:13:22 UTC 2001
Modified Files:
basesrc/libexec/ld.elf_so: symbol.c
basesrc/libexec/ld.elf_so/arch/mips: mips_reloc.c
Log Message:
Fix how underfined weak symbols are treated -- before, ld.so would do nothing
with them, rather than defaulting them to zero. This caused breakage with
the drawf EH stuff and init/fini code when they weren't used by the caller
(and hence the appropriate handlers were left undefined). Also fix an un-
initialized variable in symbol.c that only MIPS MD code tripped over.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/libexec/ld.elf_so/symbol.c
cvs rdiff -r1.3 -r1.4 basesrc/libexec/ld.elf_so/arch/mips/mips_reloc.c
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