Commit d7502074 by Dan Nicolaescu Committed by Jeff Law

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
parent 6e6b0525
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> Tue Mar 2 00:09:18 1999 Marc Espie <espie@cvs.openbsd.org>
* extend.texi: Reference __extension__ in the index. * extend.texi: Reference __extension__ in the index.
......
...@@ -413,7 +413,7 @@ end_final (filename) ...@@ -413,7 +413,7 @@ end_final (filename)
assemble_integer (const0_rtx, pointer_bytes, 1); assemble_integer (const0_rtx, pointer_bytes, 1);
/* byte count for extended structure. */ /* 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 */ /* address of function name table */
if (profile_block_flag) if (profile_block_flag)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment