NetBSD/external/gpl3/binutils
martin b803ef0dc8 Pull up following revision(s) (requested by rin in ticket #726):
external/gpl3/binutils/dist/bfd/elf.c: revision 1.14

Fix 'nm /dev/ksyms' (noticed by ryo).

Since binutils 2.15, nm(1) cannot be used for character devices.

We worked around this by a local patch:
http://cvsweb.netbsd.org/bsdweb.cgi/src/gnu/dist/binutils/binutils/Attic/bucomm.c?r1=1.1.1.2&hideattic=0#rev1.2

With recent update of binutils, 'nm /dev/ksyms' got broken again.

This is due to a consistency check involving file size reported by
stat(2), which is always zero for character devices. So, skip this
check if file size is zero.
2020-02-25 20:05:48 +00:00
..
dist Pull up following revision(s) (requested by rin in ticket #726): 2020-02-25 20:05:48 +00:00
lib mknative-gcc and mknative-binutils for riscv32. mostly builds. 2019-04-17 09:37:49 +00:00
usr.bin - use the same set of emulations for riscv* on netbsd as linux does 2019-04-18 10:07:24 +00:00
usr.sbin initialise some stack variables to zero so that later checking ensures 2017-07-25 06:43:03 +00:00
Makefile
Makefile.inc
binutils2netbsd