Module Name: pcc
Committed By: ragge
Date: Sat Oct 16 12:38:07 UTC 2010
Modified Files:
pcc/arch/amd64: code.c local.c local2.c macdefs.h table.c
Log Message:
Fix (hopefully) the last problems with PIC code. Someday a small
optimization could be done by generating movl instead of leal for static
variables (saves one byte) and direct calls for static functions (saves a
few more bytes).
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pcc/arch/amd64/code.c
cvs rdiff -u -r1.21 -r1.22 pcc/arch/amd64/local.c pcc/arch/amd64/table.c
cvs rdiff -u -r1.23 -r1.24 pcc/arch/amd64/local2.c
cvs rdiff -u -r1.12 -r1.13 pcc/arch/amd64/macdefs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.