]> gcc.gnu.org Git - gcc.git/commitdiff
*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Sun, 19 Jul 1992 00:37:32 +0000 (00:37 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 19 Jul 1992 00:37:32 +0000 (00:37 +0000)
From-SVN: r1622

gcc/final.c

index 6ed6db17e7fbf234695135969bc604b0b32e8e1c..184fdf691be13b500f4f92715445a72b6fe31243 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++)
        {
This page took 0.064193 seconds and 5 git commands to generate.