aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-11-04 20:21:00 +0100
committerTristan Gingold <tgingold@free.fr>2014-11-04 20:21:00 +0100
commit0a088b311ed2fcebc542f8a2e42d09e2e3c9311c (patch)
tree8ec898f38ddff616e459a0df57b3f4112bd96ffc
parent9c195bf5d86d67ea5eb419ccf6e48dc153e57c68 (diff)
downloadghdl-0a088b311ed2fcebc542f8a2e42d09e2e3c9311c.tar.gz
ghdl-0a088b311ed2fcebc542f8a2e42d09e2e3c9311c.tar.bz2
ghdl-0a088b311ed2fcebc542f8a2e42d09e2e3c9311c.zip
Create src/vhdl subdirectory.
-rw-r--r--src/vhdl/back_end.adb (renamed from src/back_end.adb)0
-rw-r--r--src/vhdl/back_end.ads (renamed from src/back_end.ads)0
-rw-r--r--src/vhdl/canon.adb (renamed from src/canon.adb)0
-rw-r--r--src/vhdl/canon.ads (renamed from src/canon.ads)0
-rw-r--r--src/vhdl/canon_psl.adb (renamed from src/canon_psl.adb)0
-rw-r--r--src/vhdl/canon_psl.ads (renamed from src/canon_psl.ads)0
-rw-r--r--src/vhdl/configuration.adb (renamed from src/configuration.adb)0
-rw-r--r--src/vhdl/configuration.ads (renamed from src/configuration.ads)0
-rw-r--r--src/vhdl/disp_tree.adb (renamed from src/disp_tree.adb)0
-rw-r--r--src/vhdl/disp_tree.ads (renamed from src/disp_tree.ads)0
-rw-r--r--src/vhdl/disp_vhdl.adb (renamed from src/disp_vhdl.adb)0
-rw-r--r--src/vhdl/disp_vhdl.ads (renamed from src/disp_vhdl.ads)0
-rw-r--r--src/vhdl/errorout.adb (renamed from src/errorout.adb)0
-rw-r--r--src/vhdl/errorout.ads (renamed from src/errorout.ads)0
-rw-r--r--src/vhdl/evaluation.adb (renamed from src/evaluation.adb)0
-rw-r--r--src/vhdl/evaluation.ads (renamed from src/evaluation.ads)0
-rw-r--r--src/vhdl/ieee-std_logic_1164.adb (renamed from src/ieee-std_logic_1164.adb)0
-rw-r--r--src/vhdl/ieee-std_logic_1164.ads (renamed from src/ieee-std_logic_1164.ads)0
-rw-r--r--src/vhdl/ieee-vital_timing.adb (renamed from src/ieee-vital_timing.adb)0
-rw-r--r--src/vhdl/ieee-vital_timing.ads (renamed from src/ieee-vital_timing.ads)0
-rw-r--r--src/vhdl/ieee.ads (renamed from src/ieee.ads)0
-rw-r--r--src/vhdl/iir_chain_handling.adb (renamed from src/iir_chain_handling.adb)0
-rw-r--r--src/vhdl/iir_chain_handling.ads (renamed from src/iir_chain_handling.ads)0
-rw-r--r--src/vhdl/iir_chains.adb (renamed from src/iir_chains.adb)0
-rw-r--r--src/vhdl/iir_chains.ads (renamed from src/iir_chains.ads)0
-rw-r--r--src/vhdl/iirs.adb (renamed from src/iirs.adb)0
-rw-r--r--src/vhdl/iirs.adb.in (renamed from src/iirs.adb.in)0
-rw-r--r--src/vhdl/iirs.ads (renamed from src/iirs.ads)0
-rw-r--r--src/vhdl/iirs_utils.adb (renamed from src/iirs_utils.adb)0
-rw-r--r--src/vhdl/iirs_utils.ads (renamed from src/iirs_utils.ads)0
-rw-r--r--src/vhdl/iirs_walk.adb (renamed from src/iirs_walk.adb)0
-rw-r--r--src/vhdl/iirs_walk.ads (renamed from src/iirs_walk.ads)0
-rw-r--r--src/vhdl/nodes.adb (renamed from src/nodes.adb)0
-rw-r--r--src/vhdl/nodes.ads (renamed from src/nodes.ads)0
-rw-r--r--src/vhdl/nodes_gc.adb (renamed from src/nodes_gc.adb)0
-rw-r--r--src/vhdl/nodes_gc.adb.in (renamed from src/nodes_gc.adb.in)0
-rw-r--r--src/vhdl/nodes_gc.ads (renamed from src/nodes_gc.ads)0
-rw-r--r--src/vhdl/nodes_meta.adb (renamed from src/nodes_meta.adb)0
-rw-r--r--src/vhdl/nodes_meta.adb.in (renamed from src/nodes_meta.adb.in)0
-rw-r--r--src/vhdl/nodes_meta.ads (renamed from src/nodes_meta.ads)0
-rw-r--r--src/vhdl/nodes_meta.ads.in (renamed from src/nodes_meta.ads.in)0
-rw-r--r--src/vhdl/parse.adb (renamed from src/parse.adb)0
-rw-r--r--src/vhdl/parse.ads (renamed from src/parse.ads)0
-rw-r--r--src/vhdl/parse_psl.adb (renamed from src/parse_psl.adb)0
-rw-r--r--src/vhdl/parse_psl.ads (renamed from src/parse_psl.ads)0
-rw-r--r--src/vhdl/post_sems.adb (renamed from src/post_sems.adb)0
-rw-r--r--src/vhdl/post_sems.ads (renamed from src/post_sems.ads)0
-rw-r--r--src/vhdl/psl-errors.ads (renamed from src/psl-errors.ads)0
-rw-r--r--src/vhdl/scanner-scan_literal.adb (renamed from src/scanner-scan_literal.adb)0
-rw-r--r--src/vhdl/scanner.adb (renamed from src/scanner.adb)0
-rw-r--r--src/vhdl/scanner.ads (renamed from src/scanner.ads)0
-rw-r--r--src/vhdl/sem.adb (renamed from src/sem.adb)0
-rw-r--r--src/vhdl/sem.ads (renamed from src/sem.ads)0
-rw-r--r--src/vhdl/sem_assocs.adb (renamed from src/sem_assocs.adb)0
-rw-r--r--src/vhdl/sem_assocs.ads (renamed from src/sem_assocs.ads)0
-rw-r--r--src/vhdl/sem_decls.adb (renamed from src/sem_decls.adb)0
-rw-r--r--src/vhdl/sem_decls.ads (renamed from src/sem_decls.ads)0
-rw-r--r--src/vhdl/sem_expr.adb (renamed from src/sem_expr.adb)0
-rw-r--r--src/vhdl/sem_expr.ads (renamed from src/sem_expr.ads)0
-rw-r--r--src/vhdl/sem_inst.adb (renamed from src/sem_inst.adb)0
-rw-r--r--src/vhdl/sem_inst.ads (renamed from src/sem_inst.ads)0
-rw-r--r--src/vhdl/sem_names.adb (renamed from src/sem_names.adb)0
-rw-r--r--src/vhdl/sem_names.ads (renamed from src/sem_names.ads)0
-rw-r--r--src/vhdl/sem_psl.adb (renamed from src/sem_psl.adb)0
-rw-r--r--src/vhdl/sem_psl.ads (renamed from src/sem_psl.ads)0
-rw-r--r--src/vhdl/sem_scopes.adb (renamed from src/sem_scopes.adb)0
-rw-r--r--src/vhdl/sem_scopes.ads (renamed from src/sem_scopes.ads)0
-rw-r--r--src/vhdl/sem_specs.adb (renamed from src/sem_specs.adb)0
-rw-r--r--src/vhdl/sem_specs.ads (renamed from src/sem_specs.ads)0
-rw-r--r--src/vhdl/sem_stmts.adb (renamed from src/sem_stmts.adb)0
-rw-r--r--src/vhdl/sem_stmts.ads (renamed from src/sem_stmts.ads)0
-rw-r--r--src/vhdl/sem_types.adb (renamed from src/sem_types.adb)0
-rw-r--r--src/vhdl/sem_types.ads (renamed from src/sem_types.ads)0
-rw-r--r--src/vhdl/std_package.adb (renamed from src/std_package.adb)0
-rw-r--r--src/vhdl/std_package.ads (renamed from src/std_package.ads)0
-rw-r--r--src/vhdl/tokens.adb (renamed from src/tokens.adb)0
-rw-r--r--src/vhdl/tokens.ads (renamed from src/tokens.ads)0
-rw-r--r--src/vhdl/xrefs.adb (renamed from src/xrefs.adb)0
-rw-r--r--src/vhdl/xrefs.ads (renamed from src/xrefs.ads)0
79 files changed, 0 insertions, 0 deletions
diff --git a/src/back_end.adb b/src/vhdl/back_end.adb
index 81bc20732..81bc20732 100644
--- a/src/back_end.adb
+++ b/src/vhdl/back_end.adb
diff --git a/src/back_end.ads b/src/vhdl/back_end.ads
index 3ee1e686a..3ee1e686a 100644
--- a/src/back_end.ads
+++ b/src/vhdl/back_end.ads
diff --git a/src/canon.adb b/src/vhdl/canon.adb
index cd2dae0fd..cd2dae0fd 100644
--- a/src/canon.adb
+++ b/src/vhdl/canon.adb
diff --git a/src/canon.ads b/src/vhdl/canon.ads
index 574a31824..574a31824 100644
--- a/src/canon.ads
+++ b/src/vhdl/canon.ads
diff --git a/src/canon_psl.adb b/src/vhdl/canon_psl.adb
index 1e1d8de18..1e1d8de18 100644
--- a/src/canon_psl.adb
+++ b/src/vhdl/canon_psl.adb
diff --git a/src/canon_psl.ads b/src/vhdl/canon_psl.ads
index 3a8c501ac..3a8c501ac 100644
--- a/src/canon_psl.ads
+++ b/src/vhdl/canon_psl.ads
diff --git a/src/configuration.adb b/src/vhdl/configuration.adb
index f570b692e..f570b692e 100644
--- a/src/configuration.adb
+++ b/src/vhdl/configuration.adb
diff --git a/src/configuration.ads b/src/vhdl/configuration.ads
index 0a19a23c2..0a19a23c2 100644
--- a/src/configuration.ads
+++ b/src/vhdl/configuration.ads
diff --git a/src/disp_tree.adb b/src/vhdl/disp_tree.adb
index fbaaa939b..fbaaa939b 100644
--- a/src/disp_tree.adb
+++ b/src/vhdl/disp_tree.adb
diff --git a/src/disp_tree.ads b/src/vhdl/disp_tree.ads
index 94b1d29e3..94b1d29e3 100644
--- a/src/disp_tree.ads
+++ b/src/vhdl/disp_tree.ads
diff --git a/src/disp_vhdl.adb b/src/vhdl/disp_vhdl.adb
index 73a8e420f..73a8e420f 100644
--- a/src/disp_vhdl.adb
+++ b/src/vhdl/disp_vhdl.adb
diff --git a/src/disp_vhdl.ads b/src/vhdl/disp_vhdl.ads
index 880290efd..880290efd 100644
--- a/src/disp_vhdl.ads
+++ b/src/vhdl/disp_vhdl.ads
diff --git a/src/errorout.adb b/src/vhdl/errorout.adb
index 1652bb43e..1652bb43e 100644
--- a/src/errorout.adb
+++ b/src/vhdl/errorout.adb
diff --git a/src/errorout.ads b/src/vhdl/errorout.ads
index ce694fe37..ce694fe37 100644
--- a/src/errorout.ads
+++ b/src/vhdl/errorout.ads
diff --git a/src/evaluation.adb b/src/vhdl/evaluation.adb
index 8279e140c..8279e140c 100644
--- a/src/evaluation.adb
+++ b/src/vhdl/evaluation.adb
diff --git a/src/evaluation.ads b/src/vhdl/evaluation.ads
index 66ec2a1cc..66ec2a1cc 100644
--- a/src/evaluation.ads
+++ b/src/vhdl/evaluation.ads
diff --git a/src/ieee-std_logic_1164.adb b/src/vhdl/ieee-std_logic_1164.adb
index ee58fe7a5..ee58fe7a5 100644
--- a/src/ieee-std_logic_1164.adb
+++ b/src/vhdl/ieee-std_logic_1164.adb
diff --git a/src/ieee-std_logic_1164.ads b/src/vhdl/ieee-std_logic_1164.ads
index b1f14f272..b1f14f272 100644
--- a/src/ieee-std_logic_1164.ads
+++ b/src/vhdl/ieee-std_logic_1164.ads
diff --git a/src/ieee-vital_timing.adb b/src/vhdl/ieee-vital_timing.adb
index d6429e251..d6429e251 100644
--- a/src/ieee-vital_timing.adb
+++ b/src/vhdl/ieee-vital_timing.adb
diff --git a/src/ieee-vital_timing.ads b/src/vhdl/ieee-vital_timing.ads
index 7abda2eba..7abda2eba 100644
--- a/src/ieee-vital_timing.ads
+++ b/src/vhdl/ieee-vital_timing.ads
diff --git a/src/ieee.ads b/src/vhdl/ieee.ads
index 48ab37630..48ab37630 100644
--- a/src/ieee.ads
+++ b/src/vhdl/ieee.ads
diff --git a/src/iir_chain_handling.adb b/src/vhdl/iir_chain_handling.adb
index 1e70a366a..1e70a366a 100644
--- a/src/iir_chain_handling.adb
+++ b/src/vhdl/iir_chain_handling.adb
diff --git a/src/iir_chain_handling.ads b/src/vhdl/iir_chain_handling.ads
index 3865e9b65..3865e9b65 100644
--- a/src/iir_chain_handling.ads
+++ b/src/vhdl/iir_chain_handling.ads
diff --git a/src/iir_chains.adb b/src/vhdl/iir_chains.adb
index ef47b6485..ef47b6485 100644
--- a/src/iir_chains.adb
+++ b/src/vhdl/iir_chains.adb
diff --git a/src/iir_chains.ads b/src/vhdl/iir_chains.ads
index dc2f3894c..dc2f3894c 100644
--- a/src/iir_chains.ads
+++ b/src/vhdl/iir_chains.ads
diff --git a/src/iirs.adb b/src/vhdl/iirs.adb
index 876d1464f..876d1464f 100644
--- a/src/iirs.adb
+++ b/src/vhdl/iirs.adb
diff --git a/src/iirs.adb.in b/src/vhdl/iirs.adb.in
index 04511bb67..04511bb67 100644
--- a/src/iirs.adb.in
+++ b/src/vhdl/iirs.adb.in
diff --git a/src/iirs.ads b/src/vhdl/iirs.ads
index cd58daa56..cd58daa56 100644
--- a/src/iirs.ads
+++ b/src/vhdl/iirs.ads
diff --git a/src/iirs_utils.adb b/src/vhdl/iirs_utils.adb
index 52c1ee8bb..52c1ee8bb 100644
--- a/src/iirs_utils.adb
+++ b/src/vhdl/iirs_utils.adb
diff --git a/src/iirs_utils.ads b/src/vhdl/iirs_utils.ads
index a588ab870..a588ab870 100644
--- a/src/iirs_utils.ads
+++ b/src/vhdl/iirs_utils.ads
diff --git a/src/iirs_walk.adb b/src/vhdl/iirs_walk.adb
index 399832907..399832907 100644
--- a/src/iirs_walk.adb
+++ b/src/vhdl/iirs_walk.adb
diff --git a/src/iirs_walk.ads b/src/vhdl/iirs_walk.ads
index 4c098f7d5..4c098f7d5 100644
--- a/src/iirs_walk.ads
+++ b/src/vhdl/iirs_walk.ads
diff --git a/src/nodes.adb b/src/vhdl/nodes.adb
index 2dc7736ce..2dc7736ce 100644
--- a/src/nodes.adb
+++ b/src/vhdl/nodes.adb
diff --git a/src/nodes.ads b/src/vhdl/nodes.ads
index adf6a5ee8..adf6a5ee8 100644
--- a/src/nodes.ads
+++ b/src/vhdl/nodes.ads
diff --git a/src/nodes_gc.adb b/src/vhdl/nodes_gc.adb
index 38966f27c..38966f27c 100644
--- a/src/nodes_gc.adb
+++ b/src/vhdl/nodes_gc.adb
diff --git a/src/nodes_gc.adb.in b/src/vhdl/nodes_gc.adb.in
index 7c4303bc5..7c4303bc5 100644
--- a/src/nodes_gc.adb.in
+++ b/src/vhdl/nodes_gc.adb.in
diff --git a/src/nodes_gc.ads b/src/vhdl/nodes_gc.ads
index ef8e647c3..ef8e647c3 100644
--- a/src/nodes_gc.ads
+++ b/src/vhdl/nodes_gc.ads
diff --git a/src/nodes_meta.adb b/src/vhdl/nodes_meta.adb
index 3e038f549..3e038f549 100644
--- a/src/nodes_meta.adb
+++ b/src/vhdl/nodes_meta.adb
diff --git a/src/nodes_meta.adb.in b/src/vhdl/nodes_meta.adb.in
index d94c2d626..d94c2d626 100644
--- a/src/nodes_meta.adb.in
+++ b/src/vhdl/nodes_meta.adb.in
diff --git a/src/nodes_meta.ads b/src/vhdl/nodes_meta.ads
index 2d1f5e1c0..2d1f5e1c0 100644
--- a/src/nodes_meta.ads
+++ b/src/vhdl/nodes_meta.ads
diff --git a/src/nodes_meta.ads.in b/src/vhdl/nodes_meta.ads.in
index 8e1dceca9..8e1dceca9 100644
--- a/src/nodes_meta.ads.in
+++ b/src/vhdl/nodes_meta.ads.in
diff --git a/src/parse.adb b/src/vhdl/parse.adb
index 97ff87691..97ff87691 100644
--- a/src/parse.adb
+++ b/src/vhdl/parse.adb
diff --git a/src/parse.ads b/src/vhdl/parse.ads
index 26bdef3ec..26bdef3ec 100644
--- a/src/parse.ads
+++ b/src/vhdl/parse.ads
diff --git a/src/parse_psl.adb b/src/vhdl/parse_psl.adb
index 7cb20ca3b..7cb20ca3b 100644
--- a/src/parse_psl.adb
+++ b/src/vhdl/parse_psl.adb
diff --git a/src/parse_psl.ads b/src/vhdl/parse_psl.ads
index 62869feb8..62869feb8 100644
--- a/src/parse_psl.ads
+++ b/src/vhdl/parse_psl.ads
diff --git a/src/post_sems.adb b/src/vhdl/post_sems.adb
index 78eda5015..78eda5015 100644
--- a/src/post_sems.adb
+++ b/src/vhdl/post_sems.adb
diff --git a/src/post_sems.ads b/src/vhdl/post_sems.ads
index ed042264e..ed042264e 100644
--- a/src/post_sems.ads
+++ b/src/vhdl/post_sems.ads
diff --git a/src/psl-errors.ads b/src/vhdl/psl-errors.ads
index e99bb7de6..e99bb7de6 100644
--- a/src/psl-errors.ads
+++ b/src/vhdl/psl-errors.ads
diff --git a/src/scanner-scan_literal.adb b/src/vhdl/scanner-scan_literal.adb
index 74acf44d5..74acf44d5 100644
--- a/src/scanner-scan_literal.adb
+++ b/src/vhdl/scanner-scan_literal.adb
diff --git a/src/scanner.adb b/src/vhdl/scanner.adb
index 260bd7c8f..260bd7c8f 100644
--- a/src/scanner.adb
+++ b/src/vhdl/scanner.adb
diff --git a/src/scanner.ads b/src/vhdl/scanner.ads
index ddc0d1819..ddc0d1819 100644
--- a/src/scanner.ads
+++ b/src/vhdl/scanner.ads
diff --git a/src/sem.adb b/src/vhdl/sem.adb
index e82bd72b7..e82bd72b7 100644
--- a/src/sem.adb
+++ b/src/vhdl/sem.adb
diff --git a/src/sem.ads b/src/vhdl/sem.ads
index 5586483a1..5586483a1 100644
--- a/src/sem.ads
+++ b/src/vhdl/sem.ads
diff --git a/src/sem_assocs.adb b/src/vhdl/sem_assocs.adb
index 96e660875..96e660875 100644
--- a/src/sem_assocs.adb
+++ b/src/vhdl/sem_assocs.adb
diff --git a/src/sem_assocs.ads b/src/vhdl/sem_assocs.ads
index ec460e0e3..ec460e0e3 100644
--- a/src/sem_assocs.ads
+++ b/src/vhdl/sem_assocs.ads
diff --git a/src/sem_decls.adb b/src/vhdl/sem_decls.adb
index a7c0b4b44..a7c0b4b44 100644
--- a/src/sem_decls.adb
+++ b/src/vhdl/sem_decls.adb
diff --git a/src/sem_decls.ads b/src/vhdl/sem_decls.ads
index 7a8e24042..7a8e24042 100644
--- a/src/sem_decls.ads
+++ b/src/vhdl/sem_decls.ads
diff --git a/src/sem_expr.adb b/src/vhdl/sem_expr.adb
index f7af76c09..f7af76c09 100644
--- a/src/sem_expr.adb
+++ b/src/vhdl/sem_expr.adb
diff --git a/src/sem_expr.ads b/src/vhdl/sem_expr.ads
index a0422e727..a0422e727 100644
--- a/src/sem_expr.ads
+++ b/src/vhdl/sem_expr.ads
diff --git a/src/sem_inst.adb b/src/vhdl/sem_inst.adb
index a9ba7560e..a9ba7560e 100644
--- a/src/sem_inst.adb
+++ b/src/vhdl/sem_inst.adb
diff --git a/src/sem_inst.ads b/src/vhdl/sem_inst.ads
index da8cd5d27..da8cd5d27 100644
--- a/src/sem_inst.ads
+++ b/src/vhdl/sem_inst.ads
diff --git a/src/sem_names.adb b/src/vhdl/sem_names.adb
index 151e81708..151e81708 100644
--- a/src/sem_names.adb
+++ b/src/vhdl/sem_names.adb
diff --git a/src/sem_names.ads b/src/vhdl/sem_names.ads
index 3bc85305d..3bc85305d 100644
--- a/src/sem_names.ads
+++ b/src/vhdl/sem_names.ads
diff --git a/src/sem_psl.adb b/src/vhdl/sem_psl.adb
index cae63f740..cae63f740 100644
--- a/src/sem_psl.adb
+++ b/src/vhdl/sem_psl.adb
diff --git a/src/sem_psl.ads b/src/vhdl/sem_psl.ads
index 59df96f7f..59df96f7f 100644
--- a/src/sem_psl.ads
+++ b/src/vhdl/sem_psl.ads
diff --git a/src/sem_scopes.adb b/src/vhdl/sem_scopes.adb
index 71c758575..71c758575 100644
--- a/src/sem_scopes.adb
+++ b/src/vhdl/sem_scopes.adb
diff --git a/src/sem_scopes.ads b/src/vhdl/sem_scopes.ads
index 76faaf191..76faaf191 100644
--- a/src/sem_scopes.ads
+++ b/src/vhdl/sem_scopes.ads
diff --git a/src/sem_specs.adb b/src/vhdl/sem_specs.adb
index ca821b27e..ca821b27e 100644
--- a/src/sem_specs.adb
+++ b/src/vhdl/sem_specs.adb
diff --git a/src/sem_specs.ads b/src/vhdl/sem_specs.ads
index c27207b01..c27207b01 100644
--- a/src/sem_specs.ads
+++ b/src/vhdl/sem_specs.ads
diff --git a/src/sem_stmts.adb b/src/vhdl/sem_stmts.adb
index b5912fbc6..b5912fbc6 100644
--- a/src/sem_stmts.adb
+++ b/src/vhdl/sem_stmts.adb
diff --git a/src/sem_stmts.ads b/src/vhdl/sem_stmts.ads
index d3eeb8c09..d3eeb8c09 100644
--- a/src/sem_stmts.ads
+++ b/src/vhdl/sem_stmts.ads
diff --git a/src/sem_types.adb b/src/vhdl/sem_types.adb
index 12f276be1..12f276be1 100644
--- a/src/sem_types.adb
+++ b/src/vhdl/sem_types.adb
diff --git a/src/sem_types.ads b/src/vhdl/sem_types.ads
index 8eb7de108..8eb7de108 100644
--- a/src/sem_types.ads
+++ b/src/vhdl/sem_types.ads
diff --git a/src/std_package.adb b/src/vhdl/std_package.adb
index 1edfb6cda..1edfb6cda 100644
--- a/src/std_package.adb
+++ b/src/vhdl/std_package.adb
diff --git a/src/std_package.ads b/src/vhdl/std_package.ads
index 166c3c789..166c3c789 100644
--- a/src/std_package.ads
+++ b/src/vhdl/std_package.ads
diff --git a/src/tokens.adb b/src/vhdl/tokens.adb
index 5d27be8d9..5d27be8d9 100644
--- a/src/tokens.adb
+++ b/src/vhdl/tokens.adb
diff --git a/src/tokens.ads b/src/vhdl/tokens.ads
index c72873103..c72873103 100644
--- a/src/tokens.ads
+++ b/src/vhdl/tokens.ads
diff --git a/src/xrefs.adb b/src/vhdl/xrefs.adb
index 15696696b..15696696b 100644
--- a/src/xrefs.adb
+++ b/src/vhdl/xrefs.adb
diff --git a/src/xrefs.ads b/src/vhdl/xrefs.ads
index 74f2d0c7e..74f2d0c7e 100644
--- a/src/xrefs.ads
+++ b/src/vhdl/xrefs.ads