aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/arm-icf-exidx.s
blob: cb801b7f242034479339d039ddaf58d9cf7c391a (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
24
25
26
27
28
29
30
31
// REQUIRES: arm
// RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t
// RUN: ld.lld %t -o %t2 --icf=all
// RUN: llvm-objdump -s -d -triple=armv7a-none-linux-gnueabi %t2 | FileCheck %s

 .syntax unified
 .section        .text.f,"axG",%progbits,f,comdat
f:
 .fnstart
 bx      lr
 .fnend

 .section        .text.g,"axG",%progbits,g,comdat
g:
 .fnstart
 bx      lr
 .fnend

 .section .text.h
 .global __aeabi_unwind_cpp_pr0
__aeabi_unwind_cpp_pr0:
 bx lr

// CHECK: Disassembly of section .text:
// CHECK-NEXT: f:
// CHECK-NEXT:    11000:        1e ff 2f e1     bx      lr
// CHECK: __aeabi_unwind_cpp_pr0:
// CHECK-NEXT:    11004:        1e ff 2f e1     bx      lr

// CHECK: Contents of section .ARM.exidx:
// CHECK-NEXT:  100d4 2c0f0000 b0b0b080 280f0000 01000000