From: Dan Nicolaescu Date: Tue, 2 Mar 1999 00:08:51 +0000 (+0000) Subject: final.c (end_final): There are 11 words in the "main header" structure, not 10. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7502074e40f3c4039022929f6a1bde096f0c166;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bc6a8b3e9fa..452d87aa8dc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 2 01:07:12 1999 Dan Nicolaescu + + * final.c (end_final): There are 11 words in the "main header" + structure, not 10. + Tue Mar 2 00:09:18 1999 Marc Espie * extend.texi: Reference __extension__ in the index. diff --git a/gcc/final.c b/gcc/final.c index 602c27823fd..e82d5e96d1e 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -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)