aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-07-11 17:26:08 +0000
committerIan Lance Taylor <ian@airs.com>1995-07-11 17:26:08 +0000
commite5fa3f23e8dcc946e6588691f3062958d6a23fad (patch)
treedc3c3c6e428920ffc2a8595ab4d4903fe18c5a1a
parent6f904fce8786808a6607a9be049a44ae3090720c (diff)
downloadgdb-e5fa3f23e8dcc946e6588691f3062958d6a23fad.zip
gdb-e5fa3f23e8dcc946e6588691f3062958d6a23fad.tar.gz
gdb-e5fa3f23e8dcc946e6588691f3062958d6a23fad.tar.bz2
* ecoff.c (struct efdr): Add new field fake.
(init_file): Initialize fake. (add_file): Add new parameter fake. Change all callers. (ecoff_build_debug): Don't warn about a missing .end for a fake file. PR 6509.
-rw-r--r--gas/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 451befc..f22976d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,16 @@
+Tue Jul 11 13:22:50 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * ecoff.c (struct efdr): Add new field fake.
+ (init_file): Initialize fake.
+ (add_file): Add new parameter fake. Change all callers.
+ (ecoff_build_debug): Don't warn about a missing .end for a fake
+ file.
+
Mon Jul 10 16:01:31 1995 Ken Raeburn <raeburn@cygnus.com>
+ * doc/as.texinfo: Split out most cpu chapters...
+ * doc/c-*.texi: ...to here.
+
* read.c (po_hash): Now static.
Mon Jul 10 13:47:22 1995 Ian Lance Taylor <ian@cygnus.com>