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
avoid unwarranted assumption in gdb.ada/fixed_points/fixed_points.adb
[binutils-gdb.git]
/
gold
/
testsuite
/
pr22266_a.c
blob
7c773db5466e8ef775372ac20f83f3ded297b2d4
1
__attribute__
((
section
(
".data.a"
)))
2
static int
int_from_a_1
=
0x11223344
;
3
4
__attribute__
((
section
(
".data.rel.ro.a"
)))
5
int
*
p_int_from_a_2
= &
int_from_a_1
;
6
7
const char
*
hello
(
void
);
8
9
const char
*
10
hello
(
void
)
11
{
12
return
"XXXHello, world!"
+
3
;
13
}