From 5fde24d46fae799e6c0723850097a8fccd64d747 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 18 Dec 2013 05:27:55 +0100 Subject: Add references to added 'value routines in ghdlrun. --- translate/ghdldrv/ghdlrun.adb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'translate/ghdldrv') diff --git a/translate/ghdldrv/ghdlrun.adb b/translate/ghdldrv/ghdlrun.adb index 34b5edc..25bd385 100644 --- a/translate/ghdldrv/ghdlrun.adb +++ b/translate/ghdldrv/ghdlrun.adb @@ -517,8 +517,16 @@ package body Ghdlrun is Def (Trans_Decls.Ghdl_Image_P32, Grt.Images.Ghdl_Image_P32'Address); + Def (Trans_Decls.Ghdl_Value_B2, + Grt.Values.Ghdl_Value_B2'Address); Def (Trans_Decls.Ghdl_Value_I32, Grt.Values.Ghdl_Value_I32'Address); + Def (Trans_Decls.Ghdl_Value_F64, + Grt.Values.Ghdl_Value_F64'Address); + Def (Trans_Decls.Ghdl_Value_P32, + Grt.Values.Ghdl_Value_P32'Address); + Def (Trans_Decls.Ghdl_Value_P64, + Grt.Values.Ghdl_Value_P64'Address); Def (Trans_Decls.Ghdl_Get_Path_Name, Grt.Names.Ghdl_Get_Path_Name'Address); -- cgit