This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
RE: [AArch64] use stack symbol provided by linker for nosys
- From: Tamar Christina <Tamar dot Christina at arm dot com>
- To: Szabolcs Nagy <Szabolcs dot Nagy at arm dot com>, Alexander Fedotov <alfedotov at gmail dot com>, "newlib at sourceware dot org" <newlib at sourceware dot org>
- Cc: nd <nd at arm dot com>
- Date: Tue, 15 Aug 2017 12:46:03 +0000
- Subject: RE: [AArch64] use stack symbol provided by linker for nosys
- Authentication-results: sourceware.org; auth=none
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=Tamar dot Christina at arm dot com;
- Nodisclaimer: True
- References: <CAN8C2CqMiUz+oEvj83E6ZimN1d9UxX5WxrpiaqxC-geK9HTtkQ@mail.gmail.com> <5992C48D.4060007@arm.com>
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
> > diff --git a/libgloss/aarch64/crt0.S b/libgloss/aarch64/crt0.S index
> > 3bf0278..0c669d9 100644
> > --- a/libgloss/aarch64/crt0.S
> > +++ b/libgloss/aarch64/crt0.S
> > @@ -83,7 +83,7 @@
> > FUNC_START _start
> >
> > /* Start by setting up a stack */
> > -
> > +#ifdef ARM_RDI_MONITOR
>
> i think this should match
>
> ...
> > +#ifdef ARM_RDP_MONITOR
We don't define ARM_RDP_MONITOR in AArch64, so this should be ARM_RDI_MONITOR.
>
> this.
>
> > .LC0:
> > GEN_DWORD HeapBase