aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorSenthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>2017-02-01 11:38:39 +0530
committerSenthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>2017-02-01 11:55:19 +0530
commit067869b677a9f167e13a7bdb5f5a4d408df9006a (patch)
tree44e8d16b4ab86c706f1ef7f1fc8979fd020a4ba3 /ld
parented35cc4a1cb76fd9ac53ad19efb97ee2caffbae9 (diff)
downloadgdb-067869b677a9f167e13a7bdb5f5a4d408df9006a.zip
gdb-067869b677a9f167e13a7bdb5f5a4d408df9006a.tar.gz
gdb-067869b677a9f167e13a7bdb5f5a4d408df9006a.tar.bz2
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.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/testsuite/ld-scripts/print-memory-usage-1.l2
2 files changed, 6 insertions, 1 deletions
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%