Module Name: src Committed By: snj Date: Fri May 12 06:17:00 UTC 2017
Modified Files: src/sys/sys [netbsd-7]: exec_ecoff.h src/tools [netbsd-7]: Makefile.nbincludes src/tools/mips-elf2ecoff [netbsd-7]: Makefile src/tools/mips-elf2ecoff/machine [netbsd-7]: ecoff_machdep.h src/usr.bin/elf2ecoff [netbsd-7]: elf2ecoff.c Removed Files: src/tools/mips-elf2ecoff/sys [netbsd-7]: exec_ecoff.h exec_elf.h Log Message: Pull up following revision(s) (requested by skrll in ticket #1406): sys/arch/mips/include/ecoff_machdep.h: revision 1.23 sys/sys/exec_ecoff.h: revision 1.21 tools/Makefile.nbincludes: revision 1.5 tools/mips-elf2ecoff/Makefile: revision 1.3 tools/mips-elf2ecoff/machine/ecoff_machdep.h: revision 1.3 tools/mips-elf2ecoff/sys/exec_elf.h: file removal tools/mips-elf2ecoff/sys/exec_ecoff.h: file removal usr.bin/elf2ecoff/elf2ecoff.c: revision 1.30-1.33 use the nbcompat copies for those files -- ignore the abiflags section -- Add exec_ecoff.h -- provide ecoff 32 defines. -- This only works with 32 bit Elf and COFF files, make it specific this way and use sized types so that it works on 64 bit systems (so it can become a tool). -- Provided sized definitions for ecoff 32 bit headers. -- refresh -- fix printf format. -- fix printf format To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.20.38.1 src/sys/sys/exec_ecoff.h cvs rdiff -u -r1.3.10.1 -r1.3.10.2 src/tools/Makefile.nbincludes cvs rdiff -u -r1.2 -r1.2.74.1 src/tools/mips-elf2ecoff/Makefile cvs rdiff -u -r1.2 -r1.2.76.1 \ src/tools/mips-elf2ecoff/machine/ecoff_machdep.h cvs rdiff -u -r1.1 -r0 src/tools/mips-elf2ecoff/sys/exec_ecoff.h cvs rdiff -u -r1.5 -r0 src/tools/mips-elf2ecoff/sys/exec_elf.h cvs rdiff -u -r1.29 -r1.29.4.1 src/usr.bin/elf2ecoff/elf2ecoff.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.