This is the mail archive of the gdb-patches@sourceware.org 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]

Re: [rfc] [0/9] Multi-target support


On Mon, Nov 19, 2007 at 06:24:24PM +0100, Ulrich Weigand wrote:
> >   Adding --enable-64-bit-bfd I still needed to add WERROR_CFLAGS="" 
> > because I got warnings in win32-nat.c, which implicitly assumes that
> > CORE_ADDR is 32 bit long.
> 
> Now this is a bug in win32-nat.c, which would have already shown up
> if you attempted to build a regular win32 -> amd64-linux (for example)
> cross-debugger.

Well, no - you wouldn't get win32-nat.c in that case.  It would show
up if you build a native Windows GDB with --enable-64-bit-bfd though.

> Hmm, this looks like another pre-existing problem.  Unfortunately,
> I'm not very familiar with yacc/bison details ...

Yes, this seems to be a bug in the recently added Modula-2 support.

-- 
Daniel Jacobowitz
CodeSourcery


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