public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb/gdb-8.1-branch] Unset gdbarch significant_addr_bit by default
@ 2018-05-31  4:02 sergiodj+buildbot
  2018-05-31  4:20 ` Failures on Fedora-s390x-m64, branch gdb-8.1-branch sergiodj+buildbot
                   ` (9 more replies)
  0 siblings, 10 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-05-31  4:02 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 8679931c2c9f97ad182f8f0a9e8fab20305719b5 ***

Author: Omair Javaid <omair.javaid@linaro.org>
Branch: gdb-8.1-branch
Commit: 8679931c2c9f97ad182f8f0a9e8fab20305719b5

Unset gdbarch significant_addr_bit by default

This patch fixes a bug introduced by fix to AArch64 pointer tagging.

In our fix for tagged pointer support our agreed approach was to sign
extend user-space address after clearing tag bits. This is not same
for all architectures and this patch allows sign extension for
addresses on targets which specifically set significant_addr_bit.

More information about patch that caused the issues and discussion
around tagged pointer support can be found in links below:

https://sourceware.org/ml/gdb-patches/2018-05/msg00000.html
https://sourceware.org/ml/gdb-patches/2017-12/msg00159.html

gdb/ChangeLog:

2018-05-31  Omair Javaid  <omair.javaid@linaro.org>

	PR gdb/23210
	* gdbarch.sh (significant_addr_bit): Default to zero when
	not set by target architecture.
	* gdbarch.c: Re-generated.
	* utils.c (address_significant): Update.


^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-s390x-m64, branch gdb-8.1-branch
  2018-05-31  4:02 [binutils-gdb/gdb-8.1-branch] Unset gdbarch significant_addr_bit by default sergiodj+buildbot
@ 2018-05-31  4:20 ` sergiodj+buildbot
  2018-05-31 17:59 ` Failures on RHEL-s390x-m64, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-05-31  4:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	marist-fedora-s390x

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/8692>

Commit(s) tested:
	8679931c2c9f97ad182f8f0a9e8fab20305719b5

Author(s) (in the same order as the commits):
	Omair Javaid <omair.javaid@linaro.org>

Subject:
	Unset gdbarch significant_addr_bit by default

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-s390x-m64/86/8679931c2c9f97ad182f8f0a9e8fab20305719b5/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on RHEL-s390x-m64, branch gdb-8.1-branch
  2018-05-31  4:02 [binutils-gdb/gdb-8.1-branch] Unset gdbarch significant_addr_bit by default sergiodj+buildbot
  2018-05-31  4:20 ` Failures on Fedora-s390x-m64, branch gdb-8.1-branch sergiodj+buildbot
@ 2018-05-31 17:59 ` sergiodj+buildbot
  2018-05-31 18:55 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 17:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/7370>

Commit(s) tested:
	8679931c2c9f97ad182f8f0a9e8fab20305719b5

Author(s) (in the same order as the commits):
	Omair Javaid <omair.javaid@linaro.org>

Subject:
	Unset gdbarch significant_addr_bit by default

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/86/8679931c2c9f97ad182f8f0a9e8fab20305719b5/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: get integer valueof "mypid"
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Debian-s390x-m64, branch gdb-8.1-branch
  2018-05-31  4:02 [binutils-gdb/gdb-8.1-branch] Unset gdbarch significant_addr_bit by default sergiodj+buildbot
  2018-05-31  4:20 ` Failures on Fedora-s390x-m64, branch gdb-8.1-branch sergiodj+buildbot
  2018-05-31 17:59 ` Failures on RHEL-s390x-m64, " sergiodj+buildbot
@ 2018-05-31 18:55 ` sergiodj+buildbot
  2018-05-31 19:25 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 18:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-m64/builds/5496>

Commit(s) tested:
	8679931c2c9f97ad182f8f0a9e8fab20305719b5

Author(s) (in the same order as the commits):
	Omair Javaid <omair.javaid@linaro.org>

Subject:
	Unset gdbarch significant_addr_bit by default

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-m64/86/8679931c2c9f97ad182f8f0a9e8fab20305719b5/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch gdb-8.1-branch
  2018-05-31  4:02 [binutils-gdb/gdb-8.1-branch] Unset gdbarch significant_addr_bit by default sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2018-05-31 18:55 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
@ 2018-05-31 19:25 ` sergiodj+buildbot
  2018-05-31 20:03 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 19:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/5689>

Commit(s) tested:
	8679931c2c9f97ad182f8f0a9e8fab20305719b5

Author(s) (in the same order as the commits):
	Omair Javaid <omair.javaid@linaro.org>

Subject:
	Unset gdbarch significant_addr_bit by default

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/86/8679931c2c9f97ad182f8f0a9e8fab20305719b5/>





^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Debian-s390x-native-gdbserver-m64, branch gdb-8.1-branch
  2018-05-31  4:02 [binutils-gdb/gdb-8.1-branch] Unset gdbarch significant_addr_bit by default sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2018-05-31 19:25 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-05-31 20:03 ` sergiodj+buildbot
  2018-06-04 19:14 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-05-31 20:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-gdbserver-m64/builds/5543>

Commit(s) tested:
	8679931c2c9f97ad182f8f0a9e8fab20305719b5

Author(s) (in the same order as the commits):
	Omair Javaid <omair.javaid@linaro.org>

Subject:
	Unset gdbarch significant_addr_bit by default

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-gdbserver-m64/86/8679931c2c9f97ad182f8f0a9e8fab20305719b5/>





^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-x86_64-native-gdbserver-m64, branch gdb-8.1-branch
  2018-05-31  4:02 [binutils-gdb/gdb-8.1-branch] Unset gdbarch significant_addr_bit by default sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2018-05-31 20:03 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-06-04 19:14 ` sergiodj+buildbot
  2018-06-04 19:14 ` Failures on Fedora-i686, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-06-04 19:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m64/builds/9864>

Commit(s) tested:
	8679931c2c9f97ad182f8f0a9e8fab20305719b5

Author(s) (in the same order as the commits):
	Omair Javaid <omair.javaid@linaro.org>

Subject:
	Unset gdbarch significant_addr_bit by default

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m64/86/8679931c2c9f97ad182f8f0a9e8fab20305719b5/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-05-31  4:02 [binutils-gdb/gdb-8.1-branch] Unset gdbarch significant_addr_bit by default sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2018-06-04 19:14 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-06-04 19:14 ` sergiodj+buildbot
  2018-06-04 20:03 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-06-04 19:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/9905>

