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 | cc25477892688831a5ef7ededb626a20fe373cb5 (patch) | |
tree | 5839b67d06e9c6deaf1efa051e5ff4c0cdf71c39 /bfd/section.c | |
parent | f38ec28d363a78b58bddd491ca65bf5adc4425a6 (diff) | |
download | gdb-cc25477892688831a5ef7ededb626a20fe373cb5.tar.gz |
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 4f3edacb2ed..654ce231b88 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. *} |