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

Unified Diff: binutils/gas/testsuite/gas/pe/section-align-3.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/pe/section-align-1.s ('k') | binutils/gas/testsuite/gas/pe/section-align-3.s » ('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-3.d
diff --git a/binutils/gas/testsuite/gas/pe/section-align-3.d b/binutils/gas/testsuite/gas/pe/section-align-3.d
new file mode 100644
index 0000000000000000000000000000000000000000..5a8c2ad31d37549716858390951114b361a992b5
--- /dev/null
+++ b/binutils/gas/testsuite/gas/pe/section-align-3.d
@@ -0,0 +1,39 @@
+#objdump: -h
+#name: section alignment
+
+# Test that alignment works in .section directives.
+
+.*: .*
+
+Sections:
+Idx Name *Size *VMA *LMA *File off *Algn
+ 0 \.text 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24]
+.*
+ 1 \.data 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24]
+.*
+ 2 \.bss 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24]
+.*
+ 3 \.none 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*3
+.*
+ 4 \.zero 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*3
+.*
+ 5 \.one 0*0000008 0*0000000 0*0000000 0*000026c 2\*\*3
+.*
+ 6 \.two 0*0000008 0*0000000 0*0000000 0*0000274 2\*\*3
+.*
+ 7 \.three 0*0000008 0*0000000 0*0000000 0*000027c 2\*\*3
+.*
+ 8 \.four 0*0000008 0*0000000 0*0000000 0*0000284 2\*\*3
+.*
+ 9 \.five 0*0000008 0*0000000 0*0000000 0*000028c 2\*\*3
+.*
+ 10 \.six 0*0000008 0*0000000 0*0000000 0*0000294 2\*\*3
+.*
+ 11 \.seven 0*0000008 0*0000000 0*0000000 0*000029c 2\*\*3
+.*
+ 12 \.eight 0*0000008 0*0000000 0*0000000 0*00002a4 2\*\*3
+.*
+ 13 \.nine 0*0000010 0*0000000 0*0000000 0*00002ac 2\*\*3
+.*
+ 14 \.ten 0*0000010 0*0000000 0*0000000 0*00002bc 2\*\*3
+.*
« no previous file with comments | « binutils/gas/testsuite/gas/pe/section-align-1.s ('k') | binutils/gas/testsuite/gas/pe/section-align-3.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698