* [patch/rfc] Add IBM's C problem to news
@ 2004-06-11 4:38 Andrew Cagney
2004-06-11 11:13 ` Mark Kettenis
2004-06-11 18:56 ` Andrew Cagney
0 siblings, 2 replies; 3+ messages in thread
From: Andrew Cagney @ 2004-06-11 4:38 UTC (permalink / raw)
To: gdb-patches
I'll commit this tomorrow,
2004-06-11 Andrew Cagney <cagney@gnu.org>
* NEWS: Mention fix for IBM's C compiler.
* Fixed build problems when using IBM's C compiler.
The files bfd/elf-bfd.h, gdb/dictionary.c and gdb/types.c contained
non ISO-C code that stopped them being compiled by IBM's ISO-C
compiler.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch/rfc] Add IBM's C problem to news
2004-06-11 4:38 [patch/rfc] Add IBM's C problem to news Andrew Cagney
@ 2004-06-11 11:13 ` Mark Kettenis
2004-06-11 18:56 ` Andrew Cagney
1 sibling, 0 replies; 3+ messages in thread
From: Mark Kettenis @ 2004-06-11 11:13 UTC (permalink / raw)
To: cagney; +Cc: gdb-patches
Date: Fri, 11 Jun 2004 00:38:42 -0400
From: Andrew Cagney <cagney@gnu.org>
I'll commit this tomorrow,
2004-06-11 Andrew Cagney <cagney@gnu.org>
* NEWS: Mention fix for IBM's C compiler.
* Fixed build problems when using IBM's C compiler.
The files bfd/elf-bfd.h, gdb/dictionary.c and gdb/types.c contained
non ISO-C code that stopped them being compiled by IBM's ISO-C
compiler.
The IBM C compiler is just an example of a compiler that chockes in
the GCC-isms that were removed. Can you make the entry a bit more
neutral?
Mark
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch/rfc] Add IBM's C problem to news
2004-06-11 4:38 [patch/rfc] Add IBM's C problem to news Andrew Cagney
2004-06-11 11:13 ` Mark Kettenis
@ 2004-06-11 18:56 ` Andrew Cagney
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Cagney @ 2004-06-11 18:56 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 30 bytes --]
This is what I added.
Andrew
[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 690 bytes --]
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-06-11 18:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-11 4:38 [patch/rfc] Add IBM's C problem to news Andrew Cagney
2004-06-11 11:13 ` Mark Kettenis
2004-06-11 18:56 ` Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox