mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* section.c (SEC_SHORT): Define.
* bfd-in2.h: Rebuild.
This commit is contained in:
parent
2dcad5ea23
commit
0c3ff40b22
@ -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):
|
||||
|
@ -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. */
|
||||
|
@ -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. *}
|
||||
|
Loading…
Reference in New Issue
Block a user