suppress sh assembler rejection of instructions based on isa level
authorRich Felker <dalias@aerifal.cx>
Thu, 15 Oct 2015 21:21:07 +0000 (17:21 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 15 Oct 2015 21:21:07 +0000 (17:21 -0400)
commit797899802d5623a6ec05663c997a30e03dc27421
tree63f2c0828ae4599a940bc12e90ce17554eef9b02
parent92637bb0d8f13940aebd2a8116cc935c3e7d8266
suppress sh assembler rejection of instructions based on isa level

we need access to all instructions in order for runtime selection of
atomic model to work correctly. without this patch, some versions of
gcc instruct gas to reject instructions outside the target isa level.
configure