aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@godzilla.ics.uci.edu>1999-03-02 00:08:51 +0000
committerJeff Law <law@gcc.gnu.org>1999-03-01 17:08:51 -0700
commitd7502074e40f3c4039022929f6a1bde096f0c166 (patch)
treec83dd08c515f7e9cd6236c1e34c0689db1c51200 /gcc/final.c
parent6e6b05259d5dce2a1e2c9118d56d7d14ff9621c0 (diff)
downloadgcc-d7502074e40f3c4039022929f6a1bde096f0c166.zip
gcc-d7502074e40f3c4039022929f6a1bde096f0c166.tar.gz
gcc-d7502074e40f3c4039022929f6a1bde096f0c166.tar.bz2
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
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c
index 602c278..e82d5e9 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)