1 ## Show that llvm-objdump can dump dynamic relocations for Elf_Rel relocations
2 ## where the relocation references a symbol and where it does not.
4 # RUN: yaml2obj %s -o %t
5 # RUN: llvm-objdump --dynamic-reloc %t | FileCheck %s
6 # RUN: llvm-objdump -R %t | FileCheck %s
8 # CHECK: DYNAMIC RELOCATION RECORDS
9 # CHECK-NEXT: 00000030 R_386_RELATIVE *ABS*
10 # CHECK-NEXT: 00000010 R_386_NONE foo
57 Flags: [ SHF_WRITE, SHF_ALLOC ]