Re: [PATCH] Support __int20__ type in _intsup.h
Jeff Johnston <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAOox84vMEnVhC6BCR0--CWBd9+PcFvwK81jG_xqxWzDAuZHoDg@mail.gmail.com> |
Patch applied. -- Jeff J. On Tue, Jun 25, 2019 at 7:05 AM Jozef Lawrynowicz <[email protected]> wrote: > A new patch to GCC (r272640) modifies the MSP430 target to use "__int20__" > for > PTRDIFF_TYPE (and therefore INTPTR_TYPE) instead of "__int20". > > To support the calculation of pointer size in > newlib/libc/include/sys/_intsup.h, definitions for __int20__ need to be > added. > > Patch is attached. > > If the patch is acceptable I would appreciate if someone would commit it > for > me, as I do not have write access. > > Thanks, > Jozef >