Don't hardcode .got.plt into DATA_SEGMENT_RELRO_END evaluation
[platform/upstream/binutils.git] / ld / testsuite / ld-i386 / pcrel8.s
1  .text
2  .code16
3  .global _start, fwd
4 _start:
5         jcxz    fwd
6  .rept 10
7         testl $0x12345678, %ss:0x76543210(,%eax,4)
8  .endr
9 fwd:
10         leave
11         ret