elf: Fix wrong fscanf usage on tst-pldd
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 5 Jul 2022 15:58:40 +0000 (12:58 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 15 Jul 2022 13:07:55 +0000 (10:07 -0300)
commitc353689e49e72f3aafa1a9e68d4f7a4f33a79cbe
tree85a39e3f225d1e30c12726d09030497329a8780b
parentd0fa09a7701956036ff36f8ca188e9fff81553d8
elf: Fix wrong fscanf usage on tst-pldd

The fix done b2cd93fce666fdc8c9a5c64af2741a8a6940ac99 does not really
work since macro strification does not expand the sizeof nor the
arithmetic operation.

Checked on x86_64-linux-gnu.
elf/tst-pldd.c