Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-22 | move arm-specific translation units out of arch/arm/src, to src/*/arm | Rich Felker | 1 | -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. | |||||
2013-07-10 | add some ARM EABI-specific exception handling infrastructure | Rich Felker | 1 | -0/+42 | |
patch by Timo Teräs |