Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(470)

Side by Side Diff: gcc/gcc/testsuite/gcc.target/i386/cold-attribute-4.s

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 .file "cold-attribute-4.c"
2 .text
3 .p2align 4,,15
4 .globl t
5 .type t, @function
6 t:
7 .LFB14:
8 movl $-1, %eax
9 ret
10 .LFE14:
11 .size t, .-t
12 .section .eh_frame,"a",@progbits
13 .Lframe1:
14 .long .LECIE1-.LSCIE1
15 .LSCIE1:
16 .long 0x0
17 .byte 0x1
18 .string "zR"
19 .uleb128 0x1
20 .sleb128 -8
21 .byte 0x10
22 .uleb128 0x1
23 .byte 0x3
24 .byte 0xc
25 .uleb128 0x7
26 .uleb128 0x8
27 .byte 0x90
28 .uleb128 0x1
29 .align 8
30 .LECIE1:
31 .LSFDE1:
32 .long .LEFDE1-.LASFDE1
33 .LASFDE1:
34 .long .LASFDE1-.Lframe1
35 .long .LFB14
36 .long .LFE14-.LFB14
37 .uleb128 0x0
38 .align 8
39 .LEFDE1:
40 .ident "GCC: (GNU) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)"
41 .section .note.GNU-stack,"",@progbits
OLDNEW
« no previous file with comments | « gcc/gcc/testsuite/gcc.target/i386/avx-vcmpps-256-1.c ('k') | gcc/gcc/testsuite/gcc.target/i386/fpcvt-1.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698