diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 666e1b88..1709e506 100644 --- a/src/common.h +++ b/src/common.h @@ -235,6 +235,7 @@ enum class LinkingEntryType { SymbolInfo = 2, DataSize = 3, DataAlignment = 4, + SegmentInfo = 5, }; enum class SymbolBinding { |