aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/linkerscript/non-absolute2.s
blob: 97c34d31a912556e64a7a2832b50d3a8df29f420 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t1.o
# RUN: echo "SECTIONS { A = . + 0x1; . += 0x1000; }" > %t.script
# RUN: ld.lld -shared %t1.o --script %t.script -o %t
# RUN: llvm-objdump -section-headers -t %t | FileCheck %s

# CHECK:       Sections:
# CHECK-NEXT:   Idx Name          Size      Address
# CHECK-NEXT:    0               00000000 0000000000000000
# CHECK-NEXT:    1 .text         00000000 0000000000001000

# CHECK: 0000000000000001         .text            00000000 A