gcc-4.4.4: Use CP15 register for TLS access on armv7-a.
authorKhem Raj <raj.khem@gmail.com>
Fri, 9 Jul 2010 22:14:45 +0000 (15:14 -0700)
committerKhem Raj <raj.khem@gmail.com>
Fri, 9 Jul 2010 22:15:50 +0000 (15:15 -0700)
commit5e067562e2acfd3c3d3313494ad0495492738de3
treed0789cd72b14ff5e845b7c71c361cf977f1e67f4
parent86119e5c44ca93b93cf000a3d74a07cbea7d8c01
gcc-4.4.4: Use CP15 register for TLS access on armv7-a.

* ARMv7 was using -mtp=soft where as the CP15 register for TLS
  is available and should be used. This should improve the performance
  of TLS access.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-4.4.4.inc
recipes/gcc/gcc-4.4.4/gcc-arm-cp15-tpreg-for-TLS.patch [new file with mode: 0644]