mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-21 09:19:31 +08:00
2e1bf723a9
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
11 lines
215 B
JSON
11 lines
215 B
JSON
{
|
|
"description": "Test abuse the section flags which breaks NASM 0.98.37",
|
|
"format": "elf",
|
|
"source": "tmap.asm",
|
|
"option": "-DLINUX",
|
|
"target": [
|
|
{ "output": "tmap.o" },
|
|
{ "stderr": "tmap.o.stderr" }
|
|
]
|
|
}
|