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


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);

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

-- 
Pedro Alves


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