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
/
pr17689a.c
blob
5317668876e7539b2b2cfbac5cdd8efd14631a92
1
#include <stdio.h>
2
3
char
*
bar
=
"PASS"
;
4
extern
char
*
bar_alias
__attribute__
((
weak
,
alias
(
"bar"
)));
5
6
void
7
foo
(
char
*
x
)
8
{
9
printf
(
"%s
\n
"
,
x
);
10
}