aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlprint.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-18 06:32:47 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-18 06:32:47 +0100
commitc0ab680648a1d803d9e1d7f5e51988a70e5be41a (patch)
treea24ead75e7f5b80597efa32a41a498a0e8cbae3b /src/ghdldrv/ghdlprint.adb
parent895702308daaa9becbacc5fd5e2906960be878cc (diff)
downloadghdl-c0ab680648a1d803d9e1d7f5e51988a70e5be41a.tar.gz
ghdl-c0ab680648a1d803d9e1d7f5e51988a70e5be41a.tar.bz2
ghdl-c0ab680648a1d803d9e1d7f5e51988a70e5be41a.zip
files_map: rename Get_Source_File_Directory to Get_Directory_Name.
Diffstat (limited to 'src/ghdldrv/ghdlprint.adb')
-rw-r--r--src/ghdldrv/ghdlprint.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb
index 513e68baa..63acd06f3 100644
--- a/src/ghdldrv/ghdlprint.adb
+++ b/src/ghdldrv/ghdlprint.adb
@@ -1640,7 +1640,7 @@ package body Ghdlprint is
if Loc_File /= Cur_File then
Cur_File := Loc_File;
Put ("XFILE: ");
- Dir := Get_Source_File_Directory (Cur_File);
+ Dir := Get_Directory_Name (Cur_File);
if Dir /= Null_Identifier then
Put (Image (Dir));
end if;