[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/12698] fails to build with march=all on arm
From: |
zhenqiang.chen at linaro dot org |
Subject: |
[Bug gas/12698] fails to build with march=all on arm |
Date: |
Tue, 05 Jun 2012 07:11:05 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=12698
zhenqiang.chen at linaro dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |zhenqiang.chen at linaro
| |dot org
Resolution|FIXED |
--- Comment #4 from zhenqiang.chen at linaro dot org 2012-06-05 07:11:05 UTC ---
The attached case is from kernel. We still get fail:
head2.s: Assembler messages:
head2.s:60: Error: selected processor does not support requested special
purpose register -- `mrs r2,cpsr'
head2.s:67: Error: selected processor does not support requested special
purpose register -- `mrs r2,cpsr'
head2.s:69: Error: selected processor does not support requested special
purpose register -- `msr cpsr_c,r2'
The fault occurs in 2.22 and current trunk.
To reproduce it:
arm-linux-gnueabi-as --gdwarf2 -EL -march=armv7-a -mfloat-abi=soft
-mfpu=vfpv3-d16 -meabi=5 -mimplicit-it=always -mno-warn-deprecated -mthumb
-march=all -o head.o head2.s
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.