Commit(s) tested:
	8679931c2c9f97ad182f8f0a9e8fab20305719b5

Author(s) (in the same order as the commits):
	Omair Javaid <omair.javaid@linaro.org>

Subject:
	Unset gdbarch significant_addr_bit by default

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/86/8679931c2c9f97ad182f8f0a9e8fab20305719b5/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: continue to sigusr1_handler
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-x86_64-cc-with-index, branch gdb-8.1-branch
  2018-05-31  4:02 [binutils-gdb/gdb-8.1-branch] Unset gdbarch significant_addr_bit by default sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2018-06-04 19:14 ` Failures on Fedora-i686, " sergiodj+buildbot
@ 2018-06-04 20:03 ` sergiodj+buildbot
  2018-06-06 23:29 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
  2018-06-08 16:38 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
  9 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-06-04 20:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-cc-with-index/builds/9819>

Commit(s) tested:
	8679931c2c9f97ad182f8f0a9e8fab20305719b5

Author(s) (in the same order as the commits):
	Omair Javaid <omair.javaid@linaro.org>

Subject:
	Unset gdbarch significant_addr_bit by default

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-cc-with-index/86/8679931c2c9f97ad182f8f0a9e8fab20305719b5/>

*** Diff to previous build ***
============================
new FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-x86_64-m64, branch gdb-8.1-branch
  2018-05-31  4:02 [binutils-gdb/gdb-8.1-branch] Unset gdbarch significant_addr_bit by default sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2018-06-04 20:03 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2018-06-06 23:29 ` sergiodj+buildbot
  2018-06-08 16:38 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
  9 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-06-06 23:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m64/builds/9938>

Commit(s) tested:
	8679931c2c9f97ad182f8f0a9e8fab20305719b5

Author(s) (in the same order as the commits):
	Omair Javaid <omair.javaid@linaro.org>

Subject:
	Unset gdbarch significant_addr_bit by default

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m64/86/8679931c2c9f97ad182f8f0a9e8fab20305719b5/>

*** Diff to previous build ***
============================
new FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch gdb-8.1-branch
  2018-05-31  4:02 [binutils-gdb/gdb-8.1-branch] Unset gdbarch significant_addr_bit by default sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2018-06-06 23:29 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2018-06-08 16:38 ` sergiodj+buildbot
  9 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-06-08 16:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m64/builds/9931>

Commit(s) tested:
	8679931c2c9f97ad182f8f0a9e8fab20305719b5

Author(s) (in the same order as the commits):
	Omair Javaid <omair.javaid@linaro.org>

Subject:
	Unset gdbarch significant_addr_bit by default

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m64/86/8679931c2c9f97ad182f8f0a9e8fab20305719b5/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-into-signal.exp: threaded: thread apply 2 print $_siginfo.si_signo
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: inferior 1 exited
PASS -> FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-07-31 15:51 [binutils-gdb/gdb-8.1-branch] Bump GDB version number to 8.1.1.DATE-git sergiodj+buildbot
@ 2018-07-31 20:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-07-31 20:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/10541>

Commit(s) tested:
	f9812ee2042783bad9e8901cf47c178daee15a00

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Bump GDB version number to 8.1.1.DATE-git.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/f9/f9812ee2042783bad9e8901cf47c178daee15a00/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: continue to sigusr1_handler
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-07-31 15:37 [binutils-gdb/gdb-8.1-branch] Set GDB version number to 8.1.1 sergiodj+buildbot
@ 2018-07-31 20:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-07-31 20:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/10540>

