* bfd-in2.h: Rebuild.
+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.
/* 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 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. *}