From: Richard Stallman Date: Sun, 19 Jul 1992 00:37:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fea868cb1ae8d33a1f486def9a2b2dc561f021a3;p=gcc.git *** empty log message *** From-SVN: r1622 --- diff --git a/gcc/final.c b/gcc/final.c index 6ed6db17e7f..184fdf691be 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++) {