aboutsummaryrefslogtreecommitdiff
path: root/bfd/section.c
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
commit851edbafcca1e31fba6fb354ed07d5e28e5315ab (patch)
tree69ffcca1f99bcb4a13460b1dbf2c383c3fdd9472 /bfd/section.c
parent5dccc1ddaa1d8e543c1113a83df73c6d7e6973ec (diff)
downloadfsf-binutils-gdb-851edbafcca1e31fba6fb354ed07d5e28e5315ab.zip
fsf-binutils-gdb-851edbafcca1e31fba6fb354ed07d5e28e5315ab.tar.gz
fsf-binutils-gdb-851edbafcca1e31fba6fb354ed07d5e28e5315ab.tar.bz2
* section.c (SEC_SMALL_DATA): Rename from SEC_SHORT.
* bfd-in2.h: Rebuild.
Diffstat (limited to 'bfd/section.c')
-rw-r--r--bfd/section.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/section.c b/bfd/section.c
index 654ce23..eb251b4 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. *}