aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-18 04:04:15 +0000
committerRichard Stallman <rms@gnu.org>1992-07-18 04:04:15 +0000
commita8b17b3d48cb5338826065275d6178f6c05df18c (patch)
tree182eda6748a12954b7bd00fc1269d5a26cbadddc /gcc
parent5e0004aef97087bc9fb96e4b7bc37445fb4df97a (diff)
downloadgcc-a8b17b3d48cb5338826065275d6178f6c05df18c.zip
gcc-a8b17b3d48cb5338826065275d6178f6c05df18c.tar.gz
gcc-a8b17b3d48cb5338826065275d6178f6c05df18c.tar.bz2
*** empty log message ***
From-SVN: r1620
Diffstat (limited to 'gcc')
-rw-r--r--gcc/final.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/final.c b/gcc/final.c
index 39fa97b..6ed6db1 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