summaryrefslogtreecommitdiff
path: root/firmware/lib/lib1funcs.S
Commit message (Collapse)AuthorAgeFilesLines
* eabi: Remove EABI functions to fix building with EABI toolchainsHolger Freyther2012-04-081-99/+0
| | | | | | | | | | | | | | | | | These symbols are not referenced on an arm-elf gcc 4.7, they are used when building with an arm-eabi gcc 4.7 and then cause linking issues. The linking to libgcc can not be omitted as the irq code is using ffs. Remove the EABI symbols. The alternative would be to declare the EABI as weak inside the lib1funcs. Link error: multiple definition of `__udivsi3' multiple definition of `__aeabi_uidiv' Exported symbols: nm lib/lib1funcs.o 00000000 t Ldiv0 00000010 T __div0
* move to new directorylaforge2006-09-121-0/+338
git-svn-id: https://svn.openpcd.org:2342/trunk@191 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
personal git repositories of Harald Welte. Your mileage may vary