From 6639a9d92b51eff49fdad6fae0e5aa5b31276080 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 10 Nov 2004 04:29:55 +0000 Subject: [PATCH] * gas/i386/opcode.s: Pad section. * gas/i386/intelok.s: Likewise. * gas/i386/opcode.d: Update. * gas/i386/intelok.d: Update. --- gas/testsuite/ChangeLog | 19 +++++++++++++------ gas/testsuite/gas/i386/intelok.d | 1 + gas/testsuite/gas/i386/intelok.s | 3 +++ gas/testsuite/gas/i386/opcode.d | 1 + gas/testsuite/gas/i386/opcode.s | 3 +++ 5 files changed, 21 insertions(+), 6 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9102803..fe960ea 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2004-11-10 Alan Modra + + * 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 Vineet Sharma @@ -78,7 +85,7 @@ 2004-10-21 Tomer Levi - * 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. @@ -324,7 +331,7 @@ * 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. @@ -340,7 +347,7 @@ rex prefix. * gas/i386/x86-64-inval.[ls]: Add a bunch of instructions illegal in 64-bit mode. - + 2004-07-20 Maciej W. Rozycki * gas/mips/elf-rel19.d: Pass -march=mips1 to gas as the test @@ -446,7 +453,7 @@ 2004-05-26 H.J. Lu * gas/ia64/ia64.exp: Run invalid-ar. - + * gas/ia64/invalid-ar.l: New file. Test invalid AR access. * gas/ia64/invalid-ar.s: Likewise. @@ -635,7 +642,7 @@ * 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. @@ -679,7 +686,7 @@ 2004-03-17 Kaz Kojima * 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 diff --git a/gas/testsuite/gas/i386/intelok.d b/gas/testsuite/gas/i386/intelok.d index 186c73c..eae5b32 100644 --- a/gas/testsuite/gas/i386/intelok.d +++ b/gas/testsuite/gas/i386/intelok.d @@ -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 + \.\.\. diff --git a/gas/testsuite/gas/i386/intelok.s b/gas/testsuite/gas/i386/intelok.s index 04fedbc..e0a0792 100644 --- a/gas/testsuite/gas/i386/intelok.s +++ b/gas/testsuite/gas/i386/intelok.s @@ -103,3 +103,6 @@ start: push 6 and 3 push 7 xor 4 push 8 or 5 + + # Force a good alignment. + .p2align 4,0 diff --git a/gas/testsuite/gas/i386/opcode.d b/gas/testsuite/gas/i386/opcode.d index 2c2d451..cf91a77 100644 --- a/gas/testsuite/gas/i386/opcode.d +++ b/gas/testsuite/gas/i386/opcode.d @@ -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\) + \.\.\. diff --git a/gas/testsuite/gas/i386/opcode.s b/gas/testsuite/gas/i386/opcode.s index 39c5967..e3fbdfe 100644 --- a/gas/testsuite/gas/i386/opcode.s +++ b/gas/testsuite/gas/i386/opcode.s @@ -565,3 +565,6 @@ foo: bsr 0x90909090(%eax),%dx movsbw 0x90909090(%eax),%dx xadd %dx,0x90909090(%eax) + +# Force a good alignment. + .p2align 4,0 -- 2.7.4