* section.c (SEC_SHORT): Define.

* bfd-in2.h: Rebuild.
This commit is contained in:
Richard Henderson 1999-06-15 15:12:23 +00:00
parent 2dcad5ea23
commit 0c3ff40b22
3 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
1999-06-15 Richard Henderson <rth@cygnus.com>
* section.c (SEC_SHORT): Define.
* bfd-in2.h: Rebuild.
1999-06-13 Mark Mitchell <mark@codesourcery.com>
* elflink.h (elf_link_remove_section_and_adjust_dynindices):

View File

@ -999,6 +999,10 @@ typedef struct sec
/* This section should not be subject to garbage collection. */
#define SEC_KEEP 0x1000000
/* This section contains "short" data, and should be placed
"near" the GP. */
#define SEC_SHORT 0x2000000
/* End of section flags. */
/* Some internal packed boolean fields. */

View File

@ -307,6 +307,10 @@ CODE_FRAGMENT
. {* This section should not be subject to garbage collection. *}
.#define SEC_KEEP 0x1000000
.
. {* This section contains "short" data, and should be placed
. "near" the GP. *}
.#define SEC_SHORT 0x2000000
.
. {* End of section flags. *}
.
. {* Some internal packed boolean fields. *}