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]

Re: Trivial bug in valarith.c


> Jim Ingham <jingham@apple.com> writes:
> 
>> Andrew,
> 
>> > JimB,
>> >
>> > While this looks, er obvious, can you give it a quick peek (I think you 
>> > last touched that code  [;-)] .  Looks like this problem is also on the 5.1 
>> > branch :-/
> 
>> 
>> cvs tattle points the finger at Jim...  He changed value_from_longest - 
>> which presumably doesn't care whether it is handed a pointer or a 
>> typedef, to value_from_pointer which does.  That change is correct, you 
>> just have to be careful about the arguments.
> 
> 
> I think Jim's change is correct.


I've checked it in (I've another change that this one affects sitting in 
my pending queue).

Andrew



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