OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [opt20.adb] - Blame information for rev 696

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 696 jeremybenn
with Ada.Characters.Handling; use Ada.Characters.Handling;
2
 
3
package body Opt20 is
4
 
5
   type Build_Mode_State is (None, Static, Dynamic, Relocatable);
6
 
7
   procedure Build_Library (For_Project : Integer) is
8
      Project_Name : constant String := Get_Name_String (For_Project);
9
      The_Build_Mode : Build_Mode_State := None;
10
   begin
11
      Fail (Project_Name);
12
      Write_Str (To_Lower (Build_Mode_State'Image (The_Build_Mode)));
13
   end;
14
 
15
end Opt20;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.