repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-x86-64
/
gotpcrel1c.c
blob
05f5fc2e3a7b92e01737d10ebedd20ba91883c34
1
#include <stdlib.h>
2
3
void
4
myexit
(
int
status
)
5
{
6
exit
(
status
);
7
}