summaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2017-12-11 00:16:31 -0500
committerJoel Brobecker <brobecker@adacore.com>2017-12-11 00:16:31 -0500
commita9c135fc7d0c005246849ff6b205fd5090248137 (patch)
treefc2d3b80f220b8a0dde3266f02b6f92341c72b8d /gdb/testsuite/ChangeLog
parent75323ba0a7588fcd6c8505077719abd50cae71e3 (diff)
Adapt gdb.ada/pkd_arr_elem.exp to accept reordered components
Recent versions of GNAT are capable of reordering record components to make their access for efficient. This patch adapts this test to accept both cases (reordered or not). gdb/testsuite/ChangeLog: * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept output with components being reordered.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 48bad29696..87ecb23306 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2017-12-11 Joel Brobecker <brobecker@adacore.com>
+
+ * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
+ output with components being reordered.
+
2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
Pedro Alves <palves@redhat.com>