* PATCH : AIX build failure
@ 2001-12-20 13:05 Tom Rix
2001-12-20 13:30 ` Kevin Buettner
0 siblings, 1 reply; 5+ messages in thread
From: Tom Rix @ 2001-12-20 13:05 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 175 bytes --]
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
[-- Attachment #2: gdb-config-001fa.patch --]
[-- Type: text/plain, Size: 617 bytes --]
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PATCH : AIX build failure
2001-12-20 13:05 PATCH : AIX build failure Tom Rix
@ 2001-12-20 13:30 ` Kevin Buettner
2001-12-20 13:55 ` Tom Rix
0 siblings, 1 reply; 5+ messages in thread
From: Kevin Buettner @ 2001-12-20 13:30 UTC (permalink / raw)
To: Tom Rix, gdb-patches
On Dec 20, 4:03pm, Tom Rix wrote:
> 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
>
> 2001-12-20 Tom Rix <trix@redhat.com>
>
> * config/powerpc/aix.mt (TDEPFILES): Add xcoffread.o to fix a build
> failure.
I think this is the right place for it. But, I see that xcoffread.o
is also in NATDEPFILES in config/powerpc/aix.mh. Did you somehow try
an AIX build which used config/powerpc/aix.mt, but not
config/powerpc/aix.mh?
(BTW, you need to get yourself added to the MAINTAINERS file before
you can commit this patch.)
Kevin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PATCH : AIX build failure
2001-12-20 13:30 ` Kevin Buettner
@ 2001-12-20 13:55 ` Tom Rix
2001-12-20 14:05 ` Kevin Buettner
2001-12-23 1:44 ` Andrew Cagney
0 siblings, 2 replies; 5+ messages in thread
From: Tom Rix @ 2001-12-20 13:55 UTC (permalink / raw)
To: Kevin Buettner; +Cc: gdb-patches
Kevin Buettner wrote:
> On Dec 20, 4:03pm, Tom Rix wrote:
>
> > 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
> >
> > 2001-12-20 Tom Rix <trix@redhat.com>
> >
> > * config/powerpc/aix.mt (TDEPFILES): Add xcoffread.o to fix a build
> > failure.
>
> I think this is the right place for it. But, I see that xcoffread.o
> is also in NATDEPFILES in config/powerpc/aix.mh. Did you somehow try
> an AIX build which used config/powerpc/aix.mt, but not
> config/powerpc/aix.mh?
Yes
I am doing a cross build with i686-pc-linux-gnu.
>
>
> (BTW, you need to get yourself added to the MAINTAINERS file before
> you can commit this patch.)
I will put myself at the bottom of the write with approval list.
>
>
> Kevin
--
Tom Rix
GCC Engineer
trix@redhat.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PATCH : AIX build failure
2001-12-20 13:55 ` Tom Rix
@ 2001-12-20 14:05 ` Kevin Buettner
2001-12-23 1:44 ` Andrew Cagney
1 sibling, 0 replies; 5+ messages in thread
From: Kevin Buettner @ 2001-12-20 14:05 UTC (permalink / raw)
To: Tom Rix; +Cc: gdb-patches
On Dec 20, 4:53pm, Tom Rix wrote:
> Kevin Buettner wrote:
>
> > On Dec 20, 4:03pm, Tom Rix wrote:
> >
> > > 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
> > >
> > > 2001-12-20 Tom Rix <trix@redhat.com>
> > >
> > > * config/powerpc/aix.mt (TDEPFILES): Add xcoffread.o to fix a build
> > > failure.
> >
> > I think this is the right place for it. But, I see that xcoffread.o
> > is also in NATDEPFILES in config/powerpc/aix.mh. Did you somehow try
> > an AIX build which used config/powerpc/aix.mt, but not
> > config/powerpc/aix.mh?
>
> Yes
> I am doing a cross build with i686-pc-linux-gnu.
Okay. I think your patch should also remove xcoffread.o from aix.mh
then.
Thanks,
Kevin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PATCH : AIX build failure
2001-12-20 13:55 ` Tom Rix
2001-12-20 14:05 ` Kevin Buettner
@ 2001-12-23 1:44 ` Andrew Cagney
1 sibling, 0 replies; 5+ messages in thread
From: Andrew Cagney @ 2001-12-23 1:44 UTC (permalink / raw)
To: Tom Rix; +Cc: Kevin Buettner, gdb-patches
> Kevin Buettner wrote:
>>
>> (BTW, you need to get yourself added to the MAINTAINERS file before
>> you can commit this patch.)
I take it that Kevin is suggesting that you be added. The criteria are:
> To get recommended for the Write After Approval list you need a valid
> FSF assignment and have submitted one good patch.
so yes, ok.
Andrew
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-12-23 9:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-20 13:05 PATCH : AIX build failure Tom Rix
2001-12-20 13:30 ` Kevin Buettner
2001-12-20 13:55 ` Tom Rix
2001-12-20 14:05 ` Kevin Buettner
2001-12-23 1:44 ` Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox