From dfea300e54c0c33966daeafe5fa3406b4448701b Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Mon, 24 Dec 2001 20:07:02 +0000 Subject: powerpc aix build failure. Add self to maintainers. --- gdb/ChangeLog | 5 +++++ gdb/MAINTAINERS | 1 + gdb/config/powerpc/aix.mt | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c2202bf2c38..9a0126aae3d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-12-24 Tom Rix + + * config/powerpc/aix.mt (TDEPFILES): Add xcoffread.o to fix a build + failure. + 2001-12-21 Tom Tromey * configure, config.in: Rebuilt. diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 08dcace82c6..f0df2c44720 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 51bb625c77a..706129ae2c7 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 -- cgit v1.2.1