From 2d13fda6b6d39d5beb80b9d2a3795003f94d74ae Mon Sep 17 00:00:00 2001 From: Luis Machado Date: Wed, 6 Jan 2021 16:43:10 -0300 Subject: [PATCH] Adjust testcase for new CHERI printing option gdb/testsuite/ChangeLog: 2021-01-15 Luis Machado * gdb.base/options.exp: Add -compact-capabilities option. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/options.exp | 1 + 2 files changed, 5 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 82afea8d82c..e080ac0c4ee 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2021-01-15 Luis Machado + + * gdb.base/options.exp: Add -compact-capabilities option. + 2020-10-20 Luis Machado * gdb.dwarf2/dw2-capability.exp: New test. diff --git a/gdb/testsuite/gdb.base/options.exp b/gdb/testsuite/gdb.base/options.exp index 3c4f9060a90..4848af20af6 100644 --- a/gdb/testsuite/gdb.base/options.exp +++ b/gdb/testsuite/gdb.base/options.exp @@ -163,6 +163,7 @@ proc_with_prefix test-print {{prefix ""}} { "-address" "-array" "-array-indexes" + "-compact-capabilities" "-elements" "-max-depth" "-null-stop" -- 2.47.2