diff options
Diffstat (limited to 'bfd/section.c')
-rw-r--r-- | bfd/section.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/section.c b/bfd/section.c index 48505f3..f73e034 100644 --- a/bfd/section.c +++ b/bfd/section.c @@ -409,6 +409,7 @@ CODE_FRAGMENT .#define SEC_INFO_TYPE_JUST_SYMS 4 .#define SEC_INFO_TYPE_TARGET 5 .#define SEC_INFO_TYPE_EH_FRAME_ENTRY 6 +.#define SEC_INFO_TYPE_SFRAME 7 . . {* Nonzero if this section uses RELA relocations, rather than REL. *} . unsigned int use_rela_p:1; |