Commit a8b17b3d by Richard Stallman

*** empty log message ***

From-SVN: r1620
parent 5e0004ae
...@@ -1138,6 +1138,9 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes) ...@@ -1138,6 +1138,9 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
{ {
#ifndef JUMP_TABLES_IN_TEXT_SECTION #ifndef JUMP_TABLES_IN_TEXT_SECTION
readonly_data_section (); readonly_data_section ();
ASM_OUTPUT_ALIGN (file,
exact_log2 (BIGGEST_ALIGNMENT
/ BITS_PER_UNIT));
#else #else
text_section (); text_section ();
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment