Fix BR #916647
commitf568613c2a17838aa91f5730f3b8a36c610d1aa4
authorVictor van den Elzen <victor.vde@gmail.com>
Wed, 5 Nov 2008 13:11:46 +0000 (5 14:11 +0100)
committerVictor van den Elzen <victor.vde@gmail.com>
Wed, 5 Nov 2008 13:19:15 +0000 (5 14:19 +0100)
tree4c41caab76149f2c7d7b842e34f2df56b881bf32
parent67a405e2f495982cac724fd95e1db8ee68b12c13
Fix BR #916647

nasm.c should respect the default debug format of the output format,
instead of replacing it with the first format in the list.
This is cleaner and allows the list to be sorted normally.

This commit rewrites commit 116994111b which was very fragile.
nasm.c
output/outdbg.c
output/outelf32.c
output/outelf64.c
output/outieee.c
output/outobj.c