aboutsummaryrefslogtreecommitdiff
path: root/libgloss/epiphany/crt0.S
AgeCommit message (Collapse)AuthorFilesLines
2023-03-08libgloss/epiphany: Fix move instruction in crt0.SSebastian Huber1-1/+1
This patch relates to bug report: https://sourceware.org/bugzilla/show_bug.cgi?id=30212
2022-05-18Use global atexit data for all configurationsSebastian Huber1-15/+11
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.
2012-02-212012-02-21 Jeremy Bennett <jeremy.bennett@embecosm.com>Jeff Johnston1-0/+166
Alan Lehotsky <apl@alum.mit.edu> Joern Rennecke <joern.rennecke@embecosm.com> * configure.in: Add Epiphany support. * configure: Regenerate. * epiphany: New directory. * libgloss/README: Add Epiphany entry.