[binutils-gdb] Fix failing print-memory-usage-1 on Windows
Senthil Kumar Selvaraj
saaadhu@sourceware.org
Wed Feb 1 06:26:00 GMT 2017
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=067869b677a9f167e13a7bdb5f5a4d408df9006a
commit 067869b677a9f167e13a7bdb5f5a4d408df9006a
Author: Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
Date: Wed Feb 1 11:38:39 2017 +0530
Fix failing print-memory-usage-1 on Windows
ld/
2017-01-31 Senthil Kumar Selvaraj <senthilkumar.selvaraj@microchip.com>
* testsuite/ld-scripts/print-memory-usage-1.l: Relax
check for digit in second decimal place.
Diff:
---
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 b1e9d63..3845d25 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-01 Senthil Kumar Selvaraj <senthilkumar.selvaraj@microchip.com>
+
+ * testsuite/ld-scripts/print-memory-usage-1.l: Relax
+ check for digit in second decimal place.
+
2017-02-01 Maciej W. Rozycki <macro@imgtec.com>
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 34bc895..e666a63 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%
More information about the Binutils-cvs
mailing list