OSDN Git Service

*** empty log message ***
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Jul 1992 04:04:15 +0000 (04:04 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Jul 1992 04:04:15 +0000 (04:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1620 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/final.c

index 39fa97b..6ed6db1 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