From patchwork Tue Nov 16 18:37:52 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 71439 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 C14DBB7116 for ; Wed, 17 Nov 2010 05:38:11 +1100 (EST) Received: (qmail 29977 invoked by alias); 16 Nov 2010 18:38:08 -0000 Received: (qmail 29917 invoked by uid 22791); 16 Nov 2010 18:38:08 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_HELO_PASS, TW_CC, T_RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 16 Nov 2010 18:37:58 +0000 Received: from wpaz29.hot.corp.google.com (wpaz29.hot.corp.google.com [172.24.198.93]) by smtp-out.google.com with ESMTP id oAGIbu6U027823 for ; Tue, 16 Nov 2010 10:37:56 -0800 Received: from pxi15 (pxi15.prod.google.com [10.243.27.15]) by wpaz29.hot.corp.google.com with ESMTP id oAGIbiuV017802 for ; Tue, 16 Nov 2010 10:37:55 -0800 Received: by pxi15 with SMTP id 15so289838pxi.19 for ; Tue, 16 Nov 2010 10:37:55 -0800 (PST) Received: by 10.142.157.7 with SMTP id f7mr5780740wfe.335.1289932674981; Tue, 16 Nov 2010 10:37:54 -0800 (PST) Received: from coign.google.com (dhcp-172-22-124-185.mtv.corp.google.com [172.22.124.185]) by mx.google.com with ESMTPS id w14sm1700379wfd.18.2010.11.16.10.37.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Nov 2010 10:37:54 -0800 (PST) From: Ian Lance Taylor To: gcc-patches@gcc.gnu.org, gofrontend-dev@googlegroups.com Subject: [gccgo] Don't define GO_DEBUGGING_INFO Date: Tue, 16 Nov 2010 10:37:52 -0800 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 X-System-Of-Record: true 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 shift from -ggo to -fdump-go-specs means that the GO_DEBUGGING_INFO macro is no longer used. This patch removes the Make-lang.in bit which defined it. Committed to gccgo branch. Ian Index: Make-lang.in =================================================================== --- Make-lang.in (revision 166781) +++ Make-lang.in (working copy) @@ -20,9 +20,6 @@ # This file provides the language dependent support in the main Makefile. -# Build Go export info generator. -INTERNAL_CFLAGS += -DGO_DEBUGGING_INFO - # Installation name. GCCGO_INSTALL_NAME := $(shell echo gccgo|sed '$(program_transform_name)')