diff options
Diffstat (limited to 'gcc/ada/libgnat/machcode.ads')
-rw-r--r-- | gcc/ada/libgnat/machcode.ads | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/ada/libgnat/machcode.ads b/gcc/ada/libgnat/machcode.ads new file mode 100644 index 0000000..55e1ae5 --- /dev/null +++ b/gcc/ada/libgnat/machcode.ads @@ -0,0 +1,18 @@ +------------------------------------------------------------------------------ +-- -- +-- GNAT COMPILER COMPONENTS -- +-- -- +-- M A C H I N E _ C O D E -- +-- -- +-- S p e c -- +-- -- +-- This specification is derived from the Ada Reference Manual for use with -- +-- GNAT. In accordance with the copyright of that document, you can freely -- +-- copy and modify this specification, provided that if you redistribute a -- +-- modified version, any changes that you have made are clearly indicated. -- +-- -- +------------------------------------------------------------------------------ + +with System.Machine_Code; + +package Machine_Code renames System.Machine_Code; |