mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
4bbcb6a682
This reverts commit r222760. It changed our behaviour on PIC so we don't match gas anymore. It also included lots of unnecessary changes to tests. If those changes are desirable, there should be an independent discussion as they are out of scope for that patch. I will recommit the other bits. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222896 91177308-0d34-0410-b5e6-96231b3b80d8
34 lines
1.0 KiB
ArmAsm
34 lines
1.0 KiB
ArmAsm
// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -s -sd | FileCheck %s
|
|
|
|
f:
|
|
.cfi_startproc
|
|
.cfi_signal_frame
|
|
.cfi_endproc
|
|
|
|
g:
|
|
.cfi_startproc
|
|
.cfi_endproc
|
|
|
|
// CHECK: Section {
|
|
// CHECK: Name: .eh_frame
|
|
// CHECK-NEXT: Type: SHT_PROGBITS
|
|
// CHECK-NEXT: Flags [
|
|
// CHECK-NEXT: SHF_ALLOC
|
|
// CHECK-NEXT: ]
|
|
// CHECK-NEXT: Address: 0x0
|
|
// CHECK-NEXT: Offset: 0x40
|
|
// CHECK-NEXT: Size: 88
|
|
// CHECK-NEXT: Link: 0
|
|
// CHECK-NEXT: Info: 0
|
|
// CHECK-NEXT: AddressAlignment: 8
|
|
// CHECK-NEXT: EntrySize: 0
|
|
// CHECK-NEXT: SectionData (
|
|
// CHECK-NEXT: 0000: 14000000 00000000 037A5253 00017810
|
|
// CHECK-NEXT: 0010: 011B0C07 08900100 10000000 1C000000
|
|
// CHECK-NEXT: 0020: 00000000 00000000 00000000 14000000
|
|
// CHECK-NEXT: 0030: 00000000 037A5200 01781001 1B0C0708
|
|
// CHECK-NEXT: 0040: 90010000 10000000 1C000000 00000000
|
|
// CHECK-NEXT: 0050: 00000000 00000000
|
|
// CHECK-NEXT: )
|
|
// CHECK-NEXT: }
|