mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* gdb.base/long_long.exp (gdb_test_long_long): Exclude
*-*-openbsd* from targets for wich we expect ARM FPA floating point format.
This commit is contained in:
parent
aa88762a70
commit
267a692b80
@ -1,3 +1,9 @@
|
||||
2006-07-17 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* gdb.base/long_long.exp (gdb_test_long_long): Exclude
|
||||
*-*-openbsd* from targets for wich we expect ARM FPA floating
|
||||
point format.
|
||||
|
||||
2006-07-17 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* gdb.cp/annota3.exp: Expect frame-begin annotation.
|
||||
|
@ -207,10 +207,11 @@ if { $sizeof_double == 8 || $sizeof_long_double == 8 } {
|
||||
# EABI targets default to natural-endian VFP format.
|
||||
|
||||
if { ([istarget "arm*-*-*"] || \
|
||||
[istarget "xscale*-*-*"] || \
|
||||
[istarget "strongarm*-*-*"]) \
|
||||
&& !([istarget "*-*-*eabi"] || \
|
||||
[istarget "*-*-symbianelf"]) } then {
|
||||
[istarget "xscale*-*-*"] || \
|
||||
[istarget "strongarm*-*-*"]) \
|
||||
&& !([istarget "*-*-*eabi"] || \
|
||||
[istarget "*-*-openbsd*"] || \
|
||||
[istarget "*-*-symbianelf"]) } then {
|
||||
# assume the long long represents a floating point double in ARM format
|
||||
gdb_test "p/f val.oct" "2.1386676354387559e\\+265"
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user