aboutsummaryrefslogtreecommitdiffstats
path: root/dist/mcode
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-01-09 09:06:57 +0100
committerTristan Gingold <tgingold@free.fr>2016-01-09 09:06:57 +0100
commitde9b850acd840f3f398f92deb526ea11284bb099 (patch)
tree58dfa893a6c2c46e0d3058d07ce4d70bc81e3a0c /dist/mcode
parent750e0b0f7212b99669912be3df86ab65aa002eb2 (diff)
downloadghdl-de9b850acd840f3f398f92deb526ea11284bb099.tar.gz
ghdl-de9b850acd840f3f398f92deb526ea11284bb099.tar.bz2
ghdl-de9b850acd840f3f398f92deb526ea11284bb099.zip
Add elf_arch for windows (!)
Diffstat (limited to 'dist/mcode')
-rw-r--r--dist/mcode/windows/elf_arch.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/mcode/windows/elf_arch.ads b/dist/mcode/windows/elf_arch.ads
new file mode 100644
index 000000000..325c4e5e3
--- /dev/null
+++ b/dist/mcode/windows/elf_arch.ads
@@ -0,0 +1,2 @@
+with Elf_Arch32;
+package Elf_Arch renames Elf_Arch32;