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: RFA: correctly detect overlapping overlays


> +   CORE_ADDR a_start = a->vma;
> +   CORE_ADDR a_end   = a->vma + bfd_get_section_size_before_reloc (a);
> +   CORE_ADDR b_start = b->vma;
> +   CORE_ADDR b_end   = b->vma + bfd_get_section_size_before_reloc (b);


Jim, just a reminder on coding style.
There isn't any reason to (and probably good reason to not) lay out the 
code so carefully.  It just makes the task of someone running indent 
over the code all the more confusing.

	Andrew


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