https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60465
--- Comment #45 from Mike Frysinger <vapier at gcc dot gnu.org> --- Author: vapier Date: Tue Jan 19 23:15:12 2016 New Revision: 232595 URL: https://gcc.gnu.org/viewcvs?rev=232595&root=gcc&view=rev Log: ia64: don't use dynamic relocations for local symbols Backported from trunk for PR other/60465. Added: branches/gcc-4_9-branch/gcc/testsuite/gcc.target/ia64/pr60465-gprel64-c37.c branches/gcc-4_9-branch/gcc/testsuite/gcc.target/ia64/pr60465-gprel64.c Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/config/ia64/ia64.c branches/gcc-4_9-branch/gcc/config/ia64/predicates.md branches/gcc-4_9-branch/gcc/testsuite/ChangeLog