about summary refs log tree commit diff
path: root/arch/arm/src/find_exidx.c
Commit message (Collapse)AuthorAgeFilesLines
* move arm-specific translation units out of arch/arm/src, to src/*/armRich Felker2016-01-221-42/+0
| | | | | | | this is possible with the new build system that allows src/*/$(ARCH)/* files which do not shadow a file in the parent directory, and yields a more logical organization. eventually it will be possible to remove arch/*/src from the build system.
* add some ARM EABI-specific exception handling infrastructureRich Felker2013-07-101-0/+42
patch by Timo Teräs