diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2001-10-02 09:46:42 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2001-10-02 09:46:42 -0400 |
commit | 84481f762f0682e5f45b2f360446e1c7e333c880 (patch) | |
tree | ec92b635579926dc15738c43b5de10e402669757 /gcc/ada/machcode.ads | |
parent | 62a040818aae81ad8558ebbe3c8973a16e7c250f (diff) | |
download | gcc-84481f762f0682e5f45b2f360446e1c7e333c880.zip gcc-84481f762f0682e5f45b2f360446e1c7e333c880.tar.gz gcc-84481f762f0682e5f45b2f360446e1c7e333c880.tar.bz2 |
New Language: Ada
From-SVN: r45952
Diffstat (limited to 'gcc/ada/machcode.ads')
-rw-r--r-- | gcc/ada/machcode.ads | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc/ada/machcode.ads b/gcc/ada/machcode.ads new file mode 100644 index 0000000..ee20a96 --- /dev/null +++ b/gcc/ada/machcode.ads @@ -0,0 +1,19 @@ +------------------------------------------------------------------------------ +-- -- +-- GNAT COMPILER COMPONENTS -- +-- -- +-- M A C H I N E _ C O D E -- +-- -- +-- S p e c -- +-- -- +-- $Revision: 1.1 $ -- +-- -- +-- This specification is adapted 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; |