+Thu Jan 18 17:58:19 1996 Kim Knuttila <krk@cygnus.com>
+
+ * config/tc-ppc.c (ppc_reldata): Changed alignement on reldata_section
+ * config/tc-ppc.c (ppc_pdata): Changed the alignment on pdata_section
+
Mon Jan 15 17:43:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* config/tc-ppc.c (mapping): Add more relocation suffixes.
(SEC_ALLOC | SEC_LOAD | SEC_RELOC
| SEC_READONLY | SEC_DATA ));
- bfd_set_section_alignment (stdoutput, pdata_section, 3);
+ bfd_set_section_alignment (stdoutput, pdata_section, 2);
}
else
{
( SEC_ALLOC | SEC_LOAD | SEC_RELOC
| SEC_DATA ));
- bfd_set_section_alignment (stdoutput, reldata_section, 3);
+ bfd_set_section_alignment (stdoutput, reldata_section, 2);
}
else
{