~terry.guo/+junk/xbinutils

« back to all changes in this revision

Viewing changes to src/binutils/gold/testsuite/split_x86_64_3.s

  • Committer: Terry Guo
  • Date: 2012-09-05 06:50:40 UTC
  • Revision ID: terry.guo@arm.com-20120905065040-430c6mhm9b11a6r6
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# split_x86_64_3.s: x86_64 specific, adjustment failure
 
2
 
 
3
        .text
 
4
 
 
5
        .global fn1
 
6
        .type   fn1,@function
 
7
fn1:
 
8
        push    %rbp
 
9
        mov     %rsp,%rbp
 
10
        cmp     %fs:0x70,%rsp
 
11
        jae     1f
 
12
        callq   __morestack
 
13
        retq
 
14
1:
 
15
        callq   fn3
 
16
        leaveq
 
17
        retq
 
18
 
 
19
        .size   fn1,. - fn1
 
20
 
 
21
        .section        .note.GNU-stack,"",@progbits
 
22
        .section        .note.GNU-split-stack,"",@progbits