From patchwork Tue Jul 31 04:07:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: DJ Delorie X-Patchwork-Id: 174139 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 51BD62C0093 for ; Tue, 31 Jul 2012 14:08:21 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1344312502; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:Date:Message-Id:From:To:Subject:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=G1nv/HOhvZw21SsUIpnb/sJlOwg=; b=Uf0VG1QTw8edZmMVd7vf6gdcZiHygBnD3oOfO4MSJUSowwItXENaIbhdjR9uGC NiJyNQR7Y6d/EOHidFa/ncU7JA448qIjuYqU4WSCcWg12/sQOs6sLCuLDFZt3VOa 1XHEqAJLWD+07wUhNi6xQIGfS5Hozfbv81htwO9FtUMag= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:Received:Date:Message-Id:From:To:Subject:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=yOpo3856yeYZq4Ju1kIcL/Zybh8SEItAAkdwfk/zwTqCPjfyRFmEMoQ/gN9OUG EYohkAZqZlvS28v0m6GzCGsrylW6ZH/lLY1EYpm0cEZCjPdjfcGF08yToErXkH4i CbB5Dsy5w1t274U+qbeDww+EZ+IMQNdJNTURS8z4aKar8=; Received: (qmail 11177 invoked by alias); 31 Jul 2012 04:08:13 -0000 Received: (qmail 11164 invoked by uid 22791); 31 Jul 2012 04:08:12 -0000 X-SWARE-Spam-Status: No, hits=-6.1 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_HI, RCVD_IN_HOSTKARMA_W, 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; Tue, 31 Jul 2012 04:07:55 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6V47sCt019377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 31 Jul 2012 00:07:54 -0400 Received: from greed.delorie.com (ovpn-113-78.phx2.redhat.com [10.3.113.78]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q6V47rrb012448 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 31 Jul 2012 00:07:54 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id q6V47q94028860 for ; Tue, 31 Jul 2012 00:07:52 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id q6V47qIe028859; Tue, 31 Jul 2012 00:07:52 -0400 Date: Tue, 31 Jul 2012 00:07:52 -0400 Message-Id: <201207310407.q6V47qIe028859@greed.delorie.com> From: DJ Delorie To: gcc-patches@gcc.gnu.org Subject: TPF: disable discriminators X-IsSubscribed: yes 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 The TPF assembler supports dwarf4 discriminators, but the TPF debuggers do not. Ok to apply? * config/s390/tpf.h (SUPPORTS_DISCRIMINATOR): Define to 0 for TPF. Index: gcc/config/s390/tpf.h =================================================================== --- gcc/config/s390/tpf.h (revision 189993) +++ gcc/config/s390/tpf.h (working copy) @@ -116,3 +116,6 @@ #define MATH_LIBRARY "CLBM" #define LIBSTDCXX "CPP2" #endif /* ! _TPF_H */ + +/* GAS supports it, but the debuggers don't, so avoid it. */ +#define SUPPORTS_DISCRIMINATOR 0