summaryrefslogtreecommitdiffstats
path: root/contrib/binutils
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-03-01 23:20:03 +0000
committerjdp <jdp@FreeBSD.org>1998-03-01 23:20:03 +0000
commitcb1750410548222397c899f29402d10fe469f97f (patch)
tree95ae9d07aee5b24ddfb832b30630e114b818663a /contrib/binutils
parentcad024a2bae99b96c92ef3d613710800dc4af3b7 (diff)
downloadFreeBSD-src-cb1750410548222397c899f29402d10fe469f97f.zip
FreeBSD-src-cb1750410548222397c899f29402d10fe469f97f.tar.gz
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.
Diffstat (limited to 'contrib/binutils')
-rw-r--r--contrib/binutils/binutils/nm.c2
1 files changed, 1 insertions, 1 deletions
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);
}
OpenPOWER on IntegriCloud