From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: Who owns gdbserver? Date: Wed, 27 Jun 2001 21:26:00 -0000 Message-id: <3B3AB1DF.9020500@cygnus.com> References: <01062113504401.01520@CyberMax> <3B336763.2090807@cygnus.com> <20010622090351.A14790@nevyn.them.org> X-SW-Source: 2001-06/msg00204.html > My current inclination is that, after we enumerate precisely what > interfaces are needed, we may need to break some of the nat and tdep > files up into smaller pieces, so that gdbserver can link in the parts > it really needs - and the parts it can reasonably include the support > code for. Sounds good in theory, there is a catch-22 though. Doing any cleanup is a lot easier with everything multi-arch. I'm happy for, short term, there to be a slightly bloated GDBserver, if it means that people concentrate more on getting things multi-arched. Andrew