diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-08 16:50:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-08 16:50:27 +0000 |
commit | bd826630b1258af33355c6d6906ce42111b2f8fb (patch) | |
tree | 0f6f9940b078ecb7cf94a0b8748ce79d3835a089 /bfd/section.c | |
parent | 153b546a7abff2e8a966718a0dfa784a64975877 (diff) | |
download | gdb-bd826630b1258af33355c6d6906ce42111b2f8fb.zip gdb-bd826630b1258af33355c6d6906ce42111b2f8fb.tar.gz gdb-bd826630b1258af33355c6d6906ce42111b2f8fb.tar.bz2 |
1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
* section.c (SEC_SHARED): Define.
* coffcode.h (sec_to_styp_flags): Handle SEC_SHARED.
(styp_to_sec_flags): Likewise.
* peicode.h (coff_swap_scnhdr_out): Likewise.
* bfd-in2.h: Rebuild.
1999-08-08 Ian Lance Taylor <ian@zembu.com>
* coffcode.h (coff_classify_symbol): Comment out part of
1999-08-05 change which breaks cygwin DLLs.
Diffstat (limited to 'bfd/section.c')
-rw-r--r-- | bfd/section.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/section.c b/bfd/section.c index 4f3edac..654ce23 100644 --- a/bfd/section.c +++ b/bfd/section.c @@ -311,6 +311,10 @@ CODE_FRAGMENT . "near" the GP. *} .#define SEC_SHORT 0x2000000 . +. {* This section contains data which may be shared with other +. executables or shared objects. *} +.#define SEC_SHARED 0x4000000 +. . {* End of section flags. *} . . {* Some internal packed boolean fields. *} |