Add hppa-openbsd target
[official-gcc.git] / gcc / ada / machcode.ads
blob8a29920e6aadbb0814e01502aae70722a55f2afc
1 ------------------------------------------------------------------------------
2 -- --
3 -- GNAT COMPILER COMPONENTS --
4 -- --
5 -- M A C H I N E _ C O D E --
6 -- --
7 -- S p e c --
8 -- --
9 -- --
10 -- This specification is adapted from the Ada Reference Manual for use with --
11 -- GNAT. In accordance with the copyright of that document, you can freely --
12 -- copy and modify this specification, provided that if you redistribute a --
13 -- modified version, any changes that you have made are clearly indicated. --
14 -- --
15 ------------------------------------------------------------------------------
17 with System.Machine_Code;
18 package Machine_Code renames System.Machine_Code;