From: Senthil Kumar Selvaraj Date: Wed, 1 Feb 2017 06:08:39 +0000 (+0530) Subject: Fix failing print-memory-usage-1 on Windows X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=067869b677a9f167e13a7bdb5f5a4d408df9006a;p=binutils-gdb.git Fix failing print-memory-usage-1 on Windows ld/ 2017-01-31 Senthil Kumar Selvaraj * testsuite/ld-scripts/print-memory-usage-1.l: Relax check for digit in second decimal place. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index b1e9d633910..3845d258c99 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2017-02-01 Senthil Kumar Selvaraj + + * testsuite/ld-scripts/print-memory-usage-1.l: Relax + check for digit in second decimal place. + 2017-02-01 Maciej W. Rozycki PR ld/20828 diff --git a/ld/testsuite/ld-scripts/print-memory-usage-1.l b/ld/testsuite/ld-scripts/print-memory-usage-1.l index 34bc8951c07..e666a632c96 100644 --- a/ld/testsuite/ld-scripts/print-memory-usage-1.l +++ b/ld/testsuite/ld-scripts/print-memory-usage-1.l @@ -1,3 +1,3 @@ Memory region Used Size Region Size %age Used - ROM: 32 B 1 KB 3.12% + ROM: 32 B 1 KB 3.1[23]% RAM: 32 B 256 KB 0.01%