aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/mcode/binary_file-elf.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-08-31 16:23:22 +0200
committerTristan Gingold <tgingold@free.fr>2015-08-31 16:23:22 +0200
commit50a40f8823aab990ba9dc17af1e91c47f7f1692a (patch)
tree323fc5ae7abbd869551cf336e09b137377320e7d /src/ortho/mcode/binary_file-elf.ads
parent0cbb67816ad1651b23973d661cc509466382f929 (diff)
downloadghdl-50a40f8823aab990ba9dc17af1e91c47f7f1692a.tar.gz
ghdl-50a40f8823aab990ba9dc17af1e91c47f7f1692a.tar.bz2
ghdl-50a40f8823aab990ba9dc17af1e91c47f7f1692a.zip
mcode/binary_file: rename write routines.
Diffstat (limited to 'src/ortho/mcode/binary_file-elf.ads')
-rw-r--r--src/ortho/mcode/binary_file-elf.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ortho/mcode/binary_file-elf.ads b/src/ortho/mcode/binary_file-elf.ads
index e0d3a4d2a..6575a15e7 100644
--- a/src/ortho/mcode/binary_file-elf.ads
+++ b/src/ortho/mcode/binary_file-elf.ads
@@ -18,5 +18,5 @@
with GNAT.OS_Lib;
package Binary_File.Elf is
- procedure Write_Elf (Fd : GNAT.OS_Lib.File_Descriptor);
+ procedure Write (Fd : GNAT.OS_Lib.File_Descriptor);
end Binary_File.Elf;