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
i386: Zero extend 32-bit address to 64-bit with option -mx32 -maddress-mode=long...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
mips
/
mips-nonpic
/
main-9.c
blob
da22e530882f4655dc2f928c45ea85dc2db325d2
1
/* { dg-options "pic-addr.o pic-receive-fn-addr.o nonpic-nothing.o pic-nothing.o" } */
2
3
#include
"mips-nonpic.h"
4
5
int
6
main
()
7
{
8
pic_addr
();
9
nonpic_nothing
();
10
exit
(
0
);
11
}