From 4e90b4210edc439bf749f495855e29f711d7e99e Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 9 Sep 2022 18:00:29 +0200 Subject: "rel" fields become "reloc" --- all.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'all.h') 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 */ }; -- cgit v1.2.3