newlib-cygwin/newlib/libc/machine/powerpc
Matt Joyce f3b8138239 Add _REENT_ERRNO(ptr)
Add a _REENT_ERRNO() macro to encapsulate the access to the
_errno member of struct reent. This will help to replace the
structure member with a thread-local storage object in a follow
up patch.

Replace uses of __errno_r() with _REENT_ERRNO().  Keep __errno_r() macro for
potential users outside of Newlib.
2022-07-13 06:55:41 +02:00
..
machine hard float support for PowerPC taken from FreeBSD 2020-06-03 11:17:47 +02:00
sys hard float support for PowerPC taken from FreeBSD 2020-06-03 11:17:47 +02:00
Makefile.inc newlib: libc: merge build up a directory 2022-03-16 21:18:25 -04:00
acinclude.m4 newlib: libc: merge machine/ configure scripts up a level 2022-01-26 03:11:21 -05:00
atosfix16.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
atosfix32.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
atosfix64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
atoufix16.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
atoufix32.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
atoufix64.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
fix64.h 2003-09-09 Jeff Johnston <jjohnstn@redhat.com> 2003-09-09 22:53:27 +00:00
setjmp.S powerpc/setjmp: Improve RTEMS support 2022-01-11 09:15:03 +01:00
simdldtoa.c 2003-09-09 Jeff Johnston <jjohnstn@redhat.com> 2003-09-09 22:53:27 +00:00
strtosfix16.c Add _REENT_ERRNO(ptr) 2022-07-13 06:55:41 +02:00
strtosfix32.c Add _REENT_ERRNO(ptr) 2022-07-13 06:55:41 +02:00
strtosfix64.c Add _REENT_ERRNO(ptr) 2022-07-13 06:55:41 +02:00
strtoufix16.c Add _REENT_ERRNO(ptr) 2022-07-13 06:55:41 +02:00
strtoufix32.c Add _REENT_ERRNO(ptr) 2022-07-13 06:55:41 +02:00
strtoufix64.c Add _REENT_ERRNO(ptr) 2022-07-13 06:55:41 +02:00
ufix64toa.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
vec_calloc.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
vec_callocr.c newlib: powerpc: simplify reallocr & callocr build logic 2022-02-16 20:00:27 -05:00
vec_free.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
vec_malloc.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
vec_mallocr.c
vec_realloc.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
vec_reallocr.c newlib: powerpc: simplify reallocr & callocr build logic 2022-02-16 20:00:27 -05:00
vfprintf.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
vfscanf.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00