*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Mon, 27 Jul 1992 03:11:22 +0000 (03:11 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 27 Jul 1992 03:11:22 +0000 (03:11 +0000)
From-SVN: r1689

gcc/final.c

index 1e6affde8b99189426f03c7c0178a41a1adfa8a3..e44f77c1266017a8a8c1fa2a5270591d18896bfa 100644 (file)
@@ -1141,12 +1141,14 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
            {
 #ifndef JUMP_TABLES_IN_TEXT_SECTION
              readonly_data_section ();
+#ifdef READONLY_DATA_SECTION
              ASM_OUTPUT_ALIGN (file,
                                exact_log2 (BIGGEST_ALIGNMENT
                                            / BITS_PER_UNIT));
-#else
+#endif /* READONLY_DATA_SECTION */
+#else /* JUMP_TABLES_IN_TEXT_SECTION */
              text_section ();
-#endif
+#endif /* JUMP_TABLES_IN_TEXT_SECTION */
 #ifdef ASM_OUTPUT_CASE_LABEL
              ASM_OUTPUT_CASE_LABEL (file, "L", CODE_LABEL_NUMBER (insn),
                                     NEXT_INSN (insn));