commit | 1f52d89f2b4b5ca8dde7aa1be02bb1c658e0aa13 | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas.devel@googlemail.com> | Wed Dec 01 00:58:35 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Dec 09 11:01:15 2010 +0100 |
tree | ab6baf9b1912ae1f9702529bce1d213be74ed860 | |
parent | a1a47d3c57e3bc3c49bc1eca94c00eba4880d2c3 [diff] |
arm: fixloop(): do not use r8 for relocation r8 is used for global_data and should therefore be left alone! For C code the compiler flag --fixed-r8 does the job, but in assembler we need to be aware of that fact. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>