On Sunday 13 December 2009 23:36:12 Caspar Zhang wrote: > ----- "Mike Frysinger" <[email protected]> wrote: > > On Friday 11 December 2009 06:30:01 Caspar Zhang wrote: > > > Here are two patches to fix compiling error in ia64, > > > I tested only in version ltp-full-20091130, please check > > > your own version. They are for work well on my system. > > > See the attachment. > > > > the ia64 change is incorrect. there's ia64 ifdef hacks in there > > already which > > are to be used. > > the ia64 ifdef hacks in 20091130 are the following lines(in file > ptrace.h): > > 17 /* ia64's a real pain.. */ > 18 #if defined(__ia64__) > 19 #undef FU_ia64_fpreg > 20 #undef FU_pt_all_user_regs > 21 #if ! defined(ia64_fpreg) > 22 # define ia64_fpreg FU_ia64_fpreg > 23 #endif > 24 #if ! defined(pt_all_user_regs) > 25 # define pt_all_user_regs FU_pt_all_user_regs > 26 #endif > 27 #endif > > I don't think these codes could sovle the compiling problem.
they do if they're used right -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
