aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlxml.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-10-05 20:41:43 +0200
committerTristan Gingold <tgingold@free.fr>2017-10-05 20:41:43 +0200
commitf3927d7bcc1540f8ea194b04b302260b03112de6 (patch)
tree61e9eda4d786d339e37bb8a0d04d714167cfe50f /src/ghdldrv/ghdlxml.adb
parentdad47583a6781fcfb3fdba82c36892331fc4bffd (diff)
downloadghdl-f3927d7bcc1540f8ea194b04b302260b03112de6.tar.gz
ghdl-f3927d7bcc1540f8ea194b04b302260b03112de6.tar.bz2
ghdl-f3927d7bcc1540f8ea194b04b302260b03112de6.zip
files_map: rename Load_Source_File to Read_Source_File.
Diffstat (limited to 'src/ghdldrv/ghdlxml.adb')
-rw-r--r--src/ghdldrv/ghdlxml.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlxml.adb b/src/ghdldrv/ghdlxml.adb
index 96356ddf2..de2e383ba 100644
--- a/src/ghdldrv/ghdlxml.adb
+++ b/src/ghdldrv/ghdlxml.adb
@@ -491,7 +491,7 @@ package body Ghdlxml is
-- Parse all files.
for I in Files'Range loop
Id := Get_Identifier (Files_Name (I).all);
- File := Load_Source_File (Libraries.Local_Directory, Id);
+ File := Read_Source_File (Libraries.Local_Directory, Id);
if File = No_Source_File_Entry then
Error ("cannot open " & Image (Id));
return;