aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/mcode/binary_file.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-12-23 07:00:21 +0100
committerTristan Gingold <tgingold@free.fr>2014-12-23 07:00:21 +0100
commit28e674d71edf5c23419fde584ef2ea1228547e5b (patch)
treeeb848cd6207773628d727f60befea3d3dc6371d3 /src/ortho/mcode/binary_file.ads
parente0b78cd20fb43c20db63d32e404ae9c4ff9b35f8 (diff)
downloadghdl-28e674d71edf5c23419fde584ef2ea1228547e5b.tar.gz
ghdl-28e674d71edf5c23419fde584ef2ea1228547e5b.tar.bz2
ghdl-28e674d71edf5c23419fde584ef2ea1228547e5b.zip
Add requested pragma no_strict_aliasing.
Diffstat (limited to 'src/ortho/mcode/binary_file.ads')
-rw-r--r--src/ortho/mcode/binary_file.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ortho/mcode/binary_file.ads b/src/ortho/mcode/binary_file.ads
index 1a2bf588d..4618aebd0 100644
--- a/src/ortho/mcode/binary_file.ads
+++ b/src/ortho/mcode/binary_file.ads
@@ -154,6 +154,7 @@ private
type Byte_Array_Base is array (Pc_Type range <>) of Byte;
subtype Byte_Array is Byte_Array_Base (Pc_Type);
type Byte_Array_Acc is access Byte_Array;
+ pragma No_Strict_Aliasing (Byte_Array_Acc);
type String_Acc is access String;
--type Section_Flags is new Unsigned_32;