repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hppa: Update install documentation
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
bip_cu_t.adb
blob
bf005b1c19152aeea662f17d9741f835c7c06cea
1
package body
BIP_CU_T
is
2
3
function
Make_T
(
Name
:
String
)
return
T
is
4
begin
5
return
(
Name
=>
To_Unbounded_String
(
Name
),
others
=> <>);
6
end
Make_T
;
7
8
end
BIP_CU_T
;