misc/omfdump.c: a few more COMENT record types

Recognize a few more COMENT record types by name.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2017-08-16 14:55:55 -07:00
parent 10c447c8f2
commit 7180a51f47

View File

@ -165,6 +165,8 @@ static void dump_coment(uint8_t type, const uint8_t *data, size_t n)
[0xdc] = "Date",
[0xdd] = "Timestamp",
[0xdf] = "User",
[0xe3] = "Type definition",
[0xe8] = "Filename",
[0xe9] = "Dependency file",
[0xff] = "Command line"
};