From e7894f6b5daf4ae6b8881520a4f59aa68ceaa044 Mon Sep 17 00:00:00 2001 From: Kim Knuttila Date: Fri, 19 Jan 1996 00:16:31 +0000 Subject: Numerous PowerPC PE fixes --- bfd/coffcode.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bfd/coffcode.h') diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 1eb9ba8..069acda 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -985,6 +985,10 @@ coff_set_alignment_hook (abfd, section, scnhdr) { section->alignment_power = 1; } + else if (strncmp (section->name, ".stab", 5) == 0) + { + section->alignment_power = 2; + } #endif } #undef ALIGN_SET -- cgit v1.1