This is the mail archive of the gdb-patches@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: Patch for arm-linux gdbserver


> ChangeLog:
> 
> 2001-12-03 Keith Walker <keith.walker@arm.com>
> * gdbserver/low-linux.c (arm_register_u_addr): added.
> 	(initialize_arch): added for ARM target.
> 	* config/arm/nm-linux.h (U_REGS_OFFSET) defined.
> 	(REGISTER_U_ADDR) defined.
> 	* config/arm/tm-linux.h (ARM_GNULINUX_TARGET) defined.

Yes, ok as an interum measure.  Just note the tweek below.

I should note though that ARM is going to get the multi-arched and that 
will unfortunatly likey break this again.

	Andrew


>   #ifndef TM_ARMLINUX_H
>   #define TM_ARMLINUX_H

Can you please wrap this definition in #ifdef GDBSERVER.  Hopefully 
GDBSERVER is defined before this is included.

> + #define	ARM_GNULINUX_TARGET
> + 
>   /* Include the common ARM target definitions.  */
>   #include "arm/tm-arm.h"



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