* section.c (SEC_SMALL_DATA): Rename from SEC_SHORT.
authorIan Lance Taylor <ian@airs.com>
Mon, 9 Aug 1999 03:20:31 +0000 (03:20 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 9 Aug 1999 03:20:31 +0000 (03:20 +0000)
* bfd-in2.h: Rebuild.

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

index 6a8758ca280ae691b93c230522ee7977da45de72..05a85d568dfc1921027f858f1d56ee03ab1016ae 100644 (file)
@@ -1,3 +1,8 @@
+1999-08-08  Ian Lance Taylor  <ian@zembu.com>
+
+       * section.c (SEC_SMALL_DATA): Rename from SEC_SHORT.
+       * bfd-in2.h: Rebuild.
+
 1999-08-08  Mark Elbrecht  <snowball3@bigfoot.com>
 
        * libcoff-in.h (struct coff_section_alignment_entry): Define.
index 139974965405051cebdd7e23eb448078c03bf154..2e47b538f1604eb9ee54f4571b73322f0132b120 100644 (file)
@@ -1006,7 +1006,7 @@ typedef struct sec
 
         /* This section contains "short" data, and should be placed
           "near" the GP.  */
-#define SEC_SHORT 0x2000000
+#define SEC_SMALL_DATA 0x2000000
 
         /* This section contains data which may be shared with other
           executables or shared objects.  */
index 654ce231b88788ab76785cbbd98dab5e27ec67d9..eb251b4cdd5ff3da382ffa4ad097398a4d0fe20e 100644 (file)
@@ -309,7 +309,7 @@ CODE_FRAGMENT
 .
 .      {* This section contains "short" data, and should be placed
 .         "near" the GP.  *}
-.#define SEC_SHORT 0x2000000
+.#define SEC_SMALL_DATA 0x2000000
 .
 .      {* This section contains data which may be shared with other
 .         executables or shared objects.  *}
This page took 0.118963 seconds and 4 git commands to generate.