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

Side by Side Diff: binutils/gas/testsuite/gas/i386/intelpic.s

Issue 3018030: [binutils] Bump binutils to 2.20.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
« no previous file with comments | « binutils/gas/testsuite/gas/i386/intelpic.d ('k') | binutils/gas/testsuite/gas/pe/pe.exp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .text 1 .text
2 .intel_syntax noprefix 2 .intel_syntax noprefix
3 3
4 gs_foo: 4 gs_foo:
5 ret 5 ret
6 6
7 bar: 7 bar:
8 lea eax, .LC0@GOTOFF[ebx] 8 lea eax, .LC0@GOTOFF[ebx]
9 mov eax, DWORD PTR gs_foo@GOT[ebx] 9 mov eax, DWORD PTR gs_foo@GOT[ebx]
10 nop 10
11 .p2align 4,0 11 .L11:
12 jmp DWORD PTR[ .L11 + eax * 4 ]
13 .LC0:
14 lea eax, DWORD PTR[ .LC0@GOTOFF + ebx ]
15 jmp DWORD PTR[ .L11 + eax * 4 + 0x1000 ]
16 jmp DWORD PTR[ .L12 + eax * 4 + 0x1000 ]
17 .L12:
18 » nop
19 L11:
20 jmp DWORD PTR[ L11 + eax * 4 + 0x1000 ]
21 jmp DWORD PTR[ L12 + eax * 4 + 0x1000 ]
22 L12:
23 » nop
OLDNEW
« no previous file with comments | « binutils/gas/testsuite/gas/i386/intelpic.d ('k') | binutils/gas/testsuite/gas/pe/pe.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698