summaryrefslogtreecommitdiff
path: root/output/outas86.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2019-08-10 02:28:17 -0700
committerH. Peter Anvin <hpa@zytor.com>2019-08-10 02:28:17 -0700
commit9084beb1bb7e985e3d954081e15b4d469047f1b0 (patch)
treed96adee24ac6532ad35adf1fd0914a7bec4ea013 /output/outas86.c
parent355bfb879de7e42215dd3f3a3631301705420715 (diff)
downloadnasm-9084beb1bb7e985e3d954081e15b4d469047f1b0.tar.gz
Clean up backend format names
The backend format names were rather redundant and not always helpful. Do some cleanup. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'output/outas86.c')
-rw-r--r--output/outas86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outas86.c b/output/outas86.c
index 3b44aea9..54b22f87 100644
--- a/output/outas86.c
+++ b/output/outas86.c
@@ -586,7 +586,7 @@ static void as86_sect_write(struct Section *sect,
extern macros_t as86_stdmac[];
const struct ofmt of_as86 = {
- "Linux as86 (bin86 version 0.3) object files",
+ "as86 (bin86/dev86 toolchain)",
"as86",
".o",
0,