aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-07-10 22:38:38 +0000
committerAndrew Cagney <cagney@redhat.com>2001-07-10 22:38:38 +0000
commit899ff3a211b8df5737b55890c0956daaeb407dde (patch)
tree27c308d3a2ae23ab542e5e5ffe3293158f4fb06d /gdb
parent07e97ae2e3f6b9b2fb98368af7b659024cba9733 (diff)
downloadgdb-899ff3a211b8df5737b55890c0956daaeb407dde.zip
gdb-899ff3a211b8df5737b55890c0956daaeb407dde.tar.gz
gdb-899ff3a211b8df5737b55890c0956daaeb407dde.tar.bz2
m88k builds. Tweek remote-bug.c to include "serial.h".
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog8
-rw-r--r--gdb/MAINTAINERS2
-rw-r--r--gdb/Makefile.in2
-rw-r--r--gdb/TODO6
-rw-r--r--gdb/remote-bug.c1
5 files changed, 11 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4935a2c..dedb0be 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-10 Andrew Cagney <ac131313@redhat.com>
+
+ * Makefile.in (remote-bug.o): Depends on serial.h.
+ * remote-bug.c: Include "serial.h".
+ * MAINTAINERS: Mark m88k target as buildable.
+ * TODO: Update.
+
2001-07-10 Jim Blandy <jimb@redhat.com>
Clean up the D10V port so that GDB and the target program no
@@ -63,6 +70,7 @@
* valops.c (value_cast): When casting a pointer to an integer,
don't convert it to an address.
+>>>>>>> 1.1438
2001-07-10 Andrew Cagney <ac131313@redhat.com>
* remote-utils.h (struct serial): Declare as opaque. Remove
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index 9fff326..176d7ca 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -97,7 +97,7 @@ maintainer works with the native maintainer when resolving API issues.
m68k --target=m68k-aout,m68k-coff,m68k-elf ,-Werror
Maintenance only
- m88k (--target=m88k broken)
+ m88k --target=m88k ,-Werror
Known problem in 5.1
Maintenance only
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index f943363..94c59d2 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1833,7 +1833,7 @@ rdi-share/libangsd.a: force
remote-rdp.o: remote-rdp.c $(defs_h) $(gdbcore_h) \
$(inferior_h) $(gdb_string_h)
-remote-bug.o: remote-bug.c $(defs_h) $(gdbcore_h) \
+remote-bug.o: remote-bug.c $(defs_h) $(gdbcore_h) serial.h \
$(inferior_h) target.h terminal.h $(remote_utils_h) $(gdb_string_h) \
$(regcache_h)
diff --git a/gdb/TODO b/gdb/TODO
index 66d3357..7cf0eab 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -58,12 +58,6 @@ was occuring in the opcodes directory.
--
-m88k
-
-The m88k has suffered bit rot and is known to not build.
-
---
-
The BFD directory requires bug-fixed AUTOMAKE et.al.
AUTOMAKE 1.4 incorrectly set the TEXINPUTS environment variable. It
diff --git a/gdb/remote-bug.c b/gdb/remote-bug.c
index 3537957..ff757a5 100644
--- a/gdb/remote-bug.c
+++ b/gdb/remote-bug.c
@@ -35,6 +35,7 @@
#include "gdbcore.h"
#include "gdbcmd.h"
+#include "serial.h"
#include "remote-utils.h"
/* External data declarations */