From 74459f0e3ead9efad8aa29f2545b53e9c5f9988d Mon Sep 17 00:00:00 2001 From: Timothy Wall Date: Tue, 20 Jun 2000 13:29:07 +0000 Subject: tic54x/ibmc54xdsp target for ld. --- ld/ldlang.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ld/ldlang.c') diff --git a/ld/ldlang.c b/ld/ldlang.c index d43140f..6068f51 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -1196,6 +1196,13 @@ wild_doit (ptr, section, output, file) /* If supplied an aligment, then force it. */ if (output->section_alignment != -1) output->bfd_section->alignment_power = output->section_alignment; + + if (section->flags & SEC_BLOCK) + { + section->output_section->flags |= SEC_BLOCK; + /* FIXME: This value should really be obtained from the bfd... */ + output->block_value = 128; + } } } -- cgit v1.1