This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC 10/23] SPARC: Replace regset_alloc() invocations by static regset structures
- From: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- To: arnez at linux dot vnet dot ibm dot com
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 5 May 2014 11:52:17 +0200 (CEST)
- Subject: Re: [RFC 10/23] SPARC: Replace regset_alloc() invocations by static regset structures
- Authentication-results: sourceware.org; auth=none
- References: <87eh0h6bkq dot fsf at br87z6lw dot de dot ibm dot com> <874n1d4w83 dot fsf at br87z6lw dot de dot ibm dot com>
> From: Andreas Arnez <arnez@linux.vnet.ibm.com>
> Date: Mon, 28 Apr 2014 11:52:28 +0200
>
> gdb/
> * sparc-linux-tdep.c (sparc32_linux_gregset)
> (sparc32_linux_fpregset): New static regset structures.
> (sparc32_linux_init_abi): Drop dynamic regset allocations.
> * sparc-tdep.h (struct gdbarch_tdep): Constify 'gregset' and
> 'fpregset' fields.
> * sparc64-linux-tdep.c: (sparc64_linux_gregset)
> (sparc64_linux_fpregset): New static regset structures.
> (sparc64_linux_init_abi): Drop dynamic regset allocations.
> * sparc64fbsd-tdep.c (sparc64fbsd_gregset, sparc64fbsd_fpregset):
> New static regset structures.
> (sparc64fbsd_init_abi): Drop dynamic regset allocations.
> * sparc64nbsd-tdep.c (sparc64nbsd_gregset, sparc64nbsd_fpregset):
> New static regset structures.
> (sparc64nbsd_init_abi): Drop dynamic regset allocations.
> * sparc64obsd-tdep.c (sparc64obsd_gregset, sparc64obsd_fpregset):
> New static regset structures.
> (sparc64obsd_init_abi): Drop dynamic regset allocations.
> * sparcnbsd-tdep.c (sparc32nbsd_gregset, sparc32nbsd_fpregset):
> New static regset structures.
> (sparc32nbsd_init_abi): Drop dynamic regset allocations.
Fine with me.