From f45fbf876deab0568bd359788dbdaeabf4f22967 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 13 Jan 2000 20:46:54 +0000 Subject: [PATCH] Apply for for CR 102957. --- bfd/ChangeLog | 6 ++++++ bfd/coff-mcore.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 885715e2c4..2887aed084 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2000-01-13 Nick Clifton + + * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from + 3 to 2. This allows 4 byte sized sections, which is necessary for + dlltool to build funcitoning DLLs. + 2000-01-10 Philip Blundell * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu. diff --git a/bfd/coff-mcore.c b/bfd/coff-mcore.c index 7a3cfaa759..e815600735 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. */ -- 2.34.1