diff options
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 601f351..fa703f9 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1106,8 +1106,9 @@ typedef struct sec Entity size is given in the entsize field. */ #define SEC_MERGE 0x20000000 - /* If given with SEC_MERGE, entities to merge are zero terminated strings - where entsize specifies character size instead of fixed size entries. */ + /* If given with SEC_MERGE, entities to merge are zero terminated + strings where entsize specifies character size instead of fixed + size entries. */ #define SEC_STRINGS 0x40000000 /* End of section flags. */ |