aboutsummaryrefslogtreecommitdiff
path: root/c67-gen.c
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji _at_ gmail.com>2009-07-19 06:42:23 +0900
committergrischka <grischka>2009-08-24 13:30:03 +0200
commit5dadff3de553b0dae46cca233c751ed8b6853da4 (patch)
tree6bcd6792db49262514998895b6847ac0e0599948 /c67-gen.c
parent3a1380120d8c952a34f6b5db0b3c42f794770f51 (diff)
downloadtinycc-5dadff3de553b0dae46cca233c751ed8b6853da4.tar.gz
tinycc-5dadff3de553b0dae46cca233c751ed8b6853da4.tar.bz2
x86-64: Fix stab debug information.
We need 32bit relocations for code and 64bit for debug info. Introduce a new macro R_DATA_PTR to distinguish the two usages.
Diffstat (limited to 'c67-gen.c')
-rw-r--r--c67-gen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c67-gen.c b/c67-gen.c
index a60b6bf..88224fd 100644
--- a/c67-gen.c
+++ b/c67-gen.c
@@ -163,6 +163,7 @@ int TotalBytesPushedOnStack;
/* relocation type for 32 bit data relocation */
#define R_DATA_32 R_C60_32
+#define R_DATA_PTR R_C60_32
#define R_JMP_SLOT R_C60_JMP_SLOT
#define R_COPY R_C60_COPY