Commit(s) tested:
	f99d9b9f436dce02aa06839395c67d400b2a0de0

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Set GDB version number to 8.1.1.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/f9/f99d9b9f436dce02aa06839395c67d400b2a0de0/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.ada/access_tagged_param.exp: continue
KPASS -> KFAIL: gdb.ada/maint_with_ada.exp: maintenance check-psymtabs
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=AIX: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Cygwin: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DICOS: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=DJGPP: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Darwin: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=FreeBSD: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Hurd: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=GNU/Linux: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=LynxOS178: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=NetBSD: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=OpenBSD: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=QNX-Neutrino: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SDE: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=SVR4: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Solaris: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=Symbian: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=WindowsCE: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=auto: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=default: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: set osabi
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=auto: set architecture rs6000:rs1
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs1: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=auto: set architecture rs6000:rs2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rs2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=auto: set architecture rs6000:rsc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rs6000:rsc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=auto: set architecture rx
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=rx: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=auto: set architecture s390:31-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:31-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=auto: set architecture s390:64-bit
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=s390:64-bit: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=auto: set architecture score3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=auto: set architecture score7
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=score7: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=auto: set architecture sh
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=auto: set architecture sh-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=auto: set architecture sh2
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=auto: set architecture sh2a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=auto: set architecture sh2a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: set architecture sh2a-nofpu-or-sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: set architecture sh2a-nofpu-or-sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-nofpu-or-sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=auto: set architecture sh2a-or-sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=auto: set architecture sh2a-or-sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2a-or-sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=auto: set architecture sh2e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh2e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=auto: set architecture sh3
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=auto: set architecture sh3-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=auto: set architecture sh3-nommu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3-nommu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=auto: set architecture sh3e
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh3e: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=auto: set architecture sh4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=auto: set architecture sh4-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=auto: set architecture sh4-nommu-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4-nommu-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=auto: set architecture sh4a
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=auto: set architecture sh4a-nofpu
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4a-nofpu: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=auto: set architecture sh4al-dsp
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh4al-dsp: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=auto: set architecture sh5
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sh5: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=auto: set architecture simple
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=simple: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=auto: set architecture sparc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=auto: set architecture sparc:sparclet
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclet: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=auto: set architecture sparc:sparclite
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=auto: set architecture sparc:sparclite_le
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:sparclite_le: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=auto: set architecture sparc:v8plus
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plus: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=auto: set architecture sparc:v8plusa
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusa: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=auto: set architecture sparc:v8plusb
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusb: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=auto: set architecture sparc:v8plusc
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusc: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=auto: set architecture sparc:v8plusd
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8plusd: endian=little: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=auto: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=auto: set architecture sparc:v8pluse
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=auto: show endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=auto: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=auto: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=auto: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=auto: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=auto: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=auto: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=auto: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=big: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=big: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=big: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=big: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=big: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=big: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=big: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=big: disassemble 0x0,+4
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=little: set endian
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=little: ptype, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=little: print, long double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=little: ptype, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=little: print, double
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=little: ptype, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=little: print, float
new UNRESOLVED: gdb.base/all-architectures-6.exp: tests: osabi=none: arch=sparc:v8pluse: endian=little: disassemble 0x0,+4
PASS -> FAIL: gdb.base/async.exp: stepi&
PASS -> FAIL: gdb.base/async.exp: nexti&
PASS -> FAIL: gdb.base/async.exp: finish&
PASS -> FAIL: gdb.base/consecutive.exp: stopped at bp, 2nd instr
PASS -> FAIL: gdb.base/info-os.exp: continue to breakpoint: Set breakpoint here
PASS -> FAIL: gdb.base/info-os.exp: get shared memory key
PASS -> FAIL: gdb.base/info-os.exp: get shared memory ID
PASS -> FAIL: gdb.base/info-os.exp: get semaphore key
PASS -> FAIL: gdb.base/info-os.exp: get semaphore ID
PASS -> FAIL: gdb.base/info-os.exp: get message queue key
PASS -> FAIL: gdb.base/info-os.exp: get message queue ID
PASS -> FAIL: gdb.base/info-os.exp: get socket port number
PASS -> FAIL: gdb.base/info-os.exp: get process list
new UNRESOLVED: gdb.base/info-os.exp: get process groups
new UNRESOLVED: gdb.base/info-os.exp: get threads
new UNRESOLVED: gdb.base/info-os.exp: get file descriptors
new UNRESOLVED: gdb.base/info-os.exp: get internet-domain sockets
new UNRESOLVED: gdb.base/info-os.exp: get shared-memory regions
new UNRESOLVED: gdb.base/info-os.exp: get semaphores
new UNRESOLVED: gdb.base/info-os.exp: get message queues
new UNRESOLVED: gdb.base/info-os.exp: continue
PASS -> FAIL: gdb.base/skip.exp: step after disabling 3: step 3
PASS -> FAIL: gdb.base/skip.exp: step after disabling 3: step 5
PASS -> FAIL: gdb.base/skip.exp: step using -fu for baz: step 3
PASS -> FAIL: gdb.base/skip.exp: step using -fu for baz: step 5
PASS -> FAIL: gdb.base/skip.exp: step using -rfu for baz: step 3
PASS -> FAIL: gdb.base/skip.exp: step using -rfu for baz: step 5
new UNRESOLVED: gdb.base/valgrind-db-attach.exp: valgrind started
PASS -> FAIL: gdb.base/watchpoint-reuse-slot.exp: always-inserted off: watch x watch: : width 1, iter 0: base + 0: stepi advanced
PASS -> FAIL: gdb.go/hello.exp: string after assignment check
new UNRESOLVED: gdb.pascal/floats.exp: setting breakpoint at floats.pas:34
new UNRESOLVED: gdb.pascal/gdb11492.exp: setting breakpoint at gdb11492.pas:35
new UNRESOLVED: gdb.pascal/hello.exp: setting breakpoint at hello.pas:8
new UNRESOLVED: gdb.pascal/integers.exp: setting breakpoint at integers.pas:38
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: stopped at bp, 2nd instr
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: stopped at bp, 2nd instr
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step into solib function one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step within solib function one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step back to main one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step into solib function two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step within solib function two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step back to main two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: run until end part two
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-next over solib function one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step into solib function one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step within solib function one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step back to main one
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step into solib function two
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step within solib function two
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-step back to main two
PASS -> FAIL: gdb.reverse/solib-reverse.exp: run until end part two
PASS -> FAIL: gdb.reverse/solib-reverse.exp: reverse-next over solib function one
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse stepi from a function call
PASS -> FAIL: gdb.reverse/step-precsave.exp: simple reverse stepi
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step out of called fn
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse next over call
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse next test 1
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse step test 2
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse next test 2
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse stepi from a function call
PASS -> FAIL: gdb.reverse/step-reverse.exp: simple reverse stepi
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse step out of called fn
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse next over call
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse step test 1
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse next test 1
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse step test 2
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse next test 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-06-09 17:45 [binutils-gdb/gdb-8.1-branch] Fix build issue with Python 3.7 sergiodj+buildbot
@ 2018-06-11 20:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-06-11 20:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/10012>

Commit(s) tested:
	863d5065467b16304f6b5c80a186e3bcc68c48a6

Author(s) (in the same order as the commits):
	Paul Koning <paul_koning@dell.com>

