From cb1750410548222397c899f29402d10fe469f97f Mon Sep 17 00:00:00 2001 From: jdp Date: Sun, 1 Mar 1998 23:20:03 +0000 Subject: Fix the output format of "nm" so that it works properly for FreeBSD's "lorder" command. GNU rejected this change because they felt it would be an unacceptable incompatibility to change the output format at this point -- even though it was wrong to begin with. --- contrib/binutils/binutils/nm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/binutils') diff --git a/contrib/binutils/binutils/nm.c b/contrib/binutils/binutils/nm.c index 1f5d1c7..21ce368 100644 --- a/contrib/binutils/binutils/nm.c +++ b/contrib/binutils/binutils/nm.c @@ -1250,7 +1250,7 @@ static void print_object_filename_bsd (filename) char *filename; { - if (filename_per_file && !filename_per_symbol) + if (filename_per_file) printf ("\n%s:\n", filename); } -- cgit v1.1