From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55011 invoked by alias); 18 Oct 2017 11:47:51 -0000 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 Received: (qmail 54272 invoked by uid 89); 18 Oct 2017 11:47:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-23.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS,UNWANTED_LANGUAGE_BODY autolearn=ham version=3.3.2 spammy= X-HELO: mail-wr0-f196.google.com Received: from mail-wr0-f196.google.com (HELO mail-wr0-f196.google.com) (209.85.128.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Oct 2017 11:47:49 +0000 Received: by mail-wr0-f196.google.com with SMTP id u5so4705821wrc.5 for ; Wed, 18 Oct 2017 04:47:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=dlkZ0jxoo5E4ZWGLpWoffgopnzFLW5r0kL/9Z4EcW9k=; b=oAkk/b11wdwYDxf6uvq3QMGTwwmHhFEpcBysQkZRtZpbObgpfV6tDuvnb00RfUZbVI FwX2n6TRh9DtNadxJBshKn9/UW0rBtVQ5qtUY7+G0yHRWvtER4+zvas0LYxgg7HmPHtr a6ujTOm9wTjLISjO7NzDbZvA4Ubk/Sb5/3v1U1wNBTpzUw6/svHWTLokaziM30+IC/Xy 5P+P7rVlK9P4Ipl+MXeYKLNrqAs25wLx7AfPB5vAfEwM5Kyz06CIgUyFc3sj6gUwJh1u SCIhhWNGWhbuz8K38yHuMTlL5Le4O9i7JOOig7icT40PhpiZPvw1L8z780PD4hsUuSD0 s97w== X-Gm-Message-State: AMCzsaWfqqrOyDWN3OURNZlJKgWLx+pN/fsm96lhYjVp70L6VaHt7x3J 5tBMgb11ciKEkJMTEEXXz67fqw== X-Google-Smtp-Source: ABhQp+Q2JD69GnOA6zGopLLqeTMJauMOw2le7rG9hB6Sb4/T1t8pVqdkB6MQcHqB6xva9RCw2ABe3A== X-Received: by 10.223.186.202 with SMTP id w10mr7051928wrg.132.1508327267593; Wed, 18 Oct 2017 04:47:47 -0700 (PDT) Received: from E107787-LIN.cambridge.arm.com (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id r29sm1597440wra.68.2017.10.18.04.47.46 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 18 Oct 2017 04:47:47 -0700 (PDT) From: Yao Qi X-Google-Original-From: Yao Qi To: gdb-patches@sourceware.org Subject: [PATCH OBV] Remove features/tic6x-c62x-linux.c Date: Wed, 18 Oct 2017 11:47:00 -0000 Message-Id: <1508327263-22341-1-git-send-email-yao.qi@linaro.org> X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00561.txt.bz2 c40c7bf (Remove features/tic6x-*.c files) doesn't remove features/tic6x-c62x-linux.c. This patch removes it. gdb: 2017-10-18 Yao Qi * features/tic6x-c62x-linux.c: Remove. --- gdb/ChangeLog | 4 +++ gdb/features/tic6x-c62x-linux.c | 56 ----------------------------------------- 2 files changed, 4 insertions(+), 56 deletions(-) delete mode 100644 gdb/features/tic6x-c62x-linux.c diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 74296f7..ca2f84e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-10-18 Yao Qi + + * features/tic6x-c62x-linux.c: Remove. + 2017-10-16 Yao Qi * features/Makefile (XMLTOC): Remove nios2-linux.xml. diff --git a/gdb/features/tic6x-c62x-linux.c b/gdb/features/tic6x-c62x-linux.c deleted file mode 100644 index 86b905d..0000000 --- a/gdb/features/tic6x-c62x-linux.c +++ /dev/null @@ -1,56 +0,0 @@ -/* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: - Original: tic6x-c62x-linux.xml */ - -#include "defs.h" -#include "osabi.h" -#include "target-descriptions.h" - -struct target_desc *tdesc_tic6x_c62x_linux; -static void -initialize_tdesc_tic6x_c62x_linux (void) -{ - struct target_desc *result = allocate_target_description (); - set_tdesc_architecture (result, bfd_scan_arch ("tic6x")); - - set_tdesc_osabi (result, osabi_from_tdesc_string ("GNU/Linux")); - - struct tdesc_feature *feature; - - feature = tdesc_create_feature (result, "org.gnu.gdb.tic6x.core"); - tdesc_create_reg (feature, "A0", 0, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "A1", 1, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "A2", 2, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "A3", 3, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "A4", 4, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "A5", 5, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "A6", 6, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "A7", 7, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "A8", 8, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "A9", 9, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "A10", 10, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "A11", 11, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "A12", 12, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "A13", 13, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "A14", 14, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "A15", 15, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B0", 16, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B1", 17, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B2", 18, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B3", 19, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B4", 20, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B5", 21, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B6", 22, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B7", 23, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B8", 24, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B9", 25, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B10", 26, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B11", 27, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B12", 28, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B13", 29, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B14", 30, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "B15", 31, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "CSR", 32, 1, NULL, 32, "uint32"); - tdesc_create_reg (feature, "PC", 33, 1, NULL, 32, "code_ptr"); - - tdesc_tic6x_c62x_linux = result; -} -- 1.9.1