ref: 371b267234d3eed3c3db5f52bab1a89c83cb08d3
parent: 8b7b6ff1b717db376f32510ac62b89a822015050
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu May 24 04:59:54 EDT 2018
[nm] Use 'n' for debug symbols
--- a/nm/coff32.c
+++ b/nm/coff32.c
@@ -30,7 +30,7 @@
switch (ent->n_scnum) {
case N_DEBUG:
- c = '?';
+ c = 'n';
break;
case N_ABS:
c = 'a';