* section.c (SEC_SHORT): Define.
authorRichard Henderson <rth@redhat.com>
Tue, 15 Jun 1999 15:12:23 +0000 (15:12 +0000)
committerRichard Henderson <rth@redhat.com>
Tue, 15 Jun 1999 15:12:23 +0000 (15:12 +0000)
        * bfd-in2.h: Rebuild.

bfd/ChangeLog
bfd/bfd-in2.h
bfd/section.c

index af1aef8..86d10dd 100644 (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):
index 657ff06..055cee2 100644 (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.  */
index da4c4bc..dcb240f 100644 (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.  *}