NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/53519 CVS commit: src/sys/arch/sgimips/stand/boot



The following reply was made to PR port-sgimips/53519; it has been noted by GNATS.

From: "Izumi Tsutsui" <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53519 CVS commit: src/sys/arch/sgimips/stand/boot
Date: Sun, 2 Sep 2018 12:06:17 +0000

 Module Name:	src
 Committed By:	tsutsui
 Date:		Sun Sep  2 12:06:17 UTC 2018
 
 Modified Files:
 	src/sys/arch/sgimips/stand/boot: Makefile
 
 Log Message:
 Use elf2ecoff(1) rather than objcopy(1) to generat ecoff for old machines.
 
 objcopy(1) was used instead of elf2ecoff(1) since Makefile rev 1.9:
  http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/sgimips/stand/boot/Makefile#rev1.9
 but it looks ELF binaries generated by recent binutils are too complicated
 to convert them to ecoff for old machines by objcopy(1).
 
 Reported by Naruaki Etomi in PR port-sgimips/53519.
 Should be pulled up to at least netbsd-8.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.19 -r1.20 src/sys/arch/sgimips/stand/boot/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index