Subject:
	Fix build issue with Python 3.7

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/86/863d5065467b16304f6b5c80a186e3bcc68c48a6/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/catch-syscall.exp: multiple targets: insert catch syscall on syscall 1 -- write on i386:x86-64
new FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
new FAIL: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception
new FAIL: gdb.python/py-finish-breakpoint2.exp: check FinishBreakpoint in catch
new FAIL: gdb.python/py-finish-breakpoint2.exp: check finish BP removal
new FAIL: gdb.python/py-finish-breakpoint2.exp: continue to second exception
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-05-10 19:44 [binutils-gdb/gdb-8.1-branch] gdbserver/Windows: crash during connection establishment phase sergiodj+buildbot
@ 2018-05-11 18:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-05-11 18:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/9663>

Commit(s) tested:
	572797ce5f4dc697120cfd07e95553118b4f105e

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	gdbserver/Windows: crash during connection establishment phase

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/57/572797ce5f4dc697120cfd07e95553118b4f105e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 3
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-05-10 19:22 [binutils-gdb/gdb-8.1-branch] gdbserver/Windows: Fix "no program to debug" error sergiodj+buildbot
@ 2018-05-11 14:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-05-11 14:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/9662>

Commit(s) tested:
	c0c0270a9a38e1e888e9d6f0185b465d3751f518

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	gdbserver/Windows: Fix "no program to debug" error

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/c0/c0c0270a9a38e1e888e9d6f0185b465d3751f518/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-05-10 19:11 [binutils-gdb/gdb-8.1-branch] [gdbserver/win32] fatal "glob could not process pattern '(null)'" error sergiodj+buildbot
@ 2018-05-11 10:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-05-11 10:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/9661>

Commit(s) tested:
	e378993dd341b10571a7cb6e98d5d3b48a06e24c

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	[gdbserver/win32] fatal "glob could not process pattern '(null)'" error

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/e3/e378993dd341b10571a7cb6e98d5d3b48a06e24c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 3
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-05-10 12:45 [binutils-gdb/gdb-8.1-branch] Fix tagged pointer support sergiodj+buildbot
@ 2018-05-10 17:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-05-10 17:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/9655>

Commit(s) tested:
	8a620990c7634e872b31718a8411a90a6f384457

Author(s) (in the same order as the commits):
	Omair Javaid <omair.javaid@linaro.org>

Subject:
	Fix tagged pointer support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/8a/8a620990c7634e872b31718a8411a90a6f384457/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/info-os.exp: continue to breakpoint: Set breakpoint here
PASS -> FAIL: gdb.base/info-os.exp: get shared memory key
PASS -> FAIL: gdb.base/info-os.exp: get shared memory ID
PASS -> FAIL: gdb.base/info-os.exp: get semaphore key
PASS -> FAIL: gdb.base/info-os.exp: get semaphore ID
PASS -> FAIL: gdb.base/info-os.exp: get message queue key
PASS -> FAIL: gdb.base/info-os.exp: get message queue ID
PASS -> FAIL: gdb.base/info-os.exp: get socket port number
PASS -> FAIL: gdb.base/info-os.exp: get process list
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-04-12 21:16 [binutils-gdb/gdb-8.1-branch] Fix -D_GLIBCXX_DEBUG gdb-add-index regression sergiodj+buildbot
@ 2018-04-12 21:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-04-12 21:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/9359>

Commit(s) tested:
	55404da3795df1b5eff514ce9d0377b6a78e5904

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Subject:
	Fix -D_GLIBCXX_DEBUG gdb-add-index regression

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/55/55404da3795df1b5eff514ce9d0377b6a78e5904/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/catch-syscall.exp: multiple targets: insert catch syscall on syscall 1 -- write on i386:x86-64
new KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups
new FAIL: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception
new FAIL: gdb.python/py-finish-breakpoint2.exp: check FinishBreakpoint in catch
new FAIL: gdb.python/py-finish-breakpoint2.exp: check finish BP removal
new FAIL: gdb.python/py-finish-breakpoint2.exp: continue to second exception
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: force loop break in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: stepped thread under control
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-04-04 16:12 [binutils-gdb/gdb-8.1-branch] i386: Clear vex instead of vex.evex sergiodj+buildbot
@ 2018-04-04 16:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-04-04 16:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/9261>

Commit(s) tested:
	f13be04ec6cc83947d8c4997aa48296a915b637f

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	i386: Clear vex instead of vex.evex

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/f1/f13be04ec6cc83947d8c4997aa48296a915b637f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-03-02 12:58 [binutils-gdb/gdb-8.1-branch] Conditionally include "<windows.h>" on common/pathstuff.c (and unbreak build on mingw*) sergiodj+buildbot
@ 2018-03-02 14:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-03-02 14:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8976>

Commit(s) tested:
	a74e30b243dec8b38c8c769da04635210f9ef986

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Conditionally include "<windows.h>" on common/pathstuff.c (and unbreak build on mingw*)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/a7/a74e30b243dec8b38c8c769da04635210f9ef986/>

*** Diff to previous build ***
============================
new KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-03-01  3:00 [binutils-gdb/gdb-8.1-branch] Change order of error message printed when gdbserver can't find CWD sergiodj+buildbot
@ 2018-03-01  4:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-03-01  4:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8964>

Commit(s) tested:
	506817a3abd98859eb3474389e756c0253cc28a1

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Change order of error message printed when gdbserver can't find CWD

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/50/506817a3abd98859eb3474389e756c0253cc28a1/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/catch-syscall.exp: multiple targets: insert catch syscall on syscall 1 -- write on i386:x86-64
new FAIL: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception
new FAIL: gdb.python/py-finish-breakpoint2.exp: check FinishBreakpoint in catch
new FAIL: gdb.python/py-finish-breakpoint2.exp: check finish BP removal
new FAIL: gdb.python/py-finish-breakpoint2.exp: continue to second exception
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-03-01  2:49 [binutils-gdb/gdb-8.1-branch] Make gdbserver work with filename-only binaries sergiodj+buildbot
@ 2018-03-01  3:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-03-01  3:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8963>

