Re:[PATCH] RISC-V: Do not use _init/_fini
Alexander Fedotov <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAN8C2Cr+tMv89LAtMfbSQMAN1OhcY3oSmi0uPw0S_CctGD_LDA@mail.gmail.com> |
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