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

Unified Diff: binutils/gas/testsuite/gas/pe/section-align-1.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/pe/section-align-1.d ('k') | binutils/gas/testsuite/gas/pe/section-align-3.d » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binutils/gas/testsuite/gas/pe/section-align-1.s
diff --git a/binutils/gas/testsuite/gas/pe/section-align-1.s b/binutils/gas/testsuite/gas/pe/section-align-1.s
new file mode 100644
index 0000000000000000000000000000000000000000..de1f9b55339a587317151824bfa376a0243d5101
--- /dev/null
+++ b/binutils/gas/testsuite/gas/pe/section-align-1.s
@@ -0,0 +1,15 @@
+
+ .section .none,"dr0"
+ .section .zero,"dr0"
+ .ascii ""
+ .section .one,"dr0"
+ .ascii "1"
+ .section .two,"dr0"
+ .ascii "12"
+ .section .three,"dr0"
+ .ascii "123"
+ .section .four,"dr0"
+ .ascii "1234"
+ .section .five,"dr0"
+ .ascii "12345"
+ .end
« no previous file with comments | « binutils/gas/testsuite/gas/pe/section-align-1.d ('k') | binutils/gas/testsuite/gas/pe/section-align-3.d » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698