On Tue, Apr 21, 2020 at 7:28 AM <mho...@freebsd.org> wrote: > > From: Mitchell Horne <mho...@freebsd.org> > > On MIPS, __start marks the entry point to the CONFIG_API demo program. > Change the name to _start, to be consistent with all other > architectures. > > Signed-off-by: Mitchell Horne <mho...@freebsd.org> > --- > examples/api/crt0.S | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>