From patchwork Fri Nov 23 21:15:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 201399 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 A11302C00B0 for ; Sat, 24 Nov 2012 08:15:40 +1100 (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=1354310141; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Date:From:To:Subject:Message-ID:MIME-Version: Content-Type:Content-Disposition:User-Agent:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=HGwTym6biOtezxLeCRn23vdA5x4=; b=ic5iYnT86XsZWaAOb4qxyB1lE2LjHryRuNppagv6M4+sYoyU8UJwxY1lb9U6us 7OA71VHc3PGw2A/oAiiwrTQhvveIWxjpH/dwY1uDYKkCAqZtDPMIYNRONOSQYAxn fXytb2Xw29uFLy2btRW27TqjvFvvL64NrFSbwrwHqBzSo= 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:X-ExtLoop1:Received:Received:Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:Content-Disposition:User-Agent:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=gYeKmZSQRydCaxDBzA+PGifAcPWpKYYqKqQX2LYaxlS5uQK7UrtH3lUY/Ww4es kwLV5yU8P8eHDykqPWJbdIvKVvFzV96Zjf9krvZIc+VurPEFX1lqHSIS8O3WL3uZ k0gmWBgrCdWkAB5KO+fju4dHU0ZoMY6B0gPXTdrCHDy3k=; Received: (qmail 3465 invoked by alias); 23 Nov 2012 21:15:35 -0000 Received: (qmail 3456 invoked by uid 22791); 23 Nov 2012 21:15:34 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, NO_DNS_FOR_FROM, RCVD_IN_DNSWL_HI, RCVD_IN_HOSTKARMA_W, RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mga09.intel.com (HELO mga09.intel.com) (134.134.136.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Nov 2012 21:15:30 +0000 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 23 Nov 2012 13:14:48 -0800 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([10.3.194.135]) by orsmga001.jf.intel.com with ESMTP; 23 Nov 2012 13:15:29 -0800 Received: by gnu-6.sc.intel.com (Postfix, from userid 500) id 24E8F80833; Fri, 23 Nov 2012 13:15:28 -0800 (PST) Date: Fri, 23 Nov 2012 13:15:28 -0800 From: "H.J. Lu" To: gcc-patches@gcc.gnu.org Subject: [committed] PATCH: PR sanitizer/55450: libtool: install: error: cannot install `libtsan.la' to a directory not ending in Message-ID: <20121123211528.GA20105@intel.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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 /usr/lib/gcc/x86_64-pc-linux-gnu/ Reply-To: "H.J. Lu" Hi, I checked in this patch to fix PR sanitizer/55450. H.J. Index: ChangeLog =================================================================== --- ChangeLog (revision 193766) +++ ChangeLog (working copy) @@ -1,12 +1,18 @@ +2012-11-23 H.J. Lu + + PR sanitizer/55450 + * tsan/Makefile.am (gcc_version): New. + * tsan/Makefile.in: Regenerated. + 2012-11-23 Kostya Serebryany - + * merge.sh: Support tsan, support added/removed files. * tsan/Makefile.am: Remove tsan_printf.cc. * tsan/Makefile.in: Regenerated. * other files: Merge from upstream r168514. 2012-11-23 Kostya Serebryany - + * merge.sh: New file. 2012-11-23 Jakub Jelinek @@ -32,7 +38,7 @@ 2012-11-21 Kostya Serebryany - * README.gcc: Extend the README.gcc with mode details. + * README.gcc: Extend the README.gcc with mode details. 2012-11-20 Konstantin Serebryany Index: tsan/Makefile.am =================================================================== --- tsan/Makefile.am (revision 193766) +++ tsan/Makefile.am (working copy) @@ -1,5 +1,8 @@ AM_CPPFLAGS = -I $(top_srcdir) -I $(top_srcdir)/include +# May be used by toolexeclibdir. +gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) + DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros ACLOCAL_AMFLAGS = -I m4 Index: tsan/Makefile.in =================================================================== --- tsan/Makefile.in (revision 193766) +++ tsan/Makefile.in (working copy) @@ -84,8 +84,7 @@ am__objects_1 = tsan_clock.lo tsan_inter tsan_rtl.lo tsan_stat.lo tsan_sync.lo tsan_interceptors.lo \ tsan_md5.lo tsan_platform_mac.lo tsan_rtl_mutex.lo \ tsan_suppressions.lo tsan_interface_ann.lo tsan_mman.lo \ - tsan_rtl_report.lo \ - tsan_symbolize_addr2line_linux.lo + tsan_rtl_report.lo tsan_symbolize_addr2line_linux.lo am_libtsan_la_OBJECTS = $(am__objects_1) libtsan_la_OBJECTS = $(am_libtsan_la_OBJECTS) libtsan_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ @@ -238,6 +237,9 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I $(top_srcdir) -I $(top_srcdir)/include + +# May be used by toolexeclibdir. +gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fomit-frame-pointer -funwind-tables -fvisibility=hidden -Wno-variadic-macros ACLOCAL_AMFLAGS = -I m4 toolexeclib_LTLIBRARIES = libtsan.la