Handle symbol visibility/locality for PIE/PIC
[official-gcc.git] / gcc / testsuite / gnat.dg / lto9_pkg2.adb
blob0291d608c4e583cad3dcb44ddd8a88bd137b8ba2
1 package body Lto9_Pkg2 is
3 procedure Put (List : in out List_Type;
4 Elem_Ptr : in Element_Ptr;
5 Location : in Index) is
6 begin
7 List.Elements(Location) := Elem_Ptr;
8 end Put;
10 end Lto9_Pkg2;