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] Fix some 64-bit Objective-C bugs



On Thursday, December 4, 2003, at 01:10 PM, Ulrich Weigand wrote:




ChangeLog:

??????? * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
??????? CORE_ADDR as type for selectors.? Correct types for GNU run time
??????? message lookup function to use double indirection.
??????? * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
??????? * objc-lang.h (lookup_child_selector): Adapt prototype.



Looks good to me. It also happens to fix a problem I was just getting around to looking at. I'll apply it in a few days if there are no other comments. Thanks for taking the time to look at this.


testsuite/ChangeLog:

??????? * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.



Not sure if I have authority to approve this, unless it's under the obvious rule...



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