aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--src/grt/grt-disp_rti.adb10
2 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 84761de91..bc5dd4329 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -326,6 +326,7 @@ distclean: clean
clean-c: force
$(RM) -f memsegs_c.o chkstk.o linux.o times.o grt-cbinding.o grt-cvpi.o
+ $(RM) -f fstapi.o fastlz.o lz4.o
force:
diff --git a/src/grt/grt-disp_rti.adb b/src/grt/grt-disp_rti.adb
index f84dffe80..a8c2d9648 100644
--- a/src/grt/grt-disp_rti.adb
+++ b/src/grt/grt-disp_rti.adb
@@ -338,10 +338,6 @@ package body Grt.Disp_Rti is
when Ghdl_Rtik_Architecture =>
Put ("ghdl_rtik_architecture");
- when Ghdl_Rtik_Port =>
- Put ("ghdl_rtik_port");
- when Ghdl_Rtik_Generic =>
- Put ("ghdl_rtik_generic");
when Ghdl_Rtik_Process =>
Put ("ghdl_rtik_process");
when Ghdl_Rtik_Component =>
@@ -368,6 +364,12 @@ package body Grt.Disp_Rti is
Put ("ghdl_rtik_guard");
when Ghdl_Rtik_File =>
Put ("ghdl_rtik_file");
+ when Ghdl_Rtik_Port =>
+ Put ("ghdl_rtik_port");
+ when Ghdl_Rtik_Generic =>
+ Put ("ghdl_rtik_generic");
+ when Ghdl_Rtik_Alias =>
+ Put ("ghdl_rtik_alias");
when Ghdl_Rtik_Instance =>
Put ("ghdl_rtik_instance");