mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Revert this file back to its FSF/Cygnus virgin state.
With jb's rev 1.2 commit to usr.bin/lorder/lorder.sh we don't depend on the 4.4BSD's ``nm -o'' behavior. Previous to 4.3BSD-Reno, ``nm -o'' did not output the .o's filename on a line by itself. The change occurred between CSRG's nm.c rev 4.8 (1987) and rev 5.1 (in 1989), which was "new version from Hans Huebner hans@garp.mit.edu, huebner@db0tui6.BITNET". The Binutils maintainers would rather cater to a loud boisterous user of 4.3BSD VAXen which has its own native toolchain, rather than a modern Unix with multiple orders of magnitude more users and in which Binutils *is* the native toolchain.
This commit is contained in:
parent
db5ca7b1d2
commit
35754f3b83
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59431
@ -17,6 +17,8 @@
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
/* $FreeBSD$ */
|
||||||
|
|
||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
#include "bucomm.h"
|
#include "bucomm.h"
|
||||||
@ -1262,7 +1264,7 @@ static void
|
|||||||
print_object_filename_bsd (filename)
|
print_object_filename_bsd (filename)
|
||||||
char *filename;
|
char *filename;
|
||||||
{
|
{
|
||||||
if (filename_per_file)
|
if (filename_per_file && !filename_per_symbol)
|
||||||
printf ("\n%s:\n", filename);
|
printf ("\n%s:\n", filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user