gdb/testsuite: Remove duplicates from gdb.base/dfp-test.exp
authorLancelot SIX <lsix@lancelotsix.com>
Sat, 20 Nov 2021 00:10:07 +0000 (00:10 +0000)
committerLancelot SIX <lsix@lancelotsix.com>
Fri, 7 Jan 2022 22:43:33 +0000 (22:43 +0000)
commit0fb8b9ba93ba2e26d9b6091c3cb8404a5178f747
tree83cd8c139f2ecccca2875342219e1db7221b975d
parentd60bbc70c0af7db13c98c6bbb358f9c989ce3476
gdb/testsuite: Remove duplicates from gdb.base/dfp-test.exp

When running the testsuite, I have:

    Running .../gdb/testsuite/gdb.base/dfp-test.exp ...
    DUPLICATE: gdb.base/dfp-test.exp: 1.23E is an invalid number
    DUPLICATE: gdb.base/dfp-test.exp: 1.23E45A is an invalid number
    DUPLICATE: gdb.base/dfp-test.exp: 1.23E is an invalid number
    DUPLICATE: gdb.base/dfp-test.exp: 1.23E45A is an invalid number

Fix by using proc_with_prefix where appropriate.

Tested on x86_64-linux.
Co-Authored-By: Andrew Burgess <aburgess@redhat.com>
gdb/testsuite/gdb.base/dfp-test.exp