From 65e15c1b208edf5addad113bad65fffd3269fcb0 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 27 Jul 1992 03:11:22 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1689 --- gcc/final.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/final.c b/gcc/final.c index 1e6affde8b9..e44f77c1266 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -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)); -- 2.30.2