Adding ld_literal_type.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Wed, 18 Feb 2015 18:10:27 +0000 (18:10 +0000)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Thu, 26 Feb 2015 22:23:09 +0000 (22:23 +0000)
commit74ad790c76cf890fc7f42d6dd5a4cebfde5cc0db
treeef567740684ffc273bbc6b3cea9ac14de4e78c48
parent27228ca23e80c31ecbf3da261224b1d2ece4be83
Adding ld_literal_type.

Extend the address modifier parsing to distinguish between the
modifers used in LDR literal and LDR register offset address modes.

The current parser incorrectly accepts the :got: modifier on a
register offset instruction resulting in silent corruption of the
output binary.
gas/ChangeLog
gas/config/tc-aarch64.c