summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-06-11 18:37:33 +0000
committerAndrew Cagney <cagney@redhat.com>2004-06-11 18:37:33 +0000
commit009428bfe7c5e433e9460744306c3a3f47162ef3 (patch)
tree4a5f1b20e757da9a706e6159fbd970d645744fa6
parent7e3c74a0d2b79e7199d823bc2c858e4a99a49f00 (diff)
downloadgdb-009428bfe7c5e433e9460744306c3a3f47162ef3.tar.gz
2004-06-11 Andrew Cagney <cagney@gnu.org>
* NEWS: Mention ISO-C fixes.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS6
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 22c766e0a08..916bc3f740c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-11 Andrew Cagney <cagney@gnu.org>
+
+ * NEWS: Mention ISO-C fixes.
+
2004-06-11 Mark Kettenis <kettenis@gnu.org>
* NEWS: Mention fix for PR gdb/1628.
diff --git a/gdb/NEWS b/gdb/NEWS
index f3868b6113e..3afa3779906 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,12 @@
*** Changes in GDB 6.1.1:
+* Fixed ISO-C build problems
+
+The files bfd/elf-bfd.h, gdb/dictionary.c and gdb/types.c contained
+non ISO-C code that stopped them being built using a more strict ISO-C
+compiler (e.g., IBM's C compiler).
+
* Fixed build problem on IRIX 5
Due to header problems with <sys/proc.h>, the file gdb/proc-api.c