mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
10 lines
215 B
JSON
10 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" }
|
|
]
|
|
}
|