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

Side by Side Diff: third_party/yasm/patched-yasm/modules/objfmts/coff/tests/x86id.asm

Issue 11365061: Update Yasm to 1.2.0 (Yasm Part 3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month 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
1 ; Generated from x86id.c by GCC 3.2.3 with -O -S -I. -masm=intel. 1 ; Generated from x86id.c by GCC 3.2.3 with -O -S -I. -masm=intel.
2 ; Many changes made to make nasm-syntax compatible. 2 ; Many changes made to make nasm-syntax compatible.
3 3
4 ;.file "x86id.c" 4 ;.file "x86id.c"
5 ;#APP 5 ;#APP
6 » ;.ident»"$Id: x86id.asm 1137 2004-09-04 01:24:57Z peter $" 6 » ;.ident»"$Id$"
7 ;#NO_APP 7 ;#NO_APP
8 extern yasm_internal_error_ 8 extern yasm_internal_error_
9 extern yasm_expr_copy 9 extern yasm_expr_copy
10 extern yasm_expr_expr 10 extern yasm_expr_expr
11 extern yasm_expr_new 11 extern yasm_expr_new
12 extern yasm_symrec_define_label 12 extern yasm_symrec_define_label
13 extern yasm_x86_LTX_mode_bits 13 extern yasm_x86_LTX_mode_bits
14 extern yasm_x86__bc_new_jmp 14 extern yasm_x86__bc_new_jmp
15 extern yasm_ea_get_disp 15 extern yasm_ea_get_disp
16 extern yasm_expr__contains 16 extern yasm_expr__contains
(...skipping 26106 matching lines...) Expand 10 before | Expand all | Expand 10 after
26123 .L926: 26123 .L926:
26124 lea esp, [ebp-12] 26124 lea esp, [ebp-12]
26125 pop ebx 26125 pop ebx
26126 pop esi 26126 pop esi
26127 pop edi 26127 pop edi
26128 leave 26128 leave
26129 ret 26129 ret
26130 .Lfe4: 26130 .Lfe4:
26131 ;.size yasm_x86__parse_check_id,.Lfe4-yasm_x86__parse_check_id 26131 ;.size yasm_x86__parse_check_id,.Lfe4-yasm_x86__parse_check_id
26132 ;.ident "GCC: (GNU) 3.2.3" 26132 ;.ident "GCC: (GNU) 3.2.3"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698