mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
* 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
|
||
|---|---|---|
| .. | ||
| cowond2 | ||
| adc-tcc780x.c | ||
| app.lds | ||
| ata-nand-target.h | ||
| boot.lds | ||
| crt0.S | ||
| debug-target.h | ||
| debug-tcc780x.c | ||
| kernel-tcc780x.c | ||
| sd-tcc780x.c | ||
| system-target.h | ||
| system-tcc780x.c | ||
| timer-tcc780x.c | ||