aboutsummaryrefslogtreecommitdiff
path: root/all.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2022-09-09 17:54:06 +0200
committerQuentin Carbonneaux <[email protected]>2022-10-08 21:48:47 +0200
commit2e38c86af6c91bfb23dfb06b517a00c11fd4c1b3 (patch)
treee92c3e9ca07bcf794db0d44fd3159b132857314b /all.h
parent00a30954aca97004cb6f586bdeeabb488f1e3c3f (diff)
do not drop relocation kind in alias analysis
Diffstat (limited to 'all.h')
-rw-r--r--all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/all.h b/all.h
index 14ebf68..8303c62 100644
--- a/all.h
+++ b/all.h
@@ -282,6 +282,7 @@ struct Alias {
Ref base;
uint32_t label;
int64_t offset;
+ int rel;
Alias *slot;
};