From cf3cdbf8b3cda61a619299e7966a83df66244036 Mon Sep 17 00:00:00 2001 From: Jing Yu Date: Tue, 20 Dec 2011 10:27:58 -0800 Subject: Add binutils-2.21. Use --enable-gold=default for dual linker support. Change-Id: Id1a744c7db58a0b5e7a3be174cdfa875f2f86e49 --- binutils-2.21/ld/testsuite/ld-ia64/merge1.s | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 binutils-2.21/ld/testsuite/ld-ia64/merge1.s (limited to 'binutils-2.21/ld/testsuite/ld-ia64/merge1.s') diff --git a/binutils-2.21/ld/testsuite/ld-ia64/merge1.s b/binutils-2.21/ld/testsuite/ld-ia64/merge1.s new file mode 100644 index 0000000..8998db4 --- /dev/null +++ b/binutils-2.21/ld/testsuite/ld-ia64/merge1.s @@ -0,0 +1,12 @@ + .section .rodata.str1.8,"aMS", 1 +.LC1: .string "foo" +.LC2: .string "foo" + .section .data.rel.local,"aw" + .quad .LC2 + .section .rodata,"a" +.LC3: .string "bar" + .balign 8 + .space 0x400000 + .text + addl r12=@ltoffx(.LC1),r1 ;; + addl r12=@ltoffx(.LC3),r1 ;; -- cgit v1.1