*** empty log message ***
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Jul 1992 00:37:32 +0000 (00:37 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Jul 1992 00:37:32 +0000 (00:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1622 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/final.c

index 6ed6db1..184fdf6 100644 (file)
@@ -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++)
        {