mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-23 16:10:02 +08:00
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:
parent
6e6b05259d
commit
d7502074e4
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user