From owner-svn-src-head@freebsd.org Fri Jan 26 22:08:43 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A79AEECBFBF for ; Fri, 26 Jan 2018 22:08:43 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x22e.google.com (mail-it0-x22e.google.com [IPv6:2607:f8b0:4001:c0b::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3765768080 for ; Fri, 26 Jan 2018 22:08:43 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x22e.google.com with SMTP id x128so2181766ite.0 for ; Fri, 26 Jan 2018 14:08:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=UCNIaACIKEnXyRtPXkuidV3rxjUagNlBF+6WI6oFkmE=; b=DQjQxbEeQSc8CZP+0XCNpfhWLSifnYJUz5uL0HOhszsQLKav3IdxkIwZUgNyJi6m8A sDxRDrtk5bJLLx7PcETgOKPdkQfP2PbPO+u4qtLZ4zyht1MKjbJg6b3+YwNUubuIXRGd 1JTm+hXeIMsDnI7izxfxpank1uAU6HHShRwZaiIQCvKpnIrE5Bot8P05gM4weaYqV9qq igwmLVavMLns4WNflRdk5iCB3nIrIz2URx6XbQSknJ2QJPYg/V6MTqjlHSt/siuGMXI0 Jt733DLx9slor+MDNmqTry7o9vdCjtZxvqjTrZXPfco5u6BUzf030zaaceauL1mTcm9y EEeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=UCNIaACIKEnXyRtPXkuidV3rxjUagNlBF+6WI6oFkmE=; b=qQjRGZWNOx6/qye4yLpkJfQO12Qp1fHPeSjmjPctuM8EPDn9PhduHsiz2hyvicxFl+ vFv3bnhg8iXK65UNdKMoJhGR0sb/jEmoqF3Jo8DSQZnu/fEP9loZVJZ8oNzzUs9OFvoi 3xUje9/4AyrnrdtDNzjU5H9Hx7Y2err+EoFtdR5OoK70lw7czoXOSciik97rDDLVlDzy a7W7FNOLZxuG/dL++DCaxGi2LCovvuD2P0qbkHxnxVi3qC9yDYbzgK8n1h5t3teEHgrZ 0xBsl3HNiMBX8vtLeAloFpFD7GXDGHkEPv0AAWzmRf0qL6JUSYRGKkKOfYOw9U6it6Af /zTA== X-Gm-Message-State: AKwxytezW2MS9i/+8LD3+mHw3oz5I7hFs5OfeeCtWzg7Z06wFwGic8dx 2QR8f7jmzf215Rt0rxISFiqQgFEFYAQknLRNpz83ZQ== X-Google-Smtp-Source: AH8x22493W6JbCI49Hi6ZQSfp/abz9QE83qxMwX06iDODhxXAE1aum2DRtbzVqq7YRd0I4C8gYk4y5JSLumnq+hmZXQ= X-Received: by 10.36.74.200 with SMTP id k191mr19707726itb.69.1517004522448; Fri, 26 Jan 2018 14:08:42 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.201.67 with HTTP; Fri, 26 Jan 2018 14:08:41 -0800 (PST) X-Originating-IP: [50.253.99.174] In-Reply-To: References: <201801261713.w0QHD0Up082894@repo.freebsd.org> From: Warner Losh Date: Fri, 26 Jan 2018 15:08:41 -0700 X-Google-Sender-Auth: k_T0kMaQl7p1mIQf0SHPfR0Eui4 Message-ID: Subject: Re: svn commit: r328437 - in head/stand: i386/gptboot libsa To: Ed Maste Cc: Warner Losh , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 26 Jan 2018 22:08:43 -0000 On Fri, Jan 26, 2018 at 2:05 PM, Ed Maste wrote: > On 26 January 2018 at 12:13, Warner Losh wrote: > > Author: imp > > Date: Fri Jan 26 17:13:00 2018 > > New Revision: 328437 > > URL: https://svnweb.freebsd.org/changeset/base/328437 > > > > Log: > > Split panic routine > ... > > -extern void exit(int); > > +extern void exit(int) __dead2; > > MIPS is now failing with: > 18:49:00 /usr/src/stand/uboot/lib/reboot.c: In function 'exit': > 18:49:00 /usr/src/stand/uboot/lib/reboot.c:38: warning: 'noreturn' > function does return > (from https://ci.freebsd.org/job/FreeBSD-head-mips-build/137/console) > r328448 fixes this and similar issues on powerpc. Warner