summaryrefslogtreecommitdiff
path: root/cgias.c
diff options
context:
space:
mode:
authorJohn van Groningen2003-05-12 12:42:52 +0000
committerJohn van Groningen2003-05-12 12:42:52 +0000
commitd0cee3fd379c10ccf87cad3ea5d6573512bb3d67 (patch)
treea9c9f8887755e2c2bde3a9ce078eacf0b161cdd3 /cgias.c
parentno message (diff)
#define R_ABS
Diffstat (limited to 'cgias.c')
-rw-r--r--cgias.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cgias.c b/cgias.c
index f00fe9a..91fdb58 100644
--- a/cgias.c
+++ b/cgias.c
@@ -5449,6 +5449,7 @@ static void write_string_table (void)
}
}
+#define R_ABS 0
#define R_DIR32 6
#define R_PCLONG 20
@@ -5527,7 +5528,7 @@ static void write_code_relocations (void)
else
write_l (label->label_id);
#if 1
- write_w (0);
+ write_w (R_ABS);
#else
write_w (R_PCLONG);
#endif