From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23707 invoked by alias); 28 Apr 2010 03:54:08 -0000 Received: (qmail 23698 invoked by uid 22791); 28 Apr 2010 03:54:07 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Apr 2010 03:54:01 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o3S3rlil022895 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 27 Apr 2010 23:53:48 -0400 Received: from psique.localnet (vpn-238-143.phx2.redhat.com [10.3.238.143]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o3S3rkE8031039; Tue, 27 Apr 2010 23:53:46 -0400 From: Sergio Durigan Junior To: gdb-patches@sourceware.org Subject: [PATCH] Delete vax*-*-*vms* (and unbreak GDB) Date: Wed, 28 Apr 2010 03:54:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.32.11-99.fc12.x86_64; KDE/4.4.2; x86_64; ; ) Cc: Kai Tietz MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201004280053.45088.sergiodj@redhat.com> 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-04/txt/msg00936.txt.bz2 Hi, GDB HEAD is broken for me. After a little investigation, I found: http://sourceware.org/git/gitweb.cgi?p=gdb.git;a=commit;h=d601e14697d99008a3639039f51620d58c8393c5 It's actually a commit on bfd/, and the problem is that it reverts: http://sourceware.org/git/gitweb.cgi?p=gdb.git;a=commit;h=14ca3db824a85073e5d359d6b5fb7c2f6eb47b39 So the patch is pretty trivial, but since it's not on GDB, I didn't know if I could commit it. Anyway, patch attached. Thanks, -- Sergio diff --git a/bfd/config.bfd b/bfd/config.bfd index 6420f5f..d39ef18 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1510,10 +1510,6 @@ case "${targ}" in targ_defvec=bfd_elf32_vax_vec ;; - vax*-*-*vms*) - targ_defvec=vms_vax_vec - ;; - we32k-*-*) targ_defvec=we32kcoff_vec ;;