gdb/testsuite: remove MPFR detection in gdb.base/float128.exp
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 22 Dec 2022 15:10:24 +0000 (10:10 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Fri, 23 Dec 2022 16:17:39 +0000 (11:17 -0500)
commitc9397e5758137b75940e9cefcaaae499f86e7326
tree13e4fdb831460075bb8a7d38abceb79040328915
parentf51d9c6a77ef3c3e24242555babad61f8446e7aa
gdb/testsuite: remove MPFR detection in gdb.base/float128.exp

I see this fail since commit 991180627851 ("Use toplevel configure for
GMP and MPFR for gdb"):

    FAIL: gdb.base/float128.exp: show configuration

The test fails to find --with-mpfr or --without-mpfr in the "show
configuration" output.  Since MPFR has become mandatory, we can just
remove that check and simplify the test to assume MPFR support is there.

Change-Id: I4f3458470db0029705b390dfefed3a66dfc0633a
Approved-By: Tom de Vries <tdevries@suse.de>
gdb/testsuite/gdb.base/float128.exp