ld: don't use ia64 register name in expression of pr16322 test

"f1" is a register name on ia64, and hence gets warned upon when used
as expression value:

.../binutils/2.25/ld/testsuite/ld-elf/pr16322.s: Assembler messages:
.../binutils/2.25/ld/testsuite/ld-elf/pr16322.s:6: Warning: register value used as expression

Change the name (and "p1" at once, which is a register name too, albeit
not currently causing any immediate problem).

ld/testsuite/
2015-01-28  Jan Beulich  <jbeulich@suse.com>

	* ld-elf/pr16322.s (p1): Rename to px1.
	(f1): Rename to fx1.
This commit is contained in:
Jan Beulich 2015-01-28 10:04:51 +01:00 committed by Jan Beulich
parent dbd1e97e32
commit 61b86cb194
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2015-01-28 Jan Beulich <jbeulich@suse.com>
* ld-elf/pr16322.s (p1): Rename to px1.
(f1): Rename to fx1.
2015-01-28 Alan Modra <amodra@gmail.com>
* ld-powerpc/tocvar.d, * ld-powerpc/tocvar.s: New test.

View File

@ -1,6 +1,6 @@
.globl p1
.globl px1
.section .data.rel.ro,"aw",%progbits
.p2align 5
.type p1, %object
p1:
.dc.a f1
.type px1, %object
px1:
.dc.a fx1