aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/MAINTAINERS1
-rw-r--r--gdb/config/powerpc/aix.mt2
3 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c2202bf..9a0126a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-24 Tom Rix <trix@redhat.com>
+
+ * config/powerpc/aix.mt (TDEPFILES): Add xcoffread.o to fix a build
+ failure.
+
2001-12-21 Tom Tromey <tromey@redhat.com>
* configure, config.in: Rebuilt.
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index 08dcace..f0df2c4 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -348,6 +348,7 @@ Glen McCready gkm@redhat.com
Jason Molenda jmolenda@apple.com
Pierre Muller muller@sourceware.redhat.com
Alexandre Oliva aoliva@redhat.com
+Tom Rix trix@redhat.com
Mark Salter msalter@redhat.com
Andreas Schwab schwab@suse.de
Keith Seitz keiths@redhat.com
diff --git a/gdb/config/powerpc/aix.mt b/gdb/config/powerpc/aix.mt
index 51bb625..706129a 100644
--- a/gdb/config/powerpc/aix.mt
+++ b/gdb/config/powerpc/aix.mt
@@ -1,3 +1,3 @@
# Target: PowerPC running AIX
-TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o solib.o solib-svr4.o
+TDEPFILES= rs6000-tdep.o xcoffread.o ppc-linux-tdep.o solib.o solib-svr4.o
TM_FILE= tm-ppc-aix.h