Re: [Cegcc-devel] About gdb breakage.

2006-10-31 Thread Pedro Alves
Kevin O'Connor wrote: > On Tue, Oct 31, 2006 at 07:03:45PM +, Pedro Alves wrote: > >> I'm puzzled. >> I just built cegcc and mingw32ce to test for the recent patches, >> and both versions of gdb built perfectly. >> I used the scripts under src/ >> > > It still fails for me. It looks li

Re: [Cegcc-devel] About gdb breakage.

2006-10-31 Thread Kevin O'Connor
On Tue, Oct 31, 2006 at 07:03:45PM +, Pedro Alves wrote: > I'm puzzled. > I just built cegcc and mingw32ce to test for the recent patches, > and both versions of gdb built perfectly. > I used the scripts under src/ It still fails for me. It looks like the gdb compile is trying to mix the wind

Re: [Cegcc-devel] About gdb breakage.

2006-10-31 Thread Pedro Alves
Pedro Alves wrote: > Nuno Lucas wrote: > >> On 10/31/06, Pedro Alves <[EMAIL PROTECTED]> wrote: >> >> >>> I'm puzzled. >>> I just built cegcc and mingw32ce to test for the recent patches, >>> and both versions of gdb built perfectly. >>> I used the scripts under src/ >>> >> >> >> I recently u

Re: [Cegcc-devel] About gdb breakage.

2006-10-31 Thread Pedro Alves
Nuno Lucas wrote: >On 10/31/06, Pedro Alves <[EMAIL PROTECTED]> wrote: > > >>I'm puzzled. >>I just built cegcc and mingw32ce to test for the recent patches, >>and both versions of gdb built perfectly. >>I used the scripts under src/ >> >> > >I recently updated my ubuntu box (where I did my b

Re: [Cegcc-devel] About gdb breakage.

2006-10-31 Thread Nuno Lucas
On 10/31/06, Pedro Alves <[EMAIL PROTECTED]> wrote: > I'm puzzled. > I just built cegcc and mingw32ce to test for the recent patches, > and both versions of gdb built perfectly. > I used the scripts under src/ I recently updated my ubuntu box (where I did my build) to 6.10, which now includes glib

[Cegcc-devel] About gdb breakage.

2006-10-31 Thread Pedro Alves
I'm puzzled. I just built cegcc and mingw32ce to test for the recent patches, and both versions of gdb built perfectly. I used the scripts under src/ Cheers, Pedro Alves - Using Tomcat but need to do more? Need to support we

[Cegcc-devel] [commit]: Fix for broken PE auto-importing.

2006-10-31 Thread Pedro Alves
Hi all, I am applying this patch to ld/pe-dll.c, which fixes a nasty problem with dll auto-importing: http://sourceware.org/ml/binutils/2006-10/msg00353.html It was already applied in binutils mainline, but I am saving the trouble of updating the whole binutils for a later time. Cheers, Pedro Alv

[Cegcc-devel] [commit] Remove unneeded local symbols from output symbol table.

2006-10-31 Thread Pedro Alves
Hi all, It is taking some time to get these patches into binutils: http://sourceware.org/ml/binutils/2006-10/msg00239.html http://sourceware.org/ml/binutils/2006-10/msg00220.html So I am applying them to trunk/. I'll update our copy of binutils when they get committed upstream. Cheers, Pedro A

[Cegcc-devel] [commit] Finish transition to armv4 default.

2006-10-31 Thread Pedro Alves
Hi guys, The previous patch to gcc changed the default architecture to arm8 (armv4) to match MSFT's defaults. This patch to gas completes the transition. You can use to standard arm gcc -mcpu and -mtune options to override the default. Note: If you do an arm-wince-mingw32ce-objdump -f on a M