Module Name: src Committed By: mrg Date: Fri Aug 19 05:11:10 UTC 2016
Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd-elf.h src/external/gpl3/gcc/dist/gcc/config/alpha: netbsd.h src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-eabi.h netbsd-elf.h src/external/gpl3/gcc/dist/gcc/config/i386: netbsd-elf.h netbsd64.h src/external/gpl3/gcc/dist/gcc/config/ia64: netbsd.h src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h src/external/gpl3/gcc/dist/gcc/config/mips: netbsd.h src/external/gpl3/gcc/dist/gcc/config/or1k: netbsd.h src/external/gpl3/gcc/dist/gcc/config/pa: pa-netbsd.h src/external/gpl3/gcc/dist/gcc/config/riscv: netbsd.h src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd.h src/external/gpl3/gcc/dist/gcc/config/sh: netbsd-elf.h src/external/gpl3/gcc/dist/gcc/config/sparc: netbsd-elf.h src/external/gpl3/gcc/dist/gcc/config/vax: netbsd-elf.h Log Message: canonicalise the netbsd spec functions in NETBSD_SUBTARGET_EXTRA_SPECS: netbsd_cpp_spec netbsd_link_spec netbsd_entry_point netbsd_endfile_spec use this in all netbsd targets. XXX: 3 ports set this to EXTRA_SPECS instead of SUBTARGET_EXTRA_SPECS. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gcc/dist/gcc/config/netbsd-elf.h cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/dist/gcc/config/alpha/netbsd.h cvs rdiff -u -r1.14 -r1.15 \ src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-eabi.h cvs rdiff -u -r1.10 -r1.11 \ src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc/dist/gcc/config/i386/netbsd-elf.h \ src/external/gpl3/gcc/dist/gcc/config/i386/netbsd64.h cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/dist/gcc/config/ia64/netbsd.h cvs rdiff -u -r1.9 -r1.10 \ src/external/gpl3/gcc/dist/gcc/config/m68k/netbsd-elf.h cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/dist/gcc/config/mips/netbsd.h cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc/config/or1k/netbsd.h cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/dist/gcc/config/pa/pa-netbsd.h cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/dist/gcc/config/riscv/netbsd.h cvs rdiff -u -r1.10 -r1.11 \ src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd.h cvs rdiff -u -r1.1.1.3 -r1.2 \ src/external/gpl3/gcc/dist/gcc/config/sh/netbsd-elf.h cvs rdiff -u -r1.10 -r1.11 \ src/external/gpl3/gcc/dist/gcc/config/sparc/netbsd-elf.h cvs rdiff -u -r1.3 -r1.4 \ src/external/gpl3/gcc/dist/gcc/config/vax/netbsd-elf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.