Commit(s) tested:
	2441702a72f324e41a1624dc042b334f375e2d81

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Make gdbserver work with filename-only binaries

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/24/2441702a72f324e41a1624dc042b334f375e2d81/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-03-01  2:36 [binutils-gdb/gdb-8.1-branch] Create new common/pathstuff.[ch] sergiodj+buildbot
@ 2018-03-01  3:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-03-01  3:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8962>

Commit(s) tested:
	6d607b8812b35ff36fbbad2915696f6669f86a32

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Create new common/pathstuff.[ch]

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/6d/6d607b8812b35ff36fbbad2915696f6669f86a32/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-02-15 15:16 [binutils-gdb/gdb-8.1-branch] Reset inferior::control on inferior exit sergiodj+buildbot
@ 2018-02-15 16:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-02-15 16:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8826>

Commit(s) tested:
	2ba75fb16a5c78007010cfbde1c1b5be4bb9a8c8

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Reset inferior::control on inferior exit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/2b/2ba75fb16a5c78007010cfbde1c1b5be4bb9a8c8/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: force loop break in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: stepped thread under control
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-02-09 12:51 [binutils-gdb/gdb-8.1-branch] gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1 sergiodj+buildbot
@ 2018-02-09 13:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-02-09 13:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8772>

Commit(s) tested:
	c58318003f7fd63e43b0b6aea045bc16bada8c50

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/c5/c58318003f7fd63e43b0b6aea045bc16bada8c50/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-31  3:31 [binutils-gdb/gdb-8.1-branch] Bump GDB version number to 8.1.0.DATE-git sergiodj+buildbot
@ 2018-01-31  4:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-31  4:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8700>

Commit(s) tested:
	37634d335c0e962d9531125dd13cf9d6210429dd

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Bump GDB version number to 8.1.0.DATE-git.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/37/37634d335c0e962d9531125dd13cf9d6210429dd/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/catch-syscall.exp: multiple targets: insert catch syscall on syscall 1 -- write on i386:x86-64
new FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups
new FAIL: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception
new FAIL: gdb.python/py-finish-breakpoint2.exp: check FinishBreakpoint in catch
new FAIL: gdb.python/py-finish-breakpoint2.exp: check finish BP removal
new FAIL: gdb.python/py-finish-breakpoint2.exp: continue to second exception
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 3
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-31  3:17 [binutils-gdb/gdb-8.1-branch] Set GDB version number to 8.1 sergiodj+buildbot
@ 2018-01-31  4:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-31  4:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8699>

Commit(s) tested:
	b755db3c98137baaff8a154d936d326d9a9c72a7

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Set GDB version number to 8.1.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/b7/b755db3c98137baaff8a154d936d326d9a9c72a7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: force loop break in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: stepped thread under control
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-27 17:20 [binutils-gdb/gdb-8.1-branch] Avoid compilation errors in MinGW native builds of GDB sergiodj+buildbot
@ 2018-01-27 19:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-27 19:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8681>

Commit(s) tested:
	0b2b72156eef6e1a34f316e96278bc286f0d0506

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Avoid compilation errors in MinGW native builds of GDB

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/0b/0b2b72156eef6e1a34f316e96278bc286f0d0506/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-27 16:54 [binutils-gdb/gdb-8.1-branch] Avoid compilation warning in libiberty/simple-object-xcoff.c sergiodj+buildbot
@ 2018-01-27 17:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-27 17:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8679>

Commit(s) tested:
	3d721be4ac8c6c8452c25aa382d09bd487dcded3

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Avoid compilation warning in libiberty/simple-object-xcoff.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/3d/3d721be4ac8c6c8452c25aa382d09bd487dcded3/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-24 19:02 [binutils-gdb/gdb-8.1-branch] Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276.cc whatis p4 sergiodj+buildbot
@ 2018-01-24 19:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-24 19:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8665>

Commit(s) tested:
	76112dde119b37c1bf6b6234049a94a288d3e02f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276.cc whatis p4

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/76/76112dde119b37c1bf6b6234049a94a288d3e02f/>

*** Diff to previous build ***
============================
new KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-22 21:38 [binutils-gdb/gdb-8.1-branch] MAINTAINERS: Update my company e-mail address sergiodj+buildbot
@ 2018-01-22 21:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-22 21:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8644>

Commit(s) tested:
	fd37310fb82980b66cca5b0bce5a38414d64b44f

Author(s) (in the same order as the commits):
	Maciej W. Rozycki <macro@mips.com>

Subject:
	MAINTAINERS: Update my company e-mail address

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/fd/fd37310fb82980b66cca5b0bce5a38414d64b44f/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/catch-syscall.exp: multiple targets: insert catch syscall on syscall 1 -- write on i386:x86-64
new FAIL: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception
new FAIL: gdb.python/py-finish-breakpoint2.exp: check FinishBreakpoint in catch
new FAIL: gdb.python/py-finish-breakpoint2.exp: check finish BP removal
new FAIL: gdb.python/py-finish-breakpoint2.exp: continue to second exception
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 3
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-22 20:14 [binutils-gdb/gdb-8.1-branch] Fix segfault with 'set print object on' + 'whatis <struct>' & co sergiodj+buildbot
@ 2018-01-22 21:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-22 21:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8643>

Commit(s) tested:
	ddd0c99df8d76047fc651911e5651e8decae86ca

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix segfault with 'set print object on' + 'whatis <struct>' & co

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/dd/ddd0c99df8d76047fc651911e5651e8decae86ca/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: force loop break in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: stepped thread under control
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-18  0:02 [binutils-gdb/gdb-8.1-branch] Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx") sergiodj+buildbot
@ 2018-01-18  2:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-18  2:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8600>

