nm.c: add comment explaining its relationship to readelf.c

This commit is contained in:
Mikael Pettersson 2013-07-27 10:44:29 +00:00
parent 4c312678ff
commit cc6e09c7ed

View File

@ -2,6 +2,8 @@
* nm.c
*
* nm clone for PDP10 Elf36 files.
* This is essentially a copy of readelf.c, adjusted to
* process the symbol table differently.
*/
#define _GNU_SOURCE /* for getopt_long() */
#include <errno.h>