Date: Fri, 26 Jan 2018 15:08:41 -0700 From: Warner Losh <imp@bsdimp.com> To: Ed Maste <emaste@freebsd.org> Cc: Warner Losh <imp@freebsd.org>, src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r328437 - in head/stand: i386/gptboot libsa Message-ID: <CANCZdfqv8ncf2S4=RM%2B=ZDPiA%2BNH%2BAQOmO391J_Tq3fw9=ci3g@mail.gmail.com> In-Reply-To: <CAPyFy2BrjerTaAWCRY8S4eh2F=qg_HwgP0nCRdscF5wDM1XQ5w@mail.gmail.com> References: <201801261713.w0QHD0Up082894@repo.freebsd.org> <CAPyFy2BrjerTaAWCRY8S4eh2F=qg_HwgP0nCRdscF5wDM1XQ5w@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 26, 2018 at 2:05 PM, Ed Maste <emaste@freebsd.org> wrote: > On 26 January 2018 at 12:13, Warner Losh <imp@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfqv8ncf2S4=RM%2B=ZDPiA%2BNH%2BAQOmO391J_Tq3fw9=ci3g>