aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-objtypes.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-15 19:06:18 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-15 19:06:18 +0200
commit46ae659235e7bf1f579143f2e3869a6c2d028e5e (patch)
tree410907b47efa7229eb7748e9f0d73b02d9ae3f27 /src/synth/synth-objtypes.adb
parent659dc5995a93794ca27949667edf90cc9f04468b (diff)
downloadghdl-46ae659235e7bf1f579143f2e3869a6c2d028e5e.tar.gz
ghdl-46ae659235e7bf1f579143f2e3869a6c2d028e5e.tar.bz2
ghdl-46ae659235e7bf1f579143f2e3869a6c2d028e5e.zip
synth: handle non-text file (add signatures).
Diffstat (limited to 'src/synth/synth-objtypes.adb')
-rw-r--r--src/synth/synth-objtypes.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/synth-objtypes.adb b/src/synth/synth-objtypes.adb
index 77c88ee8e..585605190 100644
--- a/src/synth/synth-objtypes.adb
+++ b/src/synth/synth-objtypes.adb
@@ -494,7 +494,8 @@ package body Synth.Objtypes is
Al => 2,
Sz => 4,
W => 32,
- File_Typ => File_Type)));
+ File_Typ => File_Type,
+ File_Signature => null)));
end Create_File_Type;
function Create_Protected_Type return Type_Acc