blob: d3aea1d7fa5b06088142a6fff34ff8e3ccabc047 [file] [log] [blame]
; RUN: %MCLinker -z relro -march=x86 -mtriple=x86-linux-gnu \
; RUN: %p/../libs/X86/Linux/crt1.o %p/../libs/X86/Linux/crti.o \
; RUN: %p/main_empty.o %p/../libs/X86/Linux/libc_nonshared.a \
; RUN: %p/../libs/X86/Linux/crtn.o \
; RUN: %p/../libs/X86/Linux/libc.so.6 -o %t.out
; RUN: readelf -s %t.out | grep __init_array_start | grep ABS
; RUN: readelf -s %t.out | grep __init_array_end | grep ABS