*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Sat, 18 Jul 1992 04:04:15 +0000 (04:04 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 18 Jul 1992 04:04:15 +0000 (04:04 +0000)
From-SVN: r1620

gcc/final.c

index 39fa97b73997a800db6b03d62551f28ad0355f2d..6ed6db17e7fbf234695135969bc604b0b32e8e1c 100644 (file)
@@ -1138,6 +1138,9 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
            {
 #ifndef JUMP_TABLES_IN_TEXT_SECTION
              readonly_data_section ();
+             ASM_OUTPUT_ALIGN (file,
+                               exact_log2 (BIGGEST_ALIGNMENT
+                                           / BITS_PER_UNIT));
 #else
              text_section ();
 #endif