aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/relocation-none-i686.test
blob: d8eed8f7a129a487fc4fcd649b4b8fb11d2569a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# RUN: yaml2obj %s -o %t.o
# RUN: ld.lld %t.o -o %t.out

# Test that we can handle R_386_NONE.

!ELF
FileHeader:
  Class:           ELFCLASS32
  Data:            ELFDATA2LSB
  Type:            ET_REL
  Machine:         EM_386
Sections:
  - Name:            .text
    Type:            SHT_PROGBITS
    Flags:           [ SHF_ALLOC ]
  - Name:            .rel.text
    Type:            SHT_RELA
    Link:            .symtab
    Info:            .text
    Relocations:
      - Offset:          0x0000000000000000
        Symbol:          ''
        Type:            R_386_NONE