mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
powerpc aix build failure. Add self to maintainers.
This commit is contained in:
parent
15ae9e7145
commit
dfea300e54
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user