From patchwork Wed Oct 14 12:57:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aleksandar Ristovski X-Patchwork-Id: 9103 Received: (qmail 115006 invoked by alias); 14 Oct 2015 12:57:19 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 114966 invoked by uid 89); 14 Oct 2015 12:57:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: smtp-a02.blackberry.com Received: from smtp-a02.blackberry.com (HELO smtp-a02.blackberry.com) (208.65.78.91) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 14 Oct 2015 12:57:16 +0000 Received: from mhs102cnc.rim.net ([10.65.141.76]) by mhs215cnc-app.rim.net with ESMTP; 14 Oct 2015 08:57:14 -0400 Received: from unknown (HELO qnxws9580.ott.qnx.com) ([10.65.140.254]) by mhs102cnc.rim.net with ESMTP; 14 Oct 2015 12:57:16 +0000 From: Aleksandar Ristovski To: gdb-patches@sourceware.org Cc: Aleksandar Ristovski Subject: [OB PATCH] Remove core_regset_section Date: Wed, 14 Oct 2015 08:57:02 -0400 Message-Id: <1444827422-12344-1-git-send-email-aristovski@qnx.com> Small cleanup of a leftover of: https://sourceware.org/ml/gdb-patches/2014-09/msg00419.html * gdbarch.sh (core_regset_section): Remove. * gdbarch.h: Regenerate. --- gdb/ChangeLog | 5 +++++ gdb/gdbarch.h | 1 - gdb/gdbarch.sh | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fddacfe..80a769a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2015-10-14 Aleksandar Ristovski + + * gdbarch.sh (core_regset_section): Remove. + * gdbarch.h: Regenerate. + 2015-10-13 Pedro Alves * ada-lang.c (ada_enum_name): Constify local. diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index 2e4ed3e..3eb81c1 100644 --- a/gdb/gdbarch.h +++ b/gdb/gdbarch.h @@ -54,7 +54,6 @@ struct target_desc; struct objfile; struct symbol; struct displaced_step_closure; -struct core_regset_section; struct syscall; struct agent_expr; struct axs_value; diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index a13d9b9..ce9d71d 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -1237,7 +1237,6 @@ struct target_desc; struct objfile; struct symbol; struct displaced_step_closure; -struct core_regset_section; struct syscall; struct agent_expr; struct axs_value;