[AArch64] Fix SYMBOL_REF symbol classification.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Thu, 6 Feb 2014 10:17:18 +0000 (10:17 +0000)
committerMarcus Shawcroft <mshawcroft@gcc.gnu.org>
Thu, 6 Feb 2014 10:17:18 +0000 (10:17 +0000)
commit4a985a3778e38b8a9fc169f238069303a047c236
treea64e00f3ae804ac12d8c364f39731a1ce0e62046
parent8c7ff9a02dd04ebb5907bf972d532bff88045202
[AArch64] Fix SYMBOL_REF symbol classification.

The symbol classification logic in correctly classifies all
SYMBOL_REF's as SYMBOL_FORCE_TO_MEM, the intention of the code is to
catch only the large memory model case.

From-SVN: r207544
gcc/ChangeLog
gcc/config/aarch64/aarch64.c