summaryrefslogtreecommitdiff
path: root/bfd/section.c
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2000-04-07 00:58:06 +0000
committerTimothy Wall <twall@alum.mit.edu>2000-04-07 00:58:06 +0000
commit75a20041c48a16cc2a5c07601585172db1694928 (patch)
treed308faf32479465592d45f30eb990f2cbd54c4a5 /bfd/section.c
parent3afca406576b5caa1d8fdfef069e982d03d4f47e (diff)
downloadgdb-75a20041c48a16cc2a5c07601585172db1694928.tar.gz
SEC_BLOCK, SEC_CLINK, and C_STATLAB added (TI COFF support).
Diffstat (limited to 'bfd/section.c')
-rw-r--r--bfd/section.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/section.c b/bfd/section.c
index b3b760802d3..ff977fd78a9 100644
--- a/bfd/section.c
+++ b/bfd/section.c
@@ -336,6 +336,16 @@ CODE_FRAGMENT
. executables or shared objects. *}
.#define SEC_SHARED 0x4000000
.
+. {* When a section with this flag is being linked, then if the size of
+. the input section is less than a page, it should not cross a page
+. boundary. If the size of the input section is one page or more, it
+. should be aligned on a page boundary. *}
+.#define SEC_BLOCK 0x8000000
+.
+. {* Conditionally link this section; do not link if there are no
+. references found to any symbol in the section. *}
+.#define SEC_CLINK 0x10000000
+.
. {* End of section flags. *}
.
. {* Some internal packed boolean fields. *}