aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-19 00:37:32 +0000
committerRichard Stallman <rms@gnu.org>1992-07-19 00:37:32 +0000
commitfea868cb1ae8d33a1f486def9a2b2dc561f021a3 (patch)
tree5b5aad4023346fb89415e6fdbf6bd9a9f5c84bba
parent4cf98b8322944ce2e990bcf024d514a03021949a (diff)
downloadgcc-fea868cb1ae8d33a1f486def9a2b2dc561f021a3.zip
gcc-fea868cb1ae8d33a1f486def9a2b2dc561f021a3.tar.gz
gcc-fea868cb1ae8d33a1f486def9a2b2dc561f021a3.tar.bz2
*** empty log message ***
From-SVN: r1622
-rw-r--r--gcc/final.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/final.c b/gcc/final.c
index 6ed6db1..184fdf6 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -309,6 +309,9 @@ end_final (filename)
/* Output the table of addresses. */
readonly_data_section ();
+ /* Realign in new section */
+ ASM_OUTPUT_ALIGN (asm_out_file,
+ floor_log2 (BIGGEST_ALIGNMENT / BITS_PER_UNIT));
ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LPBX", 3);
for (i = 0; i < count_basic_blocks; i++)
{