aboutsummaryrefslogblamecommitdiff
path: root/test/ELF/aarch64-condb-reloc.s
blob: 23c16c2db89887ac2dd170c4fbc3ab51bf673c6b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                                   



                                  
                   


                                  
                   

                                  
                     


                                        








                                  

                                







                                           


                                                 




                                        



                                
                


                                
                

                                
                  


                                     

                                       
                                                      
                                             





                                                
                                             


                                                
                                             


                                                
                                             


                                                





             
# RUN: llvm-mc -filetype=obj -triple=aarch64-unknown-freebsd %p/Inputs/aarch64-condb-reloc.s -o %t1
# RUN: llvm-mc -filetype=obj -triple=aarch64-unknown-freebsd %s -o %t2
# RUN: ld.lld %t1 %t2 -o %t
# RUN: llvm-objdump -d %t | FileCheck %s
# RUN: ld.lld -shared %t1 %t2 -o %t3
# RUN: llvm-objdump -d %t3 | FileCheck -check-prefix=DSO %s
# RUN: llvm-readobj -s -r %t3 | FileCheck -check-prefix=DSOREL %s
# REQUIRES: aarch64

# 0x11024 - 36 = 0x11000
# 0x11028 - 24 = 0x11010
# 0x1102c - 16 = 0x1101c
# CHECK:      Disassembly of section .text:
# CHECK-NEXT: _foo:
# CHECK-NEXT:    20000: {{.*}} nop
# CHECK-NEXT:    20004: {{.*}} nop
# CHECK-NEXT:    20008: {{.*}} nop
# CHECK-NEXT:    2000c: {{.*}} nop
# CHECK:      _bar:
# CHECK-NEXT:    20010: {{.*}} nop
# CHECK-NEXT:    20014: {{.*}} nop
# CHECK-NEXT:    20018: {{.*}} nop
# CHECK:      _dah:
# CHECK-NEXT:    2001c: {{.*}} nop
# CHECK-NEXT:    20020: {{.*}} nop
# CHECK:      _start:
# CHECK-NEXT:    20024: {{.*}} b.eq #-36
# CHECK-NEXT:    20028: {{.*}} b.eq #-24
# CHECK-NEXT:    2002c: {{.*}} b.eq #-16

#DSOREL:      Section {
#DSOREL:        Index:
#DSOREL:        Name: .got.plt
#DSOREL-NEXT:   Type: SHT_PROGBITS
#DSOREL-NEXT:   Flags [
#DSOREL-NEXT:     SHF_ALLOC
#DSOREL-NEXT:     SHF_WRITE
#DSOREL-NEXT:   ]
#DSOREL-NEXT:   Address: 0x20000
#DSOREL-NEXT:   Offset: 0x20000
#DSOREL-NEXT:   Size: 48
#DSOREL-NEXT:   Link: 0
#DSOREL-NEXT:   Info: 0
#DSOREL-NEXT:   AddressAlignment: 8
#DSOREL-NEXT:   EntrySize: 0
#DSOREL-NEXT:  }
#DSOREL:      Relocations [
#DSOREL-NEXT:  Section ({{.*}}) .rela.plt {
#DSOREL-NEXT:    0x20018 R_AARCH64_JUMP_SLOT _foo
#DSOREL-NEXT:    0x20020 R_AARCH64_JUMP_SLOT _bar
#DSOREL-NEXT:    0x20028 R_AARCH64_JUMP_SLOT _dah
#DSOREL-NEXT:  }
#DSOREL-NEXT:]

#DSO:      Disassembly of section .text:
#DSO-NEXT: _foo:
#DSO-NEXT:     10000: {{.*}} nop
#DSO-NEXT:     10004: {{.*}} nop
#DSO-NEXT:     10008: {{.*}} nop
#DSO-NEXT:     1000c: {{.*}} nop
#DSO:      _bar:
#DSO-NEXT:     10010: {{.*}} nop
#DSO-NEXT:     10014: {{.*}} nop
#DSO-NEXT:     10018: {{.*}} nop
#DSO:      _dah:
#DSO-NEXT:     1001c: {{.*}} nop
#DSO-NEXT:     10020: {{.*}} nop
#DSO:      _start:
#DSO-NEXT:     10024: {{.*}} b.eq #44
#DSO-NEXT:     10028: {{.*}} b.eq #56
#DSO-NEXT:     1002c: {{.*}} b.eq #68
#DSO-NEXT: Disassembly of section .plt:
#DSO-NEXT: .plt:
#DSO-NEXT:     10030: {{.*}} stp x16, x30, [sp, #-16]!
#DSO-NEXT:     10034: {{.*}} adrp x16, #65536
#DSO-NEXT:     10038: {{.*}} ldr x17, [x16, #16]
#DSO-NEXT:     1003c: {{.*}} add x16, x16, #16
#DSO-NEXT:     10040: {{.*}} br x17
#DSO-NEXT:     10044: {{.*}} nop
#DSO-NEXT:     10048: {{.*}} nop
#DSO-NEXT:     1004c: {{.*}} nop
#DSO-NEXT:     10050: {{.*}} adrp x16, #65536
#DSO-NEXT:     10054: {{.*}} ldr x17, [x16, #24]
#DSO-NEXT:     10058: {{.*}} add x16, x16, #24
#DSO-NEXT:     1005c: {{.*}} br x17
#DSO-NEXT:     10060: {{.*}} adrp x16, #65536
#DSO-NEXT:     10064: {{.*}} ldr x17, [x16, #32]
#DSO-NEXT:     10068: {{.*}} add x16, x16, #32
#DSO-NEXT:     1006c: {{.*}} br x17
#DSO-NEXT:     10070: {{.*}} adrp x16, #65536
#DSO-NEXT:     10074: {{.*}} ldr x17, [x16, #40]
#DSO-NEXT:     10078: {{.*}} add x16, x16, #40
#DSO-NEXT:     1007c: {{.*}} br x17

.globl _start
_start:
 b.eq _foo
 b.eq _bar
 b.eq _dah