~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/ld/testsuite/ld-pe/cfia.s

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 .globl _mainCRTStartup
 
2
 .globl _start
 
3
 .text
 
4
_mainCRTStartup:
 
5
mainCRTStartup:
 
6
_start:
 
7
start:
 
8
 .long -1
 
9
 
 
10
 .cfi_sections  .debug_frame
 
11
 .section .text$abc,"x"
 
12
 .linkonce discard
 
13
 .align 2
 
14
 .globl _tst
 
15
 .def _tst; .scl 2; .type 32; .endef
 
16
_tst:
 
17
 .cfi_startproc
 
18
 .long 0
 
19
 .cfi_def_cfa_offset 16
 
20
 .cfi_offset 6, -16
 
21
 .long 1
 
22
 .cfi_def_cfa 7, 8
 
23
 .cfi_restore 6
 
24
 .long 2
 
25
 .cfi_endproc
 
26