diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-04-15 01:02:54 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-04-15 01:02:54 +0000 |
commit | a80f694198c20eeec2f63d21259dc5aa4c4ebe17 (patch) | |
tree | b261e69adffeb51279c5a6bb2b0b2291424b0a1d /bfd/bfd-in2.h | |
parent | 46c6cdcf5ed83c113db573e6dcea6e9efcd9b7e6 (diff) | |
download | gdb-a80f694198c20eeec2f63d21259dc5aa4c4ebe17.zip gdb-a80f694198c20eeec2f63d21259dc5aa4c4ebe17.tar.gz gdb-a80f694198c20eeec2f63d21259dc5aa4c4ebe17.tar.bz2 |
2001-04-14 H.J. Lu <hjl@gnu.org>
* bfd-in2.h: Regenerate.
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. */ |