summaryrefslogtreecommitdiff
path: root/output/outelf.h
diff options
context:
space:
mode:
Diffstat (limited to 'output/outelf.h')
-rw-r--r--output/outelf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/output/outelf.h b/output/outelf.h
index 8eef73ae..0801eaf8 100644
--- a/output/outelf.h
+++ b/output/outelf.h
@@ -141,6 +141,7 @@ struct elf_section {
int type; /* SHT_PROGBITS or SHT_NOBITS */
uint64_t align; /* alignment: power of two */
uint64_t flags; /* section flags */
+ int64_t pass_last_seen;
char *name;
struct SAA *rel;
uint64_t rellen;