aboutsummaryrefslogtreecommitdiff
path: root/all.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2022-09-09 18:00:29 +0200
committerQuentin Carbonneaux <[email protected]>2022-10-08 21:48:47 +0200
commit4e90b4210edc439bf749f495855e29f711d7e99e (patch)
tree9f3b3e137f98fa65bf1c61e235d32afce4f24f7f /all.h
parent2e38c86af6c91bfb23dfb06b517a00c11fd4c1b3 (diff)
"rel" fields become "reloc"
Diffstat (limited to 'all.h')
-rw-r--r--all.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/all.h b/all.h
index 8303c62..7859b05 100644
--- a/all.h
+++ b/all.h
@@ -282,7 +282,7 @@ struct Alias {
Ref base;
uint32_t label;
int64_t offset;
- int rel;
+ int reloc;
Alias *slot;
};
@@ -328,7 +328,7 @@ struct Con {
enum {
RelDef,
RelThr,
- } rel;
+ } reloc;
char flt; /* 1 to print as s, 2 to print as d */
};