From 851edbafcca1e31fba6fb354ed07d5e28e5315ab Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 9 Aug 1999 03:20:31 +0000 Subject: * section.c (SEC_SMALL_DATA): Rename from SEC_SHORT. * bfd-in2.h: Rebuild. --- bfd/bfd-in2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/bfd-in2.h') 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. */ -- cgit v1.1