svn commit: r328437 - in head/stand: i386/gptboot libsa

Warner Losh imp at bsdimp.com
Fri Jan 26 22:08:43 UTC 2018


On Fri, Jan 26, 2018 at 2:05 PM, Ed Maste <emaste at freebsd.org> wrote:

> On 26 January 2018 at 12:13, Warner Losh <imp at 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


More information about the svn-src-all mailing list