From 7c48b06930eef41207b15581cf6a8fe7e95f94ef Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 4 Oct 2010 15:28:43 +0000 Subject: Correctly compute the relocation when it is not in the first fragment. llvm-svn: 115506 --- llvm/test/MC/ELF/pic-diff.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/test/MC/ELF/pic-diff.s') diff --git a/llvm/test/MC/ELF/pic-diff.s b/llvm/test/MC/ELF/pic-diff.s index 155754717a3..099ae1f0ad6 100644 --- a/llvm/test/MC/ELF/pic-diff.s +++ b/llvm/test/MC/ELF/pic-diff.s @@ -19,7 +19,8 @@ // CHECK-NEXT: ), // CHECK-NEXT: ]) -.zero 4 +.zero 1 +.align 4 foo: .zero 8 .long baz - foo -- cgit v1.2.3