diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-13 20:46:54 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-13 20:46:54 +0000 |
commit | e9955ede010d0edd64e2bc61050cb252c93fb62f (patch) | |
tree | b8f93949329787d962021f8034c08a22f031cd7c /bfd/coff-mcore.c | |
parent | b3f5ba38fc90a86731dcd08627178ce91f45ead3 (diff) | |
download | gdb-e9955ede010d0edd64e2bc61050cb252c93fb62f.tar.gz |
Apply for for CR 102957.
Diffstat (limited to 'bfd/coff-mcore.c')
-rw-r--r-- | bfd/coff-mcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-mcore.c b/bfd/coff-mcore.c index 7a3cfaa7591..e815600735d 100644 --- a/bfd/coff-mcore.c +++ b/bfd/coff-mcore.c @@ -64,7 +64,7 @@ static const bfd_target * pe_object_p #define TOC_SECTION_NAME ".private.toc" /* The main body of code is in coffcode.h. */ -#define COFF_DEFAULT_SECTION_ALIGNMENT_POWER (3) +#define COFF_DEFAULT_SECTION_ALIGNMENT_POWER 2 /* In case we're on a 32-bit machine, construct a 64-bit "-1" value from smaller values. Start with zero, widen, *then* decrement. */ |