From patchwork Wed Oct 25 21:52:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jim Wilson X-Patchwork-Id: 830387 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-465135-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="X806m3Cs"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yMkQk4vtfz9t3C for ; Thu, 26 Oct 2017 08:53:02 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:subject:from:to:cc:date:in-reply-to:references :content-type:mime-version; q=dns; s=default; b=nwg7uA4hP0aU/1Ye g5dO7cXNvmhLhP1Y9cxy5pfWG811n9G/EjG3Xn3wA6PCwXTrQ6EXu+LCKdltu6Bm b2q1NsB9fZrtNdlEYXkw7td0+0rqh8RUqkAWJKK9u2DvPLuEdeC4mCtpgDN9TdzA +lPDoimFy5iMeo20he00L6wzDBQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:subject:from:to:cc:date:in-reply-to:references :content-type:mime-version; s=default; bh=ItwbqT16FAcHqMYNKLJ7xB 6k150=; b=X806m3CsjcbCKuVMuSP2uSErXEikyeA+PWguF397PQS/4o+rfGky0p MpQ4EMxoAOZQRNfQyQ8oP46ADF6pCTad3fYid6iNbpioylSLJ1u81MgpBpbdYh03 DoVriiBSPP5nHqtfbacnYAMkBgHuw3dhPH6zNFsYnNwoDViXBfojI= Received: (qmail 83874 invoked by alias); 25 Oct 2017 21:52:55 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 83865 invoked by uid 89); 25 Oct 2017 21:52:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.8 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy= X-HELO: sonic314-20.consmr.mail.bf2.yahoo.com Received: from sonic314-20.consmr.mail.bf2.yahoo.com (HELO sonic314-20.consmr.mail.bf2.yahoo.com) (74.6.132.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 25 Oct 2017 21:52:54 +0000 Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.bf2.yahoo.com with HTTP; Wed, 25 Oct 2017 21:52:52 +0000 Received: from [127.0.0.1] by smtp210.mail.bf1.yahoo.com with NNFMP; 25 Oct 2017 21:52:52 -0000 X-Yahoo-SMTP: RNqztbyswBBFx6H5DU8E7igByQ1bWQP_Lw-- Message-ID: <1508968370.2379.43.camel@tuliptree.org> Subject: [PATCH 09/13] fix vxworks file From: Jim Wilson To: gcc-patches Cc: Jim Wilson Date: Wed, 25 Oct 2017 14:52:50 -0700 In-Reply-To: <1508966659.2379.15.camel@tuliptree.org> References: <1508966659.2379.15.camel@tuliptree.org> Mime-Version: 1.0 A trivial vxworks related patch. Jim gcc/ * config/vx-common.h (SDB_DEBUGGING_INFO): Delete undef. --- gcc/config/vx-common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/config/vx-common.h b/gcc/config/vx-common.h index 5cc965c..d8f04ec 100644 --- a/gcc/config/vx-common.h +++ b/gcc/config/vx-common.h @@ -72,7 +72,6 @@ along with GCC; see the file COPYING3. If not see /* None of these other formats is supported. */ #undef DWARF_DEBUGGING_INFO #undef DBX_DEBUGGING_INFO -#undef SDB_DEBUGGING_INFO #undef XCOFF_DEBUGGING_INFO #undef VMS_DEBUGGING_INFO