rockbox/lib
Huan Zhang fbe33e0728 Fix libmad compilation on MIPS with newer gcc. FS#12013
Since gcc 4.4 the MIPS port no longer recognizes the "h" asm constraint.
It was necessary to remove this constraint in order to avoid generating
unpredictable code sequences. We can achieve the same effect using
128-bit types.

See also:GCC 4.4 release notes at  http://gcc.gnu.org/gcc-4.4/

Change-Id: I713cdf57cde1a989ad960aa441ab1ccf51f1cdc6
2012-06-11 23:17:19 +02:00
..
arm_support build system: unify/simplify library handling a bit. 2012-03-26 22:27:40 +02:00
libsetjmp build system: unify/simplify library handling a bit. 2012-03-26 22:27:40 +02:00
rbcodec Fix libmad compilation on MIPS with newer gcc. FS#12013 2012-06-11 23:17:19 +02:00
skin_parser skin_engine: rework the parser to be closer to the langauge grammar. 2012-04-22 00:24:16 +10:00
tlsf tlsf: move to /lib (it's also used by plugins). 2012-03-28 23:02:39 +02:00
unwarminder unwarminder: fix data_abort_handler (wrong address to UIE) 2012-06-07 14:48:43 +02:00