diff options
| author | Quentin Carbonneaux <[email protected]> | 2022-09-09 18:00:29 +0200 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2022-10-08 21:48:47 +0200 |
| commit | 4e90b4210edc439bf749f495855e29f711d7e99e (patch) | |
| tree | 9f3b3e137f98fa65bf1c61e235d32afce4f24f7f /all.h | |
| parent | 2e38c86af6c91bfb23dfb06b517a00c11fd4c1b3 (diff) | |
"rel" fields become "reloc"
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ }; |
