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: [PATCH 0/7] Implement gdbarch_gdb_signal_{to,from}_target


On 08/12/2013 04:51 AM, Sergio Durigan Junior wrote:

> Sorry, but how are you building this?  I'm having trouble reproducing
> the failure.  I suppose you're building a GDB for AVR only, which is
> probably not building linux-tdep.o, where both
> linux_gdb_signal_{to,from}_target functions are defined.
> 
> There is no avr-linux-tdep.c, which means that when we're not building
> for a Linux target such functions won't be available because
> linux-tdep.o won't be built.  I'm not sure how to solve this specific
> problem (whether to propose this avr-linux-tdep or to solve this with
> #ifdef's).  Opinions are welcome.

There should be an avr-linux-tdep.c, and Linux things should be
moved there.

-- 
Pedro Alves


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