From 0c3ff40b22b8e1ebe83890db309ecf14523a3b87 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 15 Jun 1999 15:12:23 +0000 Subject: * section.c (SEC_SHORT): Define. * bfd-in2.h: Rebuild. --- bfd/section.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bfd/section.c') diff --git a/bfd/section.c b/bfd/section.c index da4c4bcba8..dcb240f897 100644 --- a/bfd/section.c +++ b/bfd/section.c @@ -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. *} -- cgit v1.2.1