summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-08-09 03:20:31 +0000
committerIan Lance Taylor <ian@airs.com>1999-08-09 03:20:31 +0000
commitc16f6092d2610a4020ee0119c91cba93ed4b1c19 (patch)
treecb9966d23306ac14e8b567a4a792c9715d050ad3
parent5cc3e8c93038d3751f890b302aef6af90aad9b9a (diff)
downloadgdb-c16f6092d2610a4020ee0119c91cba93ed4b1c19.tar.gz
* section.c (SEC_SMALL_DATA): Rename from SEC_SHORT.
* bfd-in2.h: Rebuild.
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/bfd-in2.h2
-rw-r--r--bfd/section.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6a8758ca280..05a85d568df 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 13997496540..2e47b538f16 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -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. */
diff --git a/bfd/section.c b/bfd/section.c
index 654ce231b88..eb251b4cdd5 100644
--- a/bfd/section.c
+++ b/bfd/section.c
@@ -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. *}