Commit(s) tested:
	2a54d2158beeb2833cb3fb4da68e7c55e341159a

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx")

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/2a/2a54d2158beeb2833cb3fb4da68e7c55e341159a/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-17 14:00 [binutils-gdb/gdb-8.1-branch] configure: Fix test for fs_base/gs_base in <sys/user.h> sergiodj+buildbot
@ 2018-01-17 15:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-17 15:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8586>

Commit(s) tested:
	6949085e3eaef536b2c76252452ec3e63e9f112c

Author(s) (in the same order as the commits):
	Eldar Abusalimov <eldar.abusalimov@jetbrains.com>

Subject:
	configure: Fix test for fs_base/gs_base in <sys/user.h>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/69/6949085e3eaef536b2c76252452ec3e63e9f112c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-17 13:36 [binutils-gdb/gdb-8.1-branch] Don't pass -m64 to libcc1 on aarch64-linux sergiodj+buildbot
@ 2018-01-17 14:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-17 14:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8584>

Commit(s) tested:
	94485cac9629ca3e5489014e1b704e35f988d3e3

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Don't pass -m64 to libcc1 on aarch64-linux.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/94/94485cac9629ca3e5489014e1b704e35f988d3e3/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/catch-syscall.exp: multiple targets: insert catch syscall on syscall 1 -- write on i386:x86-64
new KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups
new FAIL: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception
new FAIL: gdb.python/py-finish-breakpoint2.exp: check FinishBreakpoint in catch
new FAIL: gdb.python/py-finish-breakpoint2.exp: check finish BP removal
new FAIL: gdb.python/py-finish-breakpoint2.exp: continue to second exception
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-15 22:32 [binutils-gdb/gdb-8.1-branch] Fix scm-ports.exp regression sergiodj+buildbot
@ 2018-01-15 22:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-15 22:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8569>

Commit(s) tested:
	5429afd6529f3a7dc7d733fc21053ca3ecadd033

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix scm-ports.exp regression

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/54/5429afd6529f3a7dc7d733fc21053ca3ecadd033/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-12 21:42 [binutils-gdb/gdb-8.1-branch] Add testcase for GDB hang fixed by previous commit sergiodj+buildbot
@ 2018-01-12 22:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-12 22:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8553>

Commit(s) tested:
	1d17025506de70cb1d9d5b7a5654e40ce689bf26

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Add testcase for GDB hang fixed by previous commit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/1d/1d17025506de70cb1d9d5b7a5654e40ce689bf26/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-12 20:43 [binutils-gdb/gdb-8.1-branch] Fix GDB hang with remote after error from resume sergiodj+buildbot
@ 2018-01-12 20:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-12 20:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8552>

Commit(s) tested:
	a09f837ae221977eec50cc2ded12bd765b3b634a

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Subject:
	Fix GDB hang with remote after error from resume

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/a0/a09f837ae221977eec50cc2ded12bd765b3b634a/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-12  6:37 [binutils-gdb/gdb-8.1-branch] Bump GDB version number to 8.0.91.DATE-git sergiodj+buildbot
@ 2018-01-12  7:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-12  7:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8544>

Commit(s) tested:
	4d8dd3e16837698b48447531c8e74796d702135c

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Bump GDB version number to 8.0.91.DATE-git.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/4d/4d8dd3e16837698b48447531c8e74796d702135c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-12  5:53 [binutils-gdb/gdb-8.1-branch] Set GDB version number to 8.0.91 sergiodj+buildbot
@ 2018-01-12  6:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-12  6:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8543>

Commit(s) tested:
	556dbf30fb0d5d6f59c7b38f2ac930cc6f9589eb

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Set GDB version number to 8.0.91.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/55/556dbf30fb0d5d6f59c7b38f2ac930cc6f9589eb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: continue to sigusr1_handler
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: force loop break in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: stepped thread under control
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-12  5:00 [binutils-gdb/gdb-8.1-branch] gdb/NEWS: Rename "Changes since 8.0" into "Changes in 8.1" sergiodj+buildbot
@ 2018-01-12  5:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-12  5:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8542>

Commit(s) tested:
	93935fd4e30036cb2d549ac0b5568efa495237c4

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	gdb/NEWS: Rename "Changes since 8.0" into "Changes in 8.1".

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/93/93935fd4e30036cb2d549ac0b5568efa495237c4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-11 19:39 [binutils-gdb/gdb-8.1-branch] gdb.base/breakpoint-in-ro-region.exp regression on sss targets (PR gdb/22583) sergiodj+buildbot
@ 2018-01-11 19:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-11 19:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8537>

Commit(s) tested:
	f740fa5094817e948853bbcba46410a05175260d

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	gdb.base/breakpoint-in-ro-region.exp regression on sss targets (PR gdb/22583)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/f7/f740fa5094817e948853bbcba46410a05175260d/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/info-os.exp: get process groups
PASS -> FAIL: gdb.base/info-os.exp: get threads
PASS -> FAIL: gdb.base/info-os.exp: get file descriptors
PASS -> FAIL: gdb.base/info-os.exp: get internet-domain sockets
PASS -> FAIL: gdb.base/info-os.exp: get shared-memory regions
PASS -> FAIL: gdb.base/info-os.exp: get semaphores
PASS -> FAIL: gdb.base/info-os.exp: get message queues
PASS -> FAIL: gdb.base/info-os.exp: continue
new KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: continue to sigusr1_handler
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-11  7:05 [binutils-gdb/gdb-8.1-branch] Fix backwards compatibility with old GDBservers (PR remote/22597) sergiodj+buildbot
@ 2018-01-11  7:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-11  7:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8533>

