From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18955 invoked by alias); 5 Aug 2010 03:04:49 -0000 Received: (qmail 18860 invoked by uid 22791); 5 Aug 2010 03:04:48 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM X-Spam-Check-By: sourceware.org Received: from mail-ww0-f43.google.com (HELO mail-ww0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 Aug 2010 03:04:43 +0000 Received: by wwb22 with SMTP id 22so1656127wwb.12 for ; Wed, 04 Aug 2010 20:04:41 -0700 (PDT) Received: by 10.216.1.6 with SMTP id 6mr8668991wec.24.1280977481336; Wed, 04 Aug 2010 20:04:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.186.205 with HTTP; Wed, 4 Aug 2010 20:04:21 -0700 (PDT) In-Reply-To: <201008041355.o74Dt4l5001699@d12av02.megacenter.de.ibm.com> References: <201008041355.o74Dt4l5001699@d12av02.megacenter.de.ibm.com> From: Hui Zhu Date: Thu, 05 Aug 2010 03:04:00 -0000 Message-ID: Subject: Re: [PATCH] mips-linux: remove deprecated_add_core_fns and use set_gdbarch_regset_from_core_section To: Ulrich Weigand Cc: gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-08/txt/msg00025.txt.bz2 On Wed, Aug 4, 2010 at 21:55, Ulrich Weigand wrote: > Hui Zhu wrote: > >> 2010-08-04 =A0Hui Zhu =A0 >> >> =A0 =A0 =A0 * mips-linux-tdep.c(regset.h): New include. >> =A0 =A0 =A0 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper, >> =A0 =A0 =A0 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper, >> =A0 =A0 =A0 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper, >> =A0 =A0 =A0 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper, >> =A0 =A0 =A0 mips_linux_regset_from_core_section): New functions. >> =A0 =A0 =A0 (fetch_core_registers, regset_core_fns): Deleted. >> =A0 =A0 =A0 (mips_linux_init_abi): Add mips_linux_regset_from_core_secti= on. >> =A0 =A0 =A0 Deleted regset_core_fns. >> =A0 =A0 =A0 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset, >> =A0 =A0 =A0 tdep->gregset64, tdep->fpregset and tdep->fpregset64. >> =A0 =A0 =A0 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset >> =A0 =A0 =A0 and fpregset64. > > This is OK. > > Thanks, > Ulrich Checked in. Thanks, Hui