From 067869b677a9f167e13a7bdb5f5a4d408df9006a Mon Sep 17 00:00:00 2001 From: Senthil Kumar Selvaraj Date: Wed, 1 Feb 2017 11:38:39 +0530 Subject: [PATCH] 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. --- ld/ChangeLog | 5 +++++ ld/testsuite/ld-scripts/print-memory-usage-1.l | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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% -- 2.30.2