newlib-cygwin/newlib/libc/machine/powerpc
Sebastian Huber 5c79aa4b22 powerpc/setjmp: Fix 64-bit buffer alignment
The rlwinm is a word-size instruction which clears the remaining 32 bits of a
64-bit register.  Use clrrdi in 64-bit configurations.
2022-11-10 16:05:17 +01: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: Fix 64-bit buffer alignment 2022-11-10 16:05:17 +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