On Wed, Aug 29, 2018 at 02:08:07PM -0700, Richard Henderson wrote:
> On 08/26/2018 02:18 PM, Stafford Horne wrote:
> > + .section .init
> > + .align 4
> > + .global _init
> > + .type _init,@function
> > +_init:
> > + l.sw-4(r1), r9
> > + l.addi r1,r1,-4
> > +
> > + .section .fi
On 08/26/2018 02:18 PM, Stafford Horne wrote:
> + .section .init
> + .align 4
> + .global _init
> + .type _init,@function
> +_init:
> + l.sw-4(r1), r9
> + l.addi r1,r1,-4
> +
> + .section .fini
> + .align 4
> + .global _fini
> + .type _fini,@functio