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
Rebase.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
mips
/
call-3.c
blob
37609088df0f646d9ec617bd5329b6382cf21e84
1
/* { dg-options "-mrelax-pic-calls -mno-shared" } */
2
/* { dg-final { scan-assembler "\\.reloc\t1f,R_MIPS_JALR,g\n1:\tjalrs?\t" } } */
3
/* { dg-require-visibility "" } */
4
5
__attribute__
((
visibility
(
"hidden"
)))
void
g
();
6
7
NOMIPS16
f
()
8
{
9
g
();
10
return
1
;
11
}