final.c (end_final): There are 11 words in the "main header" structure, not 10.
authorDan Nicolaescu <dann@godzilla.ics.uci.edu>
Tue, 2 Mar 1999 00:08:51 +0000 (00:08 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 2 Mar 1999 00:08:51 +0000 (17:08 -0700)
        * final.c (end_final): There are 11 words in the "main header"
        structure, not 10.

From-SVN: r25524

gcc/ChangeLog
gcc/final.c

index bc6a8b3e9fa96a9f7d0bdac4ea61db66b76253cf..452d87aa8dc3b2a2ccaeecfd130ab769efa08463 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar  2 01:07:12 1999  Dan Nicolaescu  <dann@godzilla.ics.uci.edu>
+
+       * final.c (end_final): There are 11 words in the "main header"
+       structure, not 10.
+
 Tue Mar  2 00:09:18 1999  Marc Espie <espie@cvs.openbsd.org>
 
        * extend.texi: Reference __extension__ in the index.
index 602c27823fd87779aa8f0f14c0963438e4247596..e82d5e96d1e6d4f4a19d47a26837263af926dcb4 100644 (file)
@@ -413,7 +413,7 @@ end_final (filename)
        assemble_integer (const0_rtx, pointer_bytes, 1);
 
       /* byte count for extended structure.  */
-      assemble_integer (GEN_INT (10 * UNITS_PER_WORD), long_bytes, 1);
+      assemble_integer (GEN_INT (11 * UNITS_PER_WORD), long_bytes, 1);
 
       /* address of function name table */
       if (profile_block_flag)