* gdb-4.17.86 sysV68 patches
1999-04-01 0:00 gdb-4.17.86 sysV68 patches Philippe De Muyter
@ 1999-03-23 8:34 ` Philippe De Muyter
1999-04-01 0:00 ` Stan Shebs
1 sibling, 0 replies; 4+ messages in thread
From: Philippe De Muyter @ 1999-03-23 8:34 UTC (permalink / raw)
To: gdb-patches
To be able to compile gdb-4-17.86 on sysV68 R3V7.1, I needed to apply the
following patches :
1) In gdb
Tue Mar 23 17:22:57 1999 Philippe De Muyter <phdm@macqel.be>
* remote.c, parse.c : Include `ctype.h'.
2) In gdb/testsuite
Tue Mar 23 17:22:57 1999 Philippe De Muyter <phdm@macqel.be>
* gdb.base/call-rt-st.c, gdb.base/call-ar-st.c : Include `string.h',
not `strings.h'.
--- ./gdb/testsuite/gdb.base/call-rt-st.c Tue Mar 23 17:21:02 1999
+++ ./gdb/testsuite/gdb.base/call-rt-st.c Tue Mar 23 13:10:45 1999
@@ -1,6 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <strings.h>
+#include <string.h>
/**************************************************************************
* TESTS :
--- ./gdb/testsuite/gdb.base/call-ar-st.c Tue Mar 23 17:21:03 1999
+++ ./gdb/testsuite/gdb.base/call-ar-st.c Tue Mar 23 13:21:25 1999
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include <strings.h>
+#include <string.h>
/**************************************************************************
* TESTS :
--- ./gdb/remote.c Tue Mar 23 17:21:04 1999
+++ ./gdb/remote.c Tue Mar 23 12:09:10 1999
@@ -187,6 +187,7 @@
#include "defs.h"
#include "gdb_string.h"
+#include <ctype.h>
#include <fcntl.h>
#include "frame.h"
#include "inferior.h"
--- ./gdb/parse.c Tue Mar 23 17:21:04 1999
+++ ./gdb/parse.c Tue Mar 23 12:09:41 1999
@@ -30,6 +30,7 @@
#include "defs.h"
#include "gdb_string.h"
+#include <ctype.h>
#include "symtab.h"
#include "gdbtypes.h"
#include "frame.h"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: gdb-4.17.86 sysV68 patches
1999-04-01 0:00 ` Stan Shebs
@ 1999-03-23 12:19 ` Stan Shebs
0 siblings, 0 replies; 4+ messages in thread
From: Stan Shebs @ 1999-03-23 12:19 UTC (permalink / raw)
To: phdm; +Cc: gdb-patches
Date: Tue, 23 Mar 1999 17:33:49 +0100 (CET)
From: "Philippe De Muyter" <phdm@macqel.be>
To be able to compile gdb-4-17.86 on sysV68 R3V7.1, I needed to apply the
following patches :
Thanks for the report! I'll get the ctype.h additions in. The
testsuite tweak was already done, but only on the trunk, not in the
4.18 branch, I'll take care of that too.
Stan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: gdb-4.17.86 sysV68 patches
1999-04-01 0:00 gdb-4.17.86 sysV68 patches Philippe De Muyter
1999-03-23 8:34 ` Philippe De Muyter
@ 1999-04-01 0:00 ` Stan Shebs
1999-03-23 12:19 ` Stan Shebs
1 sibling, 1 reply; 4+ messages in thread
From: Stan Shebs @ 1999-04-01 0:00 UTC (permalink / raw)
To: phdm; +Cc: gdb-patches
Date: Tue, 23 Mar 1999 17:33:49 +0100 (CET)
From: "Philippe De Muyter" <phdm@macqel.be>
To be able to compile gdb-4-17.86 on sysV68 R3V7.1, I needed to apply the
following patches :
Thanks for the report! I'll get the ctype.h additions in. The
testsuite tweak was already done, but only on the trunk, not in the
4.18 branch, I'll take care of that too.
Stan
^ permalink raw reply [flat|nested] 4+ messages in thread
* gdb-4.17.86 sysV68 patches
@ 1999-04-01 0:00 Philippe De Muyter
1999-03-23 8:34 ` Philippe De Muyter
1999-04-01 0:00 ` Stan Shebs
0 siblings, 2 replies; 4+ messages in thread
From: Philippe De Muyter @ 1999-04-01 0:00 UTC (permalink / raw)
To: gdb-patches
To be able to compile gdb-4-17.86 on sysV68 R3V7.1, I needed to apply the
following patches :
1) In gdb
Tue Mar 23 17:22:57 1999 Philippe De Muyter <phdm@macqel.be>
* remote.c, parse.c : Include `ctype.h'.
2) In gdb/testsuite
Tue Mar 23 17:22:57 1999 Philippe De Muyter <phdm@macqel.be>
* gdb.base/call-rt-st.c, gdb.base/call-ar-st.c : Include `string.h',
not `strings.h'.
--- ./gdb/testsuite/gdb.base/call-rt-st.c Tue Mar 23 17:21:02 1999
+++ ./gdb/testsuite/gdb.base/call-rt-st.c Tue Mar 23 13:10:45 1999
@@ -1,6 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <strings.h>
+#include <string.h>
/**************************************************************************
* TESTS :
--- ./gdb/testsuite/gdb.base/call-ar-st.c Tue Mar 23 17:21:03 1999
+++ ./gdb/testsuite/gdb.base/call-ar-st.c Tue Mar 23 13:21:25 1999
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include <strings.h>
+#include <string.h>
/**************************************************************************
* TESTS :
--- ./gdb/remote.c Tue Mar 23 17:21:04 1999
+++ ./gdb/remote.c Tue Mar 23 12:09:10 1999
@@ -187,6 +187,7 @@
#include "defs.h"
#include "gdb_string.h"
+#include <ctype.h>
#include <fcntl.h>
#include "frame.h"
#include "inferior.h"
--- ./gdb/parse.c Tue Mar 23 17:21:04 1999
+++ ./gdb/parse.c Tue Mar 23 12:09:41 1999
@@ -30,6 +30,7 @@
#include "defs.h"
#include "gdb_string.h"
+#include <ctype.h>
#include "symtab.h"
#include "gdbtypes.h"
#include "frame.h"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~1999-04-01 0:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-01 0:00 gdb-4.17.86 sysV68 patches Philippe De Muyter
1999-03-23 8:34 ` Philippe De Muyter
1999-04-01 0:00 ` Stan Shebs
1999-03-23 12:19 ` Stan Shebs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox