This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re:[PATCH] RISC-V: Do not use _init/_fini
- From: Alexander Fedotov <alfedotov at gmail dot com>
- To: newlib at sourceware dot org, sebastian dot huber at embedded-brains dot de
- Cc: jimw at sifive dot com
- Date: Fri, 27 Jul 2018 12:15:29 +0300
- Subject: Re:[PATCH] RISC-V: Do not use _init/_fini
Hi
I suggest to define _MISC_NO_INIT_FINI for __PPC__ too.
If I recall correctly, PPC doens't have _init and _fini as well and
uses it's own __init and __fini instead.
Alex