| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Do some things to make -ffunction-sections work better. | Michael Sevakis | 2011-12-17 |
| | | | | | | | | | | | * Add wildcards to various sections placements a la *(".text") => "*(.text*)" * Remove hacky bits from those linker scripts (no problem encountered testing) * Change section for asm functions from .<section> to .<section>.<function> so that -ffunction-sections works for those asm file too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31337 a1c6a512-1295-4272-9138-f99709370657 | ||
| * | Remove atomic register bit manipulation functions from i.MX and s3c target ↵ | Michael Sevakis | 2010-06-30 |
| code and introduce generic functions for ARM (bitmod32, bitset32, and bitclr32). Multiprocessor support is possible but just not implemented at the moment, only interrupt lockout. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27188 a1c6a512-1295-4272-9138-f99709370657 | |||