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

Unified Diff: binutils/gas/testsuite/gas/i386/intelpic.d

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/arm/thumb-w-good.d ('k') | binutils/gas/testsuite/gas/i386/intelpic.s » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binutils/gas/testsuite/gas/i386/intelpic.d
diff --git a/binutils/gas/testsuite/gas/i386/intelpic.d b/binutils/gas/testsuite/gas/i386/intelpic.d
index 4a689ec24e42a5c903a3f5fba79c2266672362a5..d78894a88155d0fee9a1f968e3eb170c7bc47ffa 100644
--- a/binutils/gas/testsuite/gas/i386/intelpic.d
+++ b/binutils/gas/testsuite/gas/i386/intelpic.d
@@ -6,11 +6,22 @@
Disassembly of section .text:
-0+000 <gs_foo>:
- 0: c3 [ ]*ret
+0+ <gs_foo>:
+[ ]*[a-f0-9]+: c3 ret
-0+001 <bar>:
- 1: 8d 83 00 00 00 00 [ ]*lea 0x0\(%ebx\),%eax
- 7: 8b 83 00 00 00 00 [ ]*mov 0x0\(%ebx\),%eax
- d: 90 [ ]*nop
-[ ]*...
+0+1 <bar>:
+[ ]*[a-f0-9]+: 8d 83 14 00 00 00 lea 0x14\(%ebx\),%eax
+[ ]*[a-f0-9]+: 8b 83 00 00 00 00 mov 0x0\(%ebx\),%eax
+[ ]*[a-f0-9]+: ff 24 85 0d 00 00 00 jmp \*0xd\(,%eax,4\)
+[ ]*[a-f0-9]+: 8d 83 14 00 00 00 lea 0x14\(%ebx\),%eax
+[ ]*[a-f0-9]+: ff 24 85 0d 10 00 00 jmp \*0x100d\(,%eax,4\)
+[ ]*[a-f0-9]+: ff 24 85 28 10 00 00 jmp \*0x1028\(,%eax,4\)
+[ ]*[a-f0-9]+: 90 nop
+
+0+29 <L11>:
+[ ]*[a-f0-9]+: ff 24 85 29 10 00 00 jmp \*0x1029\(,%eax,4\)
+[ ]*[a-f0-9]+: ff 24 85 37 10 00 00 jmp \*0x1037\(,%eax,4\)
+
+0+37 <L12>:
+[ ]*[a-f0-9]+: 90 nop
+#pass
« no previous file with comments | « binutils/gas/testsuite/gas/arm/thumb-w-good.d ('k') | binutils/gas/testsuite/gas/i386/intelpic.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698