From 954727fe9a167e73c009eb070086f2f5b5e41837 Mon Sep 17 00:00:00 2001 From: amodra Date: Sat, 26 Jul 2003 10:22:01 +0000 Subject: [PATCH] Update tests for corrected section attributes and objdump change. --- gas/testsuite/ChangeLog | 10 ++++++++++ gas/testsuite/gas/ppc/altivec.d | 3 +-- gas/testsuite/gas/ppc/altivec_xcoff.d | 3 +-- gas/testsuite/gas/ppc/altivec_xcoff64.d | 3 +-- gas/testsuite/gas/ppc/booke.d | 3 +-- gas/testsuite/gas/ppc/booke_xcoff.d | 3 +-- gas/testsuite/gas/ppc/booke_xcoff64.d | 3 +-- gas/testsuite/gas/ppc/e500.d | 3 +-- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-powerpc/tlsexe32.d | 4 ++++ ld/testsuite/ld-powerpc/tlsso32.d | 4 ++++ 11 files changed, 30 insertions(+), 14 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9eba7fa650..46ca5dc9fd 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2003-07-26 Alan Modra + + * gas/ppc/altivec.d: Update. + * gas/ppc/altivec_xcoff.d: Update. + * gas/ppc/altivec_xcoff64.d: Update. + * gas/ppc/booke.d: Update. + * gas/ppc/booke_xcoff.d: Update. + * gas/ppc/booke_xcoff64.d: Update. + * gas/ppc/e500.d: Update. + 2003-07-23 Stephane Carrez * gas/m68hc11/m68hc11.exp: Execute the new tests. diff --git a/gas/testsuite/gas/ppc/altivec.d b/gas/testsuite/gas/ppc/altivec.d index 0fef5a46b4..72533cbcc8 100644 --- a/gas/testsuite/gas/ppc/altivec.d +++ b/gas/testsuite/gas/ppc/altivec.d @@ -1,5 +1,5 @@ #as: -a32 -m601 -maltivec -#objdump: -Dr +#objdump: -dr #name: AltiVec tests .*: +file format elf32-powerpc @@ -13,4 +13,3 @@ Disassembly of section \.text: c: 7e 08 3a ac dstt r8,r7,0 10: 7c 65 32 ec dstst r5,r6,3 14: 7e 44 2a ec dststt r4,r5,2 -Disassembly of section \.data: diff --git a/gas/testsuite/gas/ppc/altivec_xcoff.d b/gas/testsuite/gas/ppc/altivec_xcoff.d index 5e8e83f100..80626551b6 100644 --- a/gas/testsuite/gas/ppc/altivec_xcoff.d +++ b/gas/testsuite/gas/ppc/altivec_xcoff.d @@ -1,5 +1,5 @@ #as: -mppc -maltivec -#objdump: -mpowerpc -Dr +#objdump: -mpowerpc -dr #name: xcoff AltiVec tests .*: file format aixcoff-rs6000 @@ -13,4 +13,3 @@ Disassembly of section .text: c: 7e 08 3a ac dstt r8,r7,0 10: 7c 65 32 ec dstst r5,r6,3 14: 7e 44 2a ec dststt r4,r5,2 -Disassembly of section .data: diff --git a/gas/testsuite/gas/ppc/altivec_xcoff64.d b/gas/testsuite/gas/ppc/altivec_xcoff64.d index f83013786f..241cd86675 100644 --- a/gas/testsuite/gas/ppc/altivec_xcoff64.d +++ b/gas/testsuite/gas/ppc/altivec_xcoff64.d @@ -1,5 +1,5 @@ #as: -a64 -mppc64 -maltivec -#objdump: -Dr +#objdump: -dr #name: xcoff64 AltiVec tests .*: file format aix5?coff64-rs6000 @@ -13,4 +13,3 @@ Disassembly of section .text: c: 7e 08 3a ac dstt r8,r7,0 10: 7c 65 32 ec dstst r5,r6,3 14: 7e 44 2a ec dststt r4,r5,2 -Disassembly of section .data: diff --git a/gas/testsuite/gas/ppc/booke.d b/gas/testsuite/gas/ppc/booke.d index ed1ccbb018..44b74a4ed0 100644 --- a/gas/testsuite/gas/ppc/booke.d +++ b/gas/testsuite/gas/ppc/booke.d @@ -1,5 +1,5 @@ #as: -mbooke64 -#objdump: -Dr -Mbooke +#objdump: -dr -Mbooke #name: BookE tests .*: +file format elf(32)?(64)?-powerpc @@ -137,4 +137,3 @@ Disassembly of section \.text: 1ac: 7c 00 04 ac msync 1b0: 7c 09 55 ec dcba r9,r10 1b4: 7c 00 06 ac mbar 0 -Disassembly of section \.data: diff --git a/gas/testsuite/gas/ppc/booke_xcoff.d b/gas/testsuite/gas/ppc/booke_xcoff.d index 2d633fd44f..50bbf9a1a8 100644 --- a/gas/testsuite/gas/ppc/booke_xcoff.d +++ b/gas/testsuite/gas/ppc/booke_xcoff.d @@ -1,5 +1,5 @@ #as: -mppc32 -mbooke32 -#objdump: -mpowerpc -Dr -Mbooke32 +#objdump: -mpowerpc -dr -Mbooke32 #name: xcoff BookE tests .*: file format aixcoff-rs6000 @@ -26,4 +26,3 @@ Disassembly of section .text: 40: 7c 00 04 ac sync 44: 7c 09 55 ec dcba r9,r10 48: 7c 00 06 ac eieio -Disassembly of section .data: diff --git a/gas/testsuite/gas/ppc/booke_xcoff64.d b/gas/testsuite/gas/ppc/booke_xcoff64.d index e5b2defd68..803fa57552 100644 --- a/gas/testsuite/gas/ppc/booke_xcoff64.d +++ b/gas/testsuite/gas/ppc/booke_xcoff64.d @@ -1,5 +1,5 @@ #as: -a64 -mppc64 -mbooke64 -#objdump: -Dr -Mbooke64 +#objdump: -dr -Mbooke64 #name: xcoff64 BookE tests .*: file format aix5?coff64-rs6000 @@ -123,4 +123,3 @@ Disassembly of section .text: 1b4: 7c 00 04 ac sync 1b8: 7c 09 55 ec dcba r9,r10 1bc: 7c 00 06 ac eieio -Disassembly of section .data: diff --git a/gas/testsuite/gas/ppc/e500.d b/gas/testsuite/gas/ppc/e500.d index 39e2b3a384..6b74285ba2 100644 --- a/gas/testsuite/gas/ppc/e500.d +++ b/gas/testsuite/gas/ppc/e500.d @@ -1,5 +1,5 @@ #as: -mppc -me500 -#objdump: -Dr -Me500 +#objdump: -dr -Me500 #name: e500 tests .*: +file format elf(32)?(64)?-powerpc @@ -19,4 +19,3 @@ Disassembly of section \.text: 24: 7c 00 04 4c bbelr 28: 7d 00 83 a6 mtspefscr r8 2c: 7d 20 82 a6 mfspefscr r9 -Disassembly of section \.data: diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index e6d179a16b..692fc5fbcb 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-07-26 Alan Modra + + * ld-powerpc/tlsexe32.d: Update. + * ld-powerpc/tlsso32.d: Update. + 2003-07-24 H.J. Lu * ld-powerpc/tlsexe.r: .sbss is NOBITS, not PROGBITS. diff --git a/ld/testsuite/ld-powerpc/tlsexe32.d b/ld/testsuite/ld-powerpc/tlsexe32.d index 6c07ffa1a0..ed4024f1a6 100644 --- a/ld/testsuite/ld-powerpc/tlsexe32.d +++ b/ld/testsuite/ld-powerpc/tlsexe32.d @@ -43,3 +43,7 @@ Disassembly of section \.got: 18103b8: 4e 80 00 21 blrl 18103bc: 01 81 03 18 \.long 0x1810318 \.\.\. +Disassembly of section \.plt: + +018103d4 <\.plt>: + \.\.\. diff --git a/ld/testsuite/ld-powerpc/tlsso32.d b/ld/testsuite/ld-powerpc/tlsso32.d index 2db96582af..d611c262aa 100644 --- a/ld/testsuite/ld-powerpc/tlsso32.d +++ b/ld/testsuite/ld-powerpc/tlsso32.d @@ -43,3 +43,7 @@ Disassembly of section \.got: 10664: 4e 80 00 21 blrl 10668: 00 01 05 c4 \.long 0x105c4 \.\.\. +Disassembly of section \.plt: + +00010698 <\.plt>: + \.\.\. -- 2.11.0