~ubuntu-branches/ubuntu/maverick/ghdl/maverick

« back to all changes in this revision

Viewing changes to ghdl/vhdl/grt/grt.adc

  • Committer: Bazaar Package Importer
  • Author(s): Wesley J. Landaker
  • Date: 2009-04-02 21:23:07 UTC
  • mfrom: (1.1.11 upstream) (3.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090402212307-01pkh97q9b3u1vea
Tags: 0.27+svn110+gcc4.3.3+dfsg-1
* Now using gcc-4.3.3
* Updated copyright information
* Added Vcs-Git information
* Updated to policy 3.8.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
--
28
28
--  This files is *not* names gnat.adc, in order to ease the possibility of
29
29
--  not using it.
 
30
--pragma Restrictions (No_Exception_Handlers);
30
31
--pragma restrictions (No_Exceptions);
31
32
pragma Restrictions (No_Secondary_Stack);
32
33
--pragma Restrictions (No_Elaboration_Code);
33
34
pragma Restrictions (No_Io);
34
35
--pragma restrictions (no_dependence => Ada.Tags);
35
 
pragma restrictions (no_dependence => GNAT);
 
36
--pragma restrictions (no_dependence => GNAT);
36
37
pragma Restrictions (Max_Tasks => 0);
37
38
pragma Restrictions (No_Implicit_Heap_Allocations);
 
39
--pragma No_Run_Time;