Update tests for corrected section attributes and objdump change.
This commit is contained in:
parent
72ffddc928
commit
b59a021820
11 changed files with 30 additions and 14 deletions
|
@ -1,3 +1,13 @@
|
|||
2003-07-26 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* 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 <stcarrez@nerim.fr>
|
||||
|
||||
* gas/m68hc11/m68hc11.exp: Execute the new tests.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2003-07-26 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ld-powerpc/tlsexe32.d: Update.
|
||||
* ld-powerpc/tlsso32.d: Update.
|
||||
|
||||
2003-07-24 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* ld-powerpc/tlsexe.r: .sbss is NOBITS, not PROGBITS.
|
||||
|
|
|
@ -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>:
|
||||
\.\.\.
|
||||
|
|
|
@ -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>:
|
||||
\.\.\.
|
||||
|
|
Loading…
Reference in a new issue