summaryrefslogtreecommitdiffstats
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-08-08 16:50:27 +0000
committerIan Lance Taylor <ian@airs.com>1999-08-08 16:50:27 +0000
commitbd826630b1258af33355c6d6906ce42111b2f8fb (patch)
tree0f6f9940b078ecb7cf94a0b8748ce79d3835a089 /bfd/bfd-in2.h
parent153b546a7abff2e8a966718a0dfa784a64975877 (diff)
downloadppe42-binutils-bd826630b1258af33355c6d6906ce42111b2f8fb.tar.gz
ppe42-binutils-bd826630b1258af33355c6d6906ce42111b2f8fb.zip
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/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 6dc576b4cf..1399749654 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1008,6 +1008,10 @@ typedef struct sec
"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. */
OpenPOWER on IntegriCloud