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]

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


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.
 
Scott


-- 
Scott Bambrough - Software Engineer
REBEL.COM    http://www.rebel.com
NetWinder    http://www.netwinder.org

gdb.patch


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