diff options
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
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. */ |