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

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/pe/peseh-x64.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
        .file   "t1.c"
 
2
        .text
 
3
        .p2align 4,,15
 
4
        .globl  foo
 
5
        .def    foo;    .scl    2;      .type   32;     .endef
 
6
        .seh_proc       foo
 
7
foo:
 
8
        subq    $8, %rsp
 
9
        .seh_stackalloc 8
 
10
        .seh_endprologue
 
11
        movl    $1, %eax
 
12
        addq    $8, %rsp
 
13
        ret
 
14
        .seh_endproc