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: [PATCH v3] Unbreak gdb build on 32-bit host with ADI support


Hi Weimin,

> +2017-08-25  Weimin Pan  <weimin.pan@oracle.com>
> +
> +	* sparc64-tdep.c: Unbreak gdb build on 32-bit host with ADI support.
> +

In the GNU ChangeLog format, this should say which functions were touched,
and what was changed, as opposed to "why" things were changed.  Please take a
look here to learn more about this:

  https://sourceware.org/gdb/wiki/ContributionChecklist

You actually already had the right info in the commit log, so I cooked up
an entry for you, and pushed the patch in with that:

2017-08-31  Weimin Pan  <weimin.pan@oracle.com>

	* sparc64-tdep.c (adi_stat_t): Fix comment formatting.
	(adi_available): Use a temp variable of type CORE_ADDR as argument
	3 when calling target_auxv_search.
	(adi_normalize_address): Use masks and xor operators to calculate
	normalized address.
	(adi_read_versions, adi_write_versions, adi_print_versions)
	(do_examine, do_assign): Use paddress.

Thanks for the patch.

Pedro Alves


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