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

Re: [Patch]: Create arm-linux-tdep.c.


Scott Bambrough wrote:
> 
> FYI,
> 
> I've committed the attached patch so others are able to build an x86 hosted
> debugger for ARM Linux.  This build failed due to missing target dependencies.
> I created ARM Linux specific arm-linux-tdep.c file and moved the missing code
> into it from arm-linux-nat.c.
> 
> 2000-04-05  Scott Bambrough <scottb@netwinder.org>
> 
>         * arm-linux-tdep.c: New file.
>         * arm-linux-nat.c (fetch_fpregs): Remove unused code.
>           (arm_get_longjmp_target): Moved it and all defines
>           it uses to arm-linux-tdep.c.
>           (arm_linux_extract_return_value): Moved to
>           arm-linux-tdep.c.
>         * config/arm/linux.mt: Add arm-linux-tdep.c to TDEPFILES.

FYI,

You probably want to add dependencies et.al. to Makefile.in and tweek
config/djgpp/fnchange.lst

	Andrew

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