From: Richard Stallman Date: Sat, 18 Jul 1992 04:04:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8b17b3d48cb5338826065275d6178f6c05df18c;p=gcc.git *** empty log message *** From-SVN: r1620 --- diff --git a/gcc/final.c b/gcc/final.c index 39fa97b7399..6ed6db17e7f 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -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