powerpc aix build failure. Add self to maintainers.
This commit is contained in:
parent
15ae9e7145
commit
dfea300e54
3 changed files with 7 additions and 1 deletions
|
@ -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>
|
2001-12-21 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* configure, config.in: Rebuilt.
|
* configure, config.in: Rebuilt.
|
||||||
|
|
|
@ -348,6 +348,7 @@ Glen McCready gkm@redhat.com
|
||||||
Jason Molenda jmolenda@apple.com
|
Jason Molenda jmolenda@apple.com
|
||||||
Pierre Muller muller@sourceware.redhat.com
|
Pierre Muller muller@sourceware.redhat.com
|
||||||
Alexandre Oliva aoliva@redhat.com
|
Alexandre Oliva aoliva@redhat.com
|
||||||
|
Tom Rix trix@redhat.com
|
||||||
Mark Salter msalter@redhat.com
|
Mark Salter msalter@redhat.com
|
||||||
Andreas Schwab schwab@suse.de
|
Andreas Schwab schwab@suse.de
|
||||||
Keith Seitz keiths@redhat.com
|
Keith Seitz keiths@redhat.com
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# Target: PowerPC running AIX
|
# 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
|
TM_FILE= tm-ppc-aix.h
|
||||||
|
|
Loading…
Reference in a new issue