commit | 318cea18f2b08145c09114ee0750830ddf108a2a | [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 | 007b38f01db3a910b573f1c09696b66fd71f3627 [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>