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 a661228..d21df1c 100644 --- a/bfd/section.c +++ b/bfd/section.c @@ -388,6 +388,7 @@ CODE_FRAGMENT .#define SEC_INFO_TYPE_MERGE 2 .#define SEC_INFO_TYPE_EH_FRAME 3 .#define SEC_INFO_TYPE_JUST_SYMS 4 +.#define SEC_INFO_TYPE_TARGET 5 . . {* Nonzero if this section uses RELA relocations, rather than REL. *} . unsigned int use_rela_p:1; |