commit | 8838101183bba239f100b0cfe31d9ebbfc2f1bd4 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Apr 04 09:43:33 2011 +0200 |
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | Mon Apr 04 09:43:33 2011 +0200 |
tree | 8a9e7313c1b5ede3ea9b6dfc86e327187549dca3 | |
parent | a2fc8485f838ccd2ce5db690f81ac086489a9e7e [diff] |
[S390] compile fix for latest binutils The latest binutils won't accept the stfl instruction with march=g5 which is the correct behaviour. Unfortunately head.S is assembled with -march=g5 even if the target cpu is z900 or later. To get 31-bit kernels compiled again the easiest fix is to use the .insn notation for the stfl instruction in head.S. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>