final.c (end_final): There are 11 words in the "main header" structure, not 10.

* final.c (end_final): There are 11 words in the "main header"
        structure, not 10.

From-SVN: r25524
This commit is contained in:
Dan Nicolaescu 1999-03-02 00:08:51 +00:00 committed by Jeff Law
parent 6e6b05259d
commit d7502074e4
2 changed files with 6 additions and 1 deletions

View 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.

View 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)