From 5dadff3de553b0dae46cca233c751ed8b6853da4 Mon Sep 17 00:00:00 2001 From: Shinichiro Hamaji Date: Sun, 19 Jul 2009 06:42:23 +0900 Subject: 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. --- arm-gen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arm-gen.c') diff --git a/arm-gen.c b/arm-gen.c index 9370db5..e0866ff 100644 --- a/arm-gen.c +++ b/arm-gen.c @@ -163,6 +163,7 @@ static CType float_type, double_type, func_float_type, func_double_type; /* relocation type for 32 bit data relocation */ #define R_DATA_32 R_ARM_ABS32 +#define R_DATA_PTR R_ARM_ABS32 #define R_JMP_SLOT R_ARM_JUMP_SLOT #define R_COPY R_ARM_COPY -- cgit v1.3.1