From 2851e70ffac0e2074a8fc3111410e42c16999bb2 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 14 Sep 2015 21:25:01 +0200 Subject: grt: add --list-features, and --has-feature --- src/grt/grt-vpi.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/grt/grt-vpi.adb') diff --git a/src/grt/grt-vpi.adb b/src/grt/grt-vpi.adb index 37cc714..bc594e4 100644 --- a/src/grt/grt-vpi.adb +++ b/src/grt/grt-vpi.adb @@ -973,7 +973,8 @@ package body Grt.Vpi is end Vpi_End; Vpi_Hooks : aliased constant Hooks_Type := - (Option => Vpi_Option'Access, + (Desc => new String'("vpi: vpi compatible API"), + Option => Vpi_Option'Access, Help => Vpi_Help'Access, Init => Vpi_Init'Access, Start => Vpi_Start'Access, -- cgit