Sign in
gnu
/
binutils-gdb
/
ae66a8f19ef6bf2dc7369cf26073f34ddf7c175b
/
.
/
gold
/
testsuite
/
pr22266_a.c
blob: 7c773db5466e8ef775372ac20f83f3ded297b2d4 [
file
] [
log
] [
blame
]
__attribute__
((
section
(
".data.a"
)))
static
int
int_from_a_1
=
0x11223344
;
__attribute__
((
section
(
".data.rel.ro.a"
)))
int
*
p_int_from_a_2
=
&
int_from_a_1
;
const
char
*
hello
(
void
);
const
char
*
hello
(
void
)
{
return
"XXXHello, world!"
+
3
;
}