Sign in
fuchsia
/
third_party
/
binutils-gdb
/
refs/heads/upstream/gdb-7.10-branch
/
.
/
gold
/
testsuite
/
script_test_12b.c
blob: a69866eae980a30c83ff4f6d2fe67b51ee1b4caa [
file
] [
log
] [
blame
] [
edit
]
int
b1
[]
__attribute
((
section
(
".x1"
)))
=
{
0x85
,
0x86
,
0x87
,
0x88
};
int
b2
[]
__attribute
((
section
(
".x2"
)))
=
{
0x95
,
0x96
,
0x97
,
0x98
};
int
b3
[]
__attribute
((
section
(
".x3"
)))
=
{
0xa5
,
0xa6
,
0xa7
,
0xa8
};