This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch/rfc] Add IBM's C problem to news


This is what I added.

Andrew
2004-06-11  Andrew Cagney  <cagney@gnu.org>

	* NEWS: Mention ISO-C fixes.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.138.2.5
diff -p -u -r1.138.2.5 NEWS
--- NEWS	4 Jun 2004 17:03:25 -0000	1.138.2.5
+++ NEWS	11 Jun 2004 18:34:49 -0000
@@ -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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]