aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
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/bfd-in2.h
parent5dccc1ddaa1d8e543c1113a83df73c6d7e6973ec (diff)
downloadgdb-851edbafcca1e31fba6fb354ed07d5e28e5315ab.zip
gdb-851edbafcca1e31fba6fb354ed07d5e28e5315ab.tar.gz
gdb-851edbafcca1e31fba6fb354ed07d5e28e5315ab.tar.bz2
* section.c (SEC_SMALL_DATA): Rename from SEC_SHORT.
* bfd-in2.h: Rebuild.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 1399749..2e47b53 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. */