From 7180a51f478d9a8e6a2590288bf6fabaf7ff594a Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 16 Aug 2017 14:55:55 -0700 Subject: [PATCH] misc/omfdump.c: a few more COMENT record types Recognize a few more COMENT record types by name. Signed-off-by: H. Peter Anvin --- misc/omfdump.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/omfdump.c b/misc/omfdump.c index d57de195..b32ba582 100644 --- a/misc/omfdump.c +++ b/misc/omfdump.c @@ -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" };