* gas/i386/opcode.s: Pad section.
authorAlan Modra <amodra@gmail.com>
Wed, 10 Nov 2004 04:29:55 +0000 (04:29 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 10 Nov 2004 04:29:55 +0000 (04:29 +0000)
* gas/i386/intelok.s: Likewise.
* gas/i386/opcode.d: Update.
* gas/i386/intelok.d: Update.

gas/testsuite/ChangeLog
gas/testsuite/gas/i386/intelok.d
gas/testsuite/gas/i386/intelok.s
gas/testsuite/gas/i386/opcode.d
gas/testsuite/gas/i386/opcode.s

index 910280367705173ea29e1d3a49502c0ed94c179b..fe960ea49334ef076dfef0e9d5c468424986752a 100644 (file)
@@ -1,3 +1,10 @@
+2004-11-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/i386/opcode.s: Pad section.
+       * gas/i386/intelok.s: Likewise.
+       * gas/i386/opcode.d: Update.
+       * gas/i386/intelok.d: Update.
+
 2004-11-08  Inderpreet Singh   <inderpreetb@nioda.hcltech.com>
            Vineet Sharma      <vineets@noida.hcltech.com>
 
@@ -78,7 +85,7 @@
 
 2004-10-21  Tomer Levi  <Tomer.Levi@nsc.com>
 
-       * gas/crx/cop_insn.s: Reverse operands order in store co-processor 
+       * gas/crx/cop_insn.s: Reverse operands order in store co-processor
        instructions.
        * gas/crx/list_insn.s: Remove test for unsupported 'popa' instruction.
        * gas/crx/cop_insn.d: Regenerate.
        * gas/h8300/ffxx1-elf.d: Likewise.
        * gas/h8300/h8sx_disp2.d: Likewise.
        * gas/h8300/h8sx_mov_imm.d: Likewise.
-       * gas/h8300/h8sx_rtsl.d: Likewise.      
+       * gas/h8300/h8sx_rtsl.d: Likewise.
        * gas/h8300/ffxx1-coff.s: Remove inappropriate insn width specifier.
        * gas/h8300/ffxx1-elf.s: Likewise.
 
        rex prefix.
        * gas/i386/x86-64-inval.[ls]: Add a bunch of instructions illegal
        in 64-bit mode.
-       
+
 2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
 
        * gas/mips/elf-rel19.d: Pass -march=mips1 to gas as the test
 2004-05-26  H.J. Lu  <hongjiu.lu@intel.com>
 
        * gas/ia64/ia64.exp: Run invalid-ar.
-       
+
        * gas/ia64/invalid-ar.l: New file. Test invalid AR access.
        * gas/ia64/invalid-ar.s: Likewise.
 
        * gas/m32r/parallel-2.s: New file: Test case for parallel code.
        * gas/m32r/parallel-2.d: New file: Expected results.
        * gas/m32r/m32r2.exp: Run the test.
-       
+
        * gas/m32r/seth.s: New file: Test for seth.
        * gas/m32r/seth.d: New file: Expected results.
        * gas/m32r/m32r.exp: Run the new test.
 2004-03-17  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
        * gas/cfi/cfi-sh-1.d: New file.
-       * gas/cfi/cfi-sh-1.s: Likewise. 
+       * gas/cfi/cfi-sh-1.s: Likewise.
        * gas/cfi/cfi.exp: Add SH case.
 
 2004-03-16  Alan Modra  <amodra@bigpond.net.au>
index 186c73cbb523d0eb8e9cfc39791737d8ff981622..eae5b32826295370999c9b9805f4e7b66df847f0 100644 (file)
@@ -103,3 +103,4 @@ Disassembly of section .text:
 [      ]*[0-9a-f]+:    6a 02[  ]+push[         ]+0x2
 [      ]*[0-9a-f]+:    6a 03[  ]+push[         ]+0x3
 [      ]*[0-9a-f]+:    6a 0d[  ]+push[         ]+0xd
+       \.\.\.
index 04fedbcc1bf94d8e9aeb23dac8ef6c346baf02d6..e0a0792fbcb1659f3f2e3a93ae5d13f18ec5ea46 100644 (file)
@@ -103,3 +103,6 @@ start:
        push    6 and 3
        push    7 xor 4
        push    8 or 5
+
+       # Force a good alignment.
+       .p2align        4,0
index 2c2d4519319d03379541d8523276814f2a88cdae..cf91a77e8080a4afc7da0284ccdb956d40759178 100644 (file)
@@ -572,3 +572,4 @@ Disassembly of section .text:
  9b7:  66 0f bd 90 90 90 90 90 [       ]*bsr    0x90909090\(%eax\),%dx
  9bf:  66 0f be 90 90 90 90 90 [       ]*movsbw 0x90909090\(%eax\),%dx
  9c7:  66 0f c1 90 90 90 90 90 [       ]*xadd   %dx,0x90909090\(%eax\)
+       \.\.\.
index 39c5967b266cdf99d9259e3c1e09a33ac52a6d0f..e3fbdfe9d2a0fa3cc9ed35c66d762b9352178cee 100644 (file)
@@ -565,3 +565,6 @@ foo:
  bsr    0x90909090(%eax),%dx
  movsbw 0x90909090(%eax),%dx
  xadd   %dx,0x90909090(%eax)
+
+# Force a good alignment.
+ .p2align 4,0
This page took 0.030263 seconds and 4 git commands to generate.