aboutsummaryrefslogtreecommitdiff
path: root/gcc
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
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')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/final.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bc6a8b3..452d87a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
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)