From patchwork Thu Dec 6 22:28:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 204331 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 4599F2C00F8 for ; Fri, 7 Dec 2012 09:28:51 +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=1355437731; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=5WrSR/R xLREaPMUFktywiNP6zgQ=; b=jf+Cr29rRCdk0bAKQtzrWoi+51qj83AEQYrzH6C TuAisrLl6fL6vzF+U0h8OEi4zlx87ieQwU3jjTa8Pegl58OP/fDk0gwV2hJpvn8g gED9y6QsHDF2Z9NRA6y5iosMD6DFzLSvQRUJS/VKnc1A/+sysCmlLLaS5esYEmy/ eRNo= 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:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=KgwUGYocG26cZpmg+rEnQjd5UDOpORxhMND/8DJIJYYUEh8RqG3Pzce+5woFfH KagliFeHfLzsZanTGPrBfiPfFdDYar21QgSLFUtiP8QmUXGJlgq9rd7eioWjUu6O MW5ftpAejMPX5jYRHt3lkGFbs5uWPcuR57hWuh1uHbw2o=; Received: (qmail 19181 invoked by alias); 6 Dec 2012 22:28:42 -0000 Received: (qmail 19172 invoked by uid 22791); 6 Dec 2012 22:28:40 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx02.qsc.de (HELO mx02.qsc.de) (213.148.130.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Dec 2012 22:28:35 +0000 Received: from archimedes.net-b.de (port-92-195-120-23.dynamic.qsc.de [92.195.120.23]) by mx02.qsc.de (Postfix) with ESMTP id C00E2276C8; Thu, 6 Dec 2012 23:28:33 +0100 (CET) Message-ID: <50C11C10.5060404@net-b.de> Date: Thu, 06 Dec 2012 23:28:32 +0100 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: gcc patches , Gerald Pfeifer Subject: [patch, wwwdocs] Update AddressSanitizer part of the 4.8 release notes 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 I think the following should match the current status. (I believe that libasan is also built on Sparc Linux but without instrumentation in the compiler itself.) OK? Tobias Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.67 diff -p -u -r1.67 changes.html --- changes.html 3 Dec 2012 14:21:37 -0000 1.67 +++ changes.html 6 Dec 2012 22:26:36 -0000 @@ -119,7 +119,8 @@ by this change.

instructions will be instrumented to detect heap-, stack-, and global-buffer overflow as well as use-after-free bugs. To get nicer stacktraces, use -fno-omit-frame-pointer. The - AddressSanitizer is available on IA-32/x86-64/x32 GNU/Linux. + AddressSanitizer is available on IA-32/x86-64/x32/PowerPC/PowerPC64 + GNU/Linux and on x86-64 Darwin.
  • ThreadSanitizer has been added and can be enabled via -fsanitize=thread. Instructions will be instrumented to