LD: Support fixed-size sections some psABIs may require
[deliverable/binutils-gdb.git] / bfd / section.c
index de4ca3ad9e87aea05560ebd44f692294bd918145..6aa18d5db3c6c984bc8bf793d7f41425da5b1655 100644 (file)
@@ -221,6 +221,11 @@ CODE_FRAGMENT
 .  {* The section contains thread local data.  *}
 .#define SEC_THREAD_LOCAL                0x400
 .
+.  {* The section's size is fixed.  Generic linker code will not
+.     recalculate it and it is up to whoever has set this flag to
+.     get the size right.  *}
+.#define SEC_FIXED_SIZE                  0x800
+.
 .  {* The section contains common symbols (symbols may be defined
 .     multiple times, the value of a symbol is the amount of
 .     space it requires, and the largest symbol value is the one
This page took 0.035707 seconds and 4 git commands to generate.