blob: 02396e539f59d799149942e1bfd249c3a5e90944 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[
{
"description": "Test .got offsets",
"id": "gotoff64",
"format": "elf64",
"source": "gotoff64.asm",
"target": [
{ "output": "gotoff64.o" }
]
},
{
"description": "Test errors in .got offsets",
"ref": "gotoff64",
"option": "-DERROR",
"target": [
{ "stderr": "gotoff64.stderr" }
],
"error": "expected"
}
]
|