Commit(s) tested:
	936a312c04f9f1dd856571bf7573b5a8f51ed895

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix backwards compatibility with old GDBservers (PR remote/22597)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/93/936a312c04f9f1dd856571bf7573b5a8f51ed895/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: force loop break in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: stepped thread under control
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-11  5:03 [binutils-gdb/gdb-8.1-branch] language_get_symbol_name_matcher -> get_symbol_name_matcher sergiodj+buildbot
@ 2018-01-11  5:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-11  5:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8530>

Commit(s) tested:
	a3dc9ae700a0f74bb1781be6334cfab04cf93caf

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	language_get_symbol_name_matcher -> get_symbol_name_matcher

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/a3/a3dc9ae700a0f74bb1781be6334cfab04cf93caf/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 3
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-11  4:10 [binutils-gdb/gdb-8.1-branch] Ada: make verbatim matcher override other language matchers (PR gdb/22670) sergiodj+buildbot
@ 2018-01-11  4:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-11  4:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8529>

Commit(s) tested:
	2707f065bea6f20db9296dbda4577ce45b69093a

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Ada: make verbatim matcher override other language matchers (PR gdb/22670)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/27/2707f065bea6f20db9296dbda4577ce45b69093a/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/catch-syscall.exp: multiple targets: insert catch syscall on syscall 1 -- write on i386:x86-64
new KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.mi/list-thread-groups-available.exp: list available thread groups
new FAIL: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception
new FAIL: gdb.python/py-finish-breakpoint2.exp: check FinishBreakpoint in catch
new FAIL: gdb.python/py-finish-breakpoint2.exp: check finish BP removal
new FAIL: gdb.python/py-finish-breakpoint2.exp: continue to second exception
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: force loop break in thread 2
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: stepped thread under control
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-11  3:20 [binutils-gdb/gdb-8.1-branch] Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670) sergiodj+buildbot
@ 2018-01-11  3:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-11  3:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8528>

Commit(s) tested:
	be1f9aabab1be45e324ae4cd30e7b08cb7e6c083

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/be/be1f9aabab1be45e324ae4cd30e7b08cb7e6c083/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 3
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-11  2:27 [binutils-gdb/gdb-8.1-branch] Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670) sergiodj+buildbot
@ 2018-01-11  3:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-11  3:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8527>

Commit(s) tested:
	bd140f1f5ef06b801156c787331f2d3ad72320a1

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/bd/bd140f1f5ef06b801156c787331f2d3ad72320a1/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-08 16:07 [binutils-gdb/gdb-8.1-branch] hurd: Add enough auxv support for AT_ENTRY for PIE binaries sergiodj+buildbot
@ 2018-01-08 16:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-08 16:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8503>

Commit(s) tested:
	d31fecf37cc540c563e97085f1416129f51d3055

Author(s) (in the same order as the commits):
	Samuel Thibault <samuel.thibault@ens-lyon.org>

Subject:
	hurd: Add enough auxv support for AT_ENTRY for PIE binaries

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/d3/d31fecf37cc540c563e97085f1416129f51d3055/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

* Failures on Fedora-i686, branch gdb-8.1-branch
  2018-01-08 12:27 [binutils-gdb/gdb-8.1-branch] Fix GDBserver build failure when $development is false sergiodj+buildbot
@ 2018-01-08 13:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 50+ messages in thread
From: sergiodj+buildbot @ 2018-01-08 13:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/8501>

Commit(s) tested:
	f464485579f8e0a22e87aaa568b7ed4b3ec13ee3

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Fix GDBserver build failure when $development is false

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/f4/f464485579f8e0a22e87aaa568b7ed4b3ec13ee3/>

*** Diff to previous build ***
============================
KFAIL -> KPASS: gdb.ada/maint_with_ada.exp: maintenance check-psymtabs
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




^ permalink raw reply	[flat|nested] 50+ messages in thread

