This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 5/8] [PowerPC] Fix access to VSCR in linux targets
- From: Pedro Franco de Carvalho <pedromfc at linux dot vnet dot ibm dot com>
- To: Ulrich Weigand <uweigand at de dot ibm dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 21 May 2018 17:43:13 -0300
- Subject: Re: [PATCH 5/8] [PowerPC] Fix access to VSCR in linux targets
- References: <20180516140403.C603FD80322@oc3748833570.ibm.com>
Ulrich Weigand <uweigand@de.ibm.com> writes:
> This removes all users of ppc_supply_vrregset / ppc_collect_vrregset,
> right? Then those functions should go away as well, together with
> all their associates data, in particular the v*_offset fields in
> struct ppc_reg_offsets ...
In v2 I removed these. I did have to alter the ppc bsd and aix targets,
but I did not test these. The .tdep files were compiled (with
--enable-targets=all), but there is one native openbsd file that was
also altered.
Thanks!