aboutsummaryrefslogtreecommitdiffstats
path: root/ortho/mcode/ortho_code-abi.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-11-04 20:14:19 +0100
committerTristan Gingold <tgingold@free.fr>2014-11-04 20:14:19 +0100
commit9c195bf5d86d67ea5eb419ccf6e48dc153e57c68 (patch)
tree575346e529b99e26382b4a06f6ff2caa0b391ab2 /ortho/mcode/ortho_code-abi.ads
parent184a123f91e07c927292d67462561dc84f3a920d (diff)
downloadghdl-9c195bf5d86d67ea5eb419ccf6e48dc153e57c68.tar.gz
ghdl-9c195bf5d86d67ea5eb419ccf6e48dc153e57c68.tar.bz2
ghdl-9c195bf5d86d67ea5eb419ccf6e48dc153e57c68.zip
Move sources to src/ subdirectory.
Diffstat (limited to 'ortho/mcode/ortho_code-abi.ads')
-rw-r--r--ortho/mcode/ortho_code-abi.ads3
1 files changed, 0 insertions, 3 deletions
diff --git a/ortho/mcode/ortho_code-abi.ads b/ortho/mcode/ortho_code-abi.ads
deleted file mode 100644
index e75b08509..000000000
--- a/ortho/mcode/ortho_code-abi.ads
+++ /dev/null
@@ -1,3 +0,0 @@
-with Ortho_Code.X86.Abi;
-
-package Ortho_Code.Abi renames Ortho_Code.X86.Abi;