[ELF] Make section member orders consistent
[llvm-project.git] / lld / test / ELF / relocation-relative-synthetic.s
blob16feaa503f19e28b2c9e700265f92fdede50edee
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3 # RUN: ld.lld %t.o -o %t -pie
4 # RUN: llvm-readobj --dyn-relocations %t | FileCheck %s
6 # CHECK: Dynamic Relocations {
7 # CHECK-NEXT: }
9 .globl _start
10 _start:
11 call __init_array_start@PLT