]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 275415:
authorandrew <andrew@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 14 Dec 2014 17:38:43 +0000 (17:38 +0000)
committerandrew <andrew@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 14 Dec 2014 17:38:43 +0000 (17:38 +0000)
commitda879a0a6cf8cafd4f78420a938a9503399b5a7e
treeecb91e1c4b2e28226a3efe10183836cf0663eb09
parent677083c7d795a77efa749bc02b3b08531199ccb7
MFC 275415:

Allow the UAL APSR_nzcv format for the mrc and mrc2 instructions. The clang
integrated assembler only allows these forms so binutils will need to
support them.

Sponsored by: ABT Systems Ltd

MFC 275584:

Fix mrc and mrc2 with APSR_nzcv. Binutils encodes it internally as 0 where
we need it to be set to 15 for it to be equivalent to r15.

Sponsored by: ABT Systems Ltd

git-svn-id: svn://svn.freebsd.org/base/stable/10@275770 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/binutils/gas/config/tc-arm.c