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

Re: host_makefile_frag and cross debugging


On Fri, 24 Jun 2005 15:09:17 +0100, Daniel Jacobowitz <drow@false.org> wrote:
Host fragments are for native debugger support routines now - only.

So what's the official way of making host configurations these days then?


What am I missing?

You're missing the fact that xm-mingw32.h comes from your local patches, not from the FSF tree. CVS gdb has absolutely no xm files left - even after Mark has added most of a MinGW host support.

That may be true - I haven't checked - but GDB 6.3 still had two:


  $ find . -name 'xm-*.h'
  ./gdb/config/i386/xm-cygwin.h
  ./gdb/config/i386/xm-go32.h

and these do exactly the sort of things I need done. The MinGW patches have merely followed the pattern.

I don't deny that I may need to do it a different way, but somehow I need to make the adjustments required by Windows, even though the debugger is targeted at SH. Any pointers would be great.

Thanks

Andrew Stubbs


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