This is the mail archive of the gdb-patches@sourceware.org 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: [RFC 28/32] convert to_get_section_table


>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:

Pedro> Looks fine to me.
>> - struct target_section_table *(*to_get_section_table) (struct
>> target_ops *);
>> + struct target_section_table *(*to_get_section_table) (struct
>> target_ops *)
>> +      TARGET_DEFAULT_RETURN (0);

Pedro> (I noticed now that methods that return a pointer could
Pedro>  say 'TARGET_DEFAULT_RETURN (NULL)' instead of 0.  I'm guessing
Pedro> you wrote 0 in the previous version where TARGET_DEFAULT
Pedro> would require a digit.)

Yeah.  Unfortunately I didn't think of this early enough.  I can fix
this if you like, but unlike other rewrites, I'd prefer to do it as a
cleanup patch on top.  I found the hard way that modifications to these
lines cause conflicts to bubble up through the entire patch series.

Tom


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