OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gold/] [testsuite/] [split_i386_2.s] - Diff between revs 816 and 818

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 816 Rev 818
# split_i386_2.s: i386 specific, -fsplit-stack calling non-split
# split_i386_2.s: i386 specific, -fsplit-stack calling non-split
 
 
        .text
        .text
 
 
        .global fn1
        .global fn1
        .type   fn1,@function
        .type   fn1,@function
fn1:
fn1:
        cmp     %gs:0x30,%esp
        cmp     %gs:0x30,%esp
        jae     1f
        jae     1f
        call    __morestack
        call    __morestack
        ret
        ret
1:
1:
        call    fn3
        call    fn3
        ret
        ret
 
 
        .size   fn1,. - fn1
        .size   fn1,. - fn1
 
 
        .global fn2
        .global fn2
        .type   fn2,@function
        .type   fn2,@function
fn2:
fn2:
        lea     -0x200(%esp),%ecx
        lea     -0x200(%esp),%ecx
        cmp     %gs:0x30,%ecx
        cmp     %gs:0x30,%ecx
        jae     1f
        jae     1f
        call    __morestack
        call    __morestack
        ret
        ret
1:
1:
        call    fn3
        call    fn3
        ret
        ret
 
 
        .size   fn2,. - fn2
        .size   fn2,. - fn2
 
 
        .section        .note.GNU-stack,"",@progbits
        .section        .note.GNU-stack,"",@progbits
        .section        .note.GNU-split-stack,"",@progbits
        .section        .note.GNU-split-stack,"",@progbits
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.