Changed alignment on .pdata and .reldata
authorKim Knuttila <krk@cygnus>
Thu, 18 Jan 1996 23:03:48 +0000 (23:03 +0000)
committerKim Knuttila <krk@cygnus>
Thu, 18 Jan 1996 23:03:48 +0000 (23:03 +0000)
gas/ChangeLog
gas/config/tc-ppc.c

index 9f137aa43538c0315b3d74aaa94bbfe8a19c4edc..91f6bb7709f96301f5ef7069d4a05c0d258a9375 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 5a25de3793be1874f05d39c7bab121b2525ee7b5..8044b3b2537c2fab306de93f998fd7cc68eb245c 100644 (file)
@@ -2871,7 +2871,7 @@ ppc_pdata(ignore)
                             (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
     {
@@ -2943,7 +2943,7 @@ ppc_reldata(ignore)
                             ( 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
     {