This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [PATCH RL78] Update crt0.S
- From: DJ Delorie <dj at redhat dot com>
- To: Kaushik Phatak <Kaushik dot Phatak at kpit dot com>
- Cc: newlib at sourceware dot org
- Date: Wed, 14 Oct 2015 14:09:07 -0400
- Subject: Re: [PATCH RL78] Update crt0.S
- Authentication-results: sourceware.org; auth=none
- References: <HK2PR03MB13807B07389C97EABDA1CA74FC3F0 at HK2PR03MB1380 dot apcprd03 dot prod dot outlook dot com>
> + bz $_bss_zero_done
> + br $1b
>
> +_bss_zero_done:
Any reason to not do this?
bnz $1b
_bss_zero_done: