aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-09-17 20:39:19 +0200
committerTristan Gingold <tgingold@free.fr>2018-09-17 20:40:48 +0200
commit000a7f22208761c2d66856d9808f6095f745c5e7 (patch)
treef38af378d990ddc48947c2c08373824386a232c1 /src/vhdl
parentae55fdf2c7e5978244cfed413df3a068f4cef166 (diff)
downloadghdl-000a7f22208761c2d66856d9808f6095f745c5e7.tar.gz
ghdl-000a7f22208761c2d66856d9808f6095f745c5e7.tar.bz2
ghdl-000a7f22208761c2d66856d9808f6095f745c5e7.zip
Support alias of library.
Diffstat (limited to 'src/vhdl')
-rw-r--r--src/vhdl/sem_decls.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/sem_decls.adb b/src/vhdl/sem_decls.adb
index de4f38f04..a80bb9d39 100644
--- a/src/vhdl/sem_decls.adb
+++ b/src/vhdl/sem_decls.adb
@@ -2589,6 +2589,9 @@ package body Sem_Decls is
when Iir_Kind_Attribute_Declaration
| Iir_Kind_Component_Declaration =>
null;
+ when Iir_Kind_Library_Declaration =>
+ -- Not explicitly allowed before vhdl-08.
+ null;
when Iir_Kind_Terminal_Declaration =>
null;
when Iir_Kind_Base_Attribute =>