From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 04:12:00 -0000 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-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2012-07/txt/msg01530.txt.bz2 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