newlib-cygwin/libgloss/arc
Sebastian Huber 2faeaf50fd Use global atexit data for all configurations
For the exit processing only members of _GLOBAL_REENT were used by default.  If
the _REENT_GLOBAL_ATEXIT option was enabled, then the data structures were
provided through dedicated global objects.  Make this option the default.
Remove the option.  Rename struct _reent members _atexit and _atexit0 to
_reserved_6 and _reserved_7, respectively.  Provide them only if
_REENT_BACKWARD_BINARY_COMPAT is defined.
2022-05-18 07:45:09 +02:00
..
Makefile.in libgloss: merge stub arch configure scripts up a level 2022-01-26 04:32:54 -05:00
crt0.S Use global atexit data for all configurations 2022-05-18 07:45:09 +02:00
gcrt0.S Add profile support. 2017-06-14 14:51:20 +02:00
libcfunc.c Add support for ARC to libgloss 2015-11-12 14:11:47 +01:00
mcount.c Add profile support. 2017-06-14 14:51:20 +02:00
nano.specs Fix libgloss/arc/nano.specs file. 2016-05-06 15:56:46 -04:00
nsim-syscall.h Add support for ARC to libgloss 2015-11-12 14:11:47 +01:00
nsim-syscalls.c Add support for ARC to libgloss 2015-11-12 14:11:47 +01:00
nsim.specs Fix libgloss arc nsim specs file. 2016-05-11 12:45:55 -04:00
sbrk.c Add support for ARC to libgloss 2015-11-12 14:11:47 +01:00