Summary: | FAIL: gdb.arch/amd64-init-x87-values.exp: check_x87_regs_around_init: check post FLD1 value of $fop | ||
---|---|---|---|
Product: | gdb | Reporter: | Tom de Vries <vries> |
Component: | testsuite | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | HEAD | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Tom de Vries
2020-11-28 14:45:52 UTC
Tentative patch: ... diff --git a/gdb/testsuite/gdb.arch/amd64-init-x87-values.exp b/gdb/testsuite/gdb.arch/amd64-init-x87-values.exp index 264c98b..6ad3430 100644 --- a/gdb/testsuite/gdb.arch/amd64-init-x87-values.exp +++ b/gdb/testsuite/gdb.arch/amd64-init-x87-values.exp @@ -105,7 +105,7 @@ proc_with_prefix check_x87_regs_around_init {} { "fioff" $addr \ "foseg" "0x0" \ "fooff" "0x0" \ - "fop" "0x0" \ + "fop" "0x0|0x1e8" \ "mxcsr" "0x1f80" ] { gdb_test "p/x \$${regname}" " = ${regvalue}" "check post FLD1 value of \$${regname}" } ... |