summaryrefslogtreecommitdiff
path: root/rts/linker/InitFini.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/linker/InitFini.h')
-rw-r--r--rts/linker/InitFini.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/linker/InitFini.h b/rts/linker/InitFini.h
index f00233d88d..c0a044402e 100644
--- a/rts/linker/InitFini.h
+++ b/rts/linker/InitFini.h
@@ -2,6 +2,7 @@
enum InitFiniKind {
INITFINI_INIT, // .init section
+ INITFINI_FINI, // .fini section
INITFINI_CTORS, // .ctors section
INITFINI_DTORS, // .dtors section
INITFINI_INIT_ARRAY, // .init_array section