]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gas/testsuite/
authorJan Beulich <jbeulich@novell.com>
Wed, 20 Apr 2005 12:28:00 +0000 (12:28 +0000)
committerJan Beulich <jbeulich@novell.com>
Wed, 20 Apr 2005 12:28:00 +0000 (12:28 +0000)
2005-04-20  Jan Beulich  <jbeulich@novell.com>

* gas/elf/struct.s: Adjust to not get into alignment issues.
* gas/elf/struct.d: Adjust for the above and the test's name.

gas/testsuite/ChangeLog
gas/testsuite/gas/elf/struct.d
gas/testsuite/gas/elf/struct.s

index 98b8404b997bf517421a8abbc0a3a25ade9314f5..1f0f7a22161f1e2b0928841aec4d8052fae5bc40 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-20  Jan Beulich  <jbeulich@novell.com>
+
+       * gas/elf/struct.s: Adjust to not get into alignment issues.
+       * gas/elf/struct.d: Adjust for the above and the test's name.
+
 2005-04-19  H.J. Lu  <hongjiu.lu@intel.com>
 
        * gas/i386/padlock.d: Updated.
index a68106859ea16ea65ae049312b6bcca0a715e370..420c6e501115aff1551effbb1d8d8bb1052d8012 100644 (file)
@@ -1,10 +1,10 @@
 #nm: --extern-only
-#name: struct
+#name: ELF struct
 
 # Test the .struct pseudo-op.
 
 0+0 D l1
 0+4 D l2
-0+1 A w1
-0+3 A w2
-0+5 A w3
+0+2 A w1
+0+4 A w2
+0+6 A w3
index f84f93e76a49482cd40d7bd50e275e547917cd5c..abbd3f0ff57018a8b22bffab980c88cba2a9ab65 100644 (file)
@@ -1,7 +1,7 @@
        .globl  w1, w2, w3, l1, l2
        .data
 l1:    .long   0
-       .struct 1
+       .struct 2
 w1:    .short  0
 w2:    .short  0
 w3:    .short  0