This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [AArch64] nosys.specs and printf


>>That's not doing anything other than setting errno to ENOSYS to indicate it's not available.
Yes the same as ARM.

So to sum up. We have several points:
1. ARM port doesn't warn user about missing _write(). While this
function is present in final ELF and does nothing.
2. AArch64 warns "warning: _write() is not implemented and will always
fail" while _write() it is present in ELF.
3. libnosys has inconsistent configuration against rdimon. It is
impossible to switch between rdimon.specs and nosys.specs.

Thoughts ?

Alex

On Wed, Sep 20, 2017 at 5:08 PM, Jon Beniston <jon@beniston.com> wrote:
>> Well at least _write is here:
>
> That's not doing anything other than setting errno to ENOSYS to indicate it's not available.
>
>



-- 
Best regards,
AF


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]