re PR target/79041 (aarch64 backend emits R_AARCH64_ADR_PREL_PG_HI21 relocation despi...
authorWilco Dijkstra <wdijkstr@arm.com>
Mon, 24 Jul 2017 18:06:37 +0000 (18:06 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Mon, 24 Jul 2017 18:06:37 +0000 (18:06 +0000)
commitd47d34bb22f756731475ea700d165f4d855d712f
tree8022ed66e237c03caf3f6178e0821d7d27350ecf
parent26bca0ed48bcbd292d08bb2e83276658d6ea5434
re PR target/79041 (aarch64 backend emits R_AARCH64_ADR_PREL_PG_HI21 relocation despite -mpc-relative-literal-loads option being used)

Fix PR79041

As described in PR79041, -mcmodel=large -mpc-relative-literal-loads
may be used to avoid generating ADRP/ADD or ADRP/LDR.  However both
trunk and GCC7 may still emit ADRP for some constant pool literals.
Fix this by adding a aarch64_pcrelative_literal_loads check.

gcc/
PR target/79041
* config/aarch64/aarch64.c (aarch64_classify_symbol):
Avoid SYMBOL_SMALL_ABSOLUTE for literals with pc-relative literals
gcc/testsuite/
* gcc.target/aarch64/pr79041-2.c: New test.

From-SVN: r250478
gcc/ChangeLog
gcc/config/aarch64/aarch64.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/pr79041-2.c [new file with mode: 0644]