end of thread, other threads:[~2018-07-31 20:41 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-31  4:02 [binutils-gdb/gdb-8.1-branch] Unset gdbarch significant_addr_bit by default sergiodj+buildbot
2018-05-31  4:20 ` Failures on Fedora-s390x-m64, branch gdb-8.1-branch sergiodj+buildbot
2018-05-31 17:59 ` Failures on RHEL-s390x-m64, " sergiodj+buildbot
2018-05-31 18:55 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
2018-05-31 19:25 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-05-31 20:03 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2018-06-04 19:14 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2018-06-04 19:14 ` Failures on Fedora-i686, " sergiodj+buildbot
2018-06-04 20:03 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2018-06-06 23:29 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2018-06-08 16:38 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
  -- strict thread matches above, loose matches on Subject: below --
2018-07-31 15:51 [binutils-gdb/gdb-8.1-branch] Bump GDB version number to 8.1.1.DATE-git sergiodj+buildbot
2018-07-31 20:41 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-07-31 15:37 [binutils-gdb/gdb-8.1-branch] Set GDB version number to 8.1.1 sergiodj+buildbot
2018-07-31 20:12 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-06-09 17:45 [binutils-gdb/gdb-8.1-branch] Fix build issue with Python 3.7 sergiodj+buildbot
2018-06-11 20:16 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-05-10 19:44 [binutils-gdb/gdb-8.1-branch] gdbserver/Windows: crash during connection establishment phase sergiodj+buildbot
2018-05-11 18:30 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-05-10 19:22 [binutils-gdb/gdb-8.1-branch] gdbserver/Windows: Fix "no program to debug" error sergiodj+buildbot
2018-05-11 14:54 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-05-10 19:11 [binutils-gdb/gdb-8.1-branch] [gdbserver/win32] fatal "glob could not process pattern '(null)'" error sergiodj+buildbot
2018-05-11 10:49 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-05-10 12:45 [binutils-gdb/gdb-8.1-branch] Fix tagged pointer support sergiodj+buildbot
2018-05-10 17:04 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-04-12 21:16 [binutils-gdb/gdb-8.1-branch] Fix -D_GLIBCXX_DEBUG gdb-add-index regression sergiodj+buildbot
2018-04-12 21:39 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-04-04 16:12 [binutils-gdb/gdb-8.1-branch] i386: Clear vex instead of vex.evex sergiodj+buildbot
2018-04-04 16:15 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-03-02 12:58 [binutils-gdb/gdb-8.1-branch] Conditionally include "<windows.h>" on common/pathstuff.c (and unbreak build on mingw*) sergiodj+buildbot
2018-03-02 14:10 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-03-01  3:00 [binutils-gdb/gdb-8.1-branch] Change order of error message printed when gdbserver can't find CWD sergiodj+buildbot
2018-03-01  4:04 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-03-01  2:49 [binutils-gdb/gdb-8.1-branch] Make gdbserver work with filename-only binaries sergiodj+buildbot
2018-03-01  3:26 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-03-01  2:36 [binutils-gdb/gdb-8.1-branch] Create new common/pathstuff.[ch] sergiodj+buildbot
2018-03-01  3:11 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-02-15 15:16 [binutils-gdb/gdb-8.1-branch] Reset inferior::control on inferior exit sergiodj+buildbot
2018-02-15 16:17 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-02-09 12:51 [binutils-gdb/gdb-8.1-branch] gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1 sergiodj+buildbot
2018-02-09 13:41 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-31  3:31 [binutils-gdb/gdb-8.1-branch] Bump GDB version number to 8.1.0.DATE-git sergiodj+buildbot
2018-01-31  4:48 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-31  3:17 [binutils-gdb/gdb-8.1-branch] Set GDB version number to 8.1 sergiodj+buildbot
2018-01-31  4:19 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-27 17:20 [binutils-gdb/gdb-8.1-branch] Avoid compilation errors in MinGW native builds of GDB sergiodj+buildbot
2018-01-27 19:14 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-27 16:54 [binutils-gdb/gdb-8.1-branch] Avoid compilation warning in libiberty/simple-object-xcoff.c sergiodj+buildbot
2018-01-27 17:33 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-24 19:02 [binutils-gdb/gdb-8.1-branch] Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276.cc whatis p4 sergiodj+buildbot
2018-01-24 19:47 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-22 21:38 [binutils-gdb/gdb-8.1-branch] MAINTAINERS: Update my company e-mail address sergiodj+buildbot
2018-01-22 21:41 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-22 20:14 [binutils-gdb/gdb-8.1-branch] Fix segfault with 'set print object on' + 'whatis <struct>' & co sergiodj+buildbot
2018-01-22 21:10 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-18  0:02 [binutils-gdb/gdb-8.1-branch] Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx") sergiodj+buildbot
2018-01-18  2:40 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-17 14:00 [binutils-gdb/gdb-8.1-branch] configure: Fix test for fs_base/gs_base in <sys/user.h> sergiodj+buildbot
2018-01-17 15:53 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-17 13:36 [binutils-gdb/gdb-8.1-branch] Don't pass -m64 to libcc1 on aarch64-linux sergiodj+buildbot
2018-01-17 14:24 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-15 22:32 [binutils-gdb/gdb-8.1-branch] Fix scm-ports.exp regression sergiodj+buildbot
2018-01-15 22:32 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-12 21:42 [binutils-gdb/gdb-8.1-branch] Add testcase for GDB hang fixed by previous commit sergiodj+buildbot
2018-01-12 22:19 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-12 20:43 [binutils-gdb/gdb-8.1-branch] Fix GDB hang with remote after error from resume sergiodj+buildbot
2018-01-12 20:43 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-12  6:37 [binutils-gdb/gdb-8.1-branch] Bump GDB version number to 8.0.91.DATE-git sergiodj+buildbot
2018-01-12  7:22 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-12  5:53 [binutils-gdb/gdb-8.1-branch] Set GDB version number to 8.0.91 sergiodj+buildbot
2018-01-12  6:33 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-12  5:00 [binutils-gdb/gdb-8.1-branch] gdb/NEWS: Rename "Changes since 8.0" into "Changes in 8.1" sergiodj+buildbot
2018-01-12  5:44 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-11 19:39 [binutils-gdb/gdb-8.1-branch] gdb.base/breakpoint-in-ro-region.exp regression on sss targets (PR gdb/22583) sergiodj+buildbot
2018-01-11 19:41 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-11  7:05 [binutils-gdb/gdb-8.1-branch] Fix backwards compatibility with old GDBservers (PR remote/22597) sergiodj+buildbot
2018-01-11  7:07 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-11  5:03 [binutils-gdb/gdb-8.1-branch] language_get_symbol_name_matcher -> get_symbol_name_matcher sergiodj+buildbot
2018-01-11  5:05 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-11  4:10 [binutils-gdb/gdb-8.1-branch] Ada: make verbatim matcher override other language matchers (PR gdb/22670) sergiodj+buildbot
2018-01-11  4:19 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-11  3:20 [binutils-gdb/gdb-8.1-branch] Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670) sergiodj+buildbot
2018-01-11  3:54 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-11  2:27 [binutils-gdb/gdb-8.1-branch] Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670) sergiodj+buildbot
2018-01-11  3:07 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-08 16:07 [binutils-gdb/gdb-8.1-branch] hurd: Add enough auxv support for AT_ENTRY for PIE binaries sergiodj+buildbot
2018-01-08 16:09 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot
2018-01-08 12:27 [binutils-gdb/gdb-8.1-branch] Fix GDBserver build failure when $development is false sergiodj+buildbot
2018-01-08 13:01 ` Failures on Fedora-i686, branch gdb-8.1-branch sergiodj+buildbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).