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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binutils/gas/testsuite/gas/i386/intelpic.s
diff --git a/binutils/gas/testsuite/gas/i386/intelpic.s b/binutils/gas/testsuite/gas/i386/intelpic.s
index 2e7586437ef2f9dfd43958bf826c37124da7d29a..b8db43db20050c64c63b729c4e544898fb8dd3dd 100644
--- a/binutils/gas/testsuite/gas/i386/intelpic.s
+++ b/binutils/gas/testsuite/gas/i386/intelpic.s
@@ -7,5 +7,17 @@ gs_foo:
bar:
lea eax, .LC0@GOTOFF[ebx]
mov eax, DWORD PTR gs_foo@GOT[ebx]
- nop
-.p2align 4,0
+
+.L11:
+ jmp DWORD PTR[ .L11 + eax * 4 ]
+.LC0:
+ lea eax, DWORD PTR[ .LC0@GOTOFF + ebx ]
+ jmp DWORD PTR[ .L11 + eax * 4 + 0x1000 ]
+ jmp DWORD PTR[ .L12 + eax * 4 + 0x1000 ]
+.L12:
+ nop
+L11:
+ jmp DWORD PTR[ L11 + eax * 4 + 0x1000 ]
+ jmp DWORD PTR[ L12 + eax * 4 + 0x1000 ]
+L12:
+ nop
« 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