Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-08 | libgloss/epiphany: Fix move instruction in crt0.S | Sebastian Huber | 1 | -1/+1 | |
This patch relates to bug report: https://sourceware.org/bugzilla/show_bug.cgi?id=30212 | |||||
2022-05-18 | Use global atexit data for all configurations | Sebastian Huber | 1 | -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-21 | 2012-02-21 Jeremy Bennett <jeremy.bennett@embecosm.com> | Jeff Johnston | 1 | -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. |