aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/plt.s
blob: 92d03b1d17306af748579590d782036022973cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | elf-dump  | FileCheck %s

// Test that this produces a R_X86_64_PLT32.

	jmp	foo@PLT

// CHECK:      ('_relocations', [
// CHECK-NEXT:   # Relocation 0x0
// CHECK-NEXT:    (('r_offset',
// CHECK-NEXT:     ('r_sym',
// CHECK-NEXT:     ('r_type', 0x4)
// CHECK-NEXT:     ('r_addend',
// CHECK-NEXT:    ),
// CHECK-NEXT:   ])