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