Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | Fix BZ #18084 -- backtrace (..., 0) dumps core on x86. | Paul Pluzhnikov | 2015-08-15 | 1 | -1/+1 |
| | | | | Other architectures also had bugs, or did unnecessary work. | ||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 2013-02-13 | 1 | -5/+4 |
| | |||||
* | Remove BOUNDED_N and BOUNDED_1. | Joseph Myers | 2013-02-01 | 1 | -3/+0 |
| | |||||
* | Use libgcc unwinder for sparc backtraces, if available. | David S. Miller | 2013-01-21 | 1 | -0/+163 |
* sysdeps/sparc/backtrace.c: New file. * sysdeps/sparc/sparc32/backtrace.h: New file. * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file. * sysdeps/sparc/sparc64/backtrace.h: New file. * sysdeps/sparc/sparc64/backtrace.c: Delete. * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add -funwind-tables. |