diff options
Diffstat (limited to 'src/ghdldrv/ghdl_gcc.adb')
-rw-r--r-- | src/ghdldrv/ghdl_gcc.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdl_gcc.adb b/src/ghdldrv/ghdl_gcc.adb index 86945c7c7..ce39bc830 100644 --- a/src/ghdldrv/ghdl_gcc.adb +++ b/src/ghdldrv/ghdl_gcc.adb @@ -19,6 +19,7 @@ with Ghdldrv; with Ghdlprint; with Ghdlvpi; with Ghdlxml; +with Ghdllib; with Ghdlsynth_Maybe; procedure Ghdl_Gcc is @@ -33,6 +34,7 @@ begin Ghdlprint.Register_Commands; Ghdlvpi.Register_Commands; Ghdlxml.Register_Commands; + Ghdllib.Register_Commands; Ghdlmain.Register_Commands; Ghdlmain.Main; end Ghdl_Gcc; |