[PATCH RL78] Update crt0.S

DJ Delorie dj@redhat.com
Thu Oct 15 10:35:00 GMT 2015


> +        bz      $_bss_zero_done
> +        br      $1b
> 
> +_bss_zero_done:

Any reason to not do this?

	bnz $1b
_bss_zero_done:



More information about the Newlib mailing list