This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH : AIX build failure


This patch fixes a powerpc-ibm-aix4.3.3.0 build failure.
config/powerpc/aix.mt now includes the same files as
config/rs6000/aix4.mt


-
Tom Rix
GCC Engineer
trix@redhat.com


2001-12-20  Tom Rix  <trix@redhat.com>
 
 	* config/powerpc/aix.mt (TDEPFILES): Add xcoffread.o to fix a build 
 	failure.
 
diff -rcp src-old/gdb/config/powerpc/aix.mt src/gdb/config/powerpc/aix.mt
*** src-old/gdb/config/powerpc/aix.mt	Thu Dec 20 12:18:36 2001
--- src/gdb/config/powerpc/aix.mt	Thu Dec 20 12:21:40 2001
***************
*** 1,3 ****
  # Target: PowerPC running AIX
! TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o solib.o solib-svr4.o
  TM_FILE= tm-ppc-aix.h
--- 1,3 ----
  # Target: PowerPC running AIX
! TDEPFILES= rs6000-tdep.o xcoffread.o ppc-linux-tdep.o solib.o solib-svr4.o
  TM_FILE= tm-ppc-aix.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]