Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/csu
Module Name: src
Committed By: fvdl
Date: Fri Nov 28 23:25:54 UTC 2003
Modified Files:
src/lib/csu/common_elf: common.c
src/lib/csu/x86_64: crt0.c
Log Message:
The x86_64 assembler seems to get it wrong when assembling
_eprol@GOTPCREL, it resolved it internally as a PC-relative instruction,
getting garbage, since the needed value is in the GOT. Add a CPP hook
to export it explicitly, this makes it work. Only active on amd64. XXX
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/lib/csu/common_elf/common.c
cvs rdiff -r1.2 -r1.3 src/lib/csu/x86_64/crt0.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