From owner-svn-src-head@FreeBSD.ORG Sat Dec 6 10:34:24 2008 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D3021065679; Sat, 6 Dec 2008 10:34:24 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail12.syd.optusnet.com.au (mail12.syd.optusnet.com.au [211.29.132.193]) by mx1.freebsd.org (Postfix) with ESMTP id 0EA3B8FC16; Sat, 6 Dec 2008 10:34:23 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c122-106-153-252.carlnfd1.nsw.optusnet.com.au (c122-106-153-252.carlnfd1.nsw.optusnet.com.au [122.106.153.252]) by mail12.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id mB6AYKJl003642 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 6 Dec 2008 21:34:22 +1100 Date: Sat, 6 Dec 2008 21:34:21 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Tim Kientzle In-Reply-To: <200812060715.mB67FgVA086614@svn.freebsd.org> Message-ID: <20081206212307.X5659@delplex.bde.org> References: <200812060715.mB67FgVA086614@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r185684 - head/usr.bin/cpio X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2008 10:34:24 -0000 On Sat, 6 Dec 2008, Tim Kientzle wrote: > Log: > Make the GCC-specific __dead2 markers conditional on whether > we're compiling under GCC. These are FreeBSD-specific. __dead is 4.4BSD-specific, but hasn't done anything since gcc-1.x. Though I added __dead2 to support gcc-2 in 1994, 4.4BSD didn't have it, and NetBSD 4 years ago doesn't define it or otherwise support the noreturn attribute in . Bruce