Module Name: src Committed By: martin Date: Sun Sep 1 13:10:27 UTC 2019
Modified Files: src/external/gpl3/gcc/dist/gcc [netbsd-9]: dse.c reload.c Log Message: Pull up following revision(s) (requested by maya in ticket #137): external/gpl3/gcc/dist/gcc/dse.c: revision 1.10 external/gpl3/gcc/dist/gcc/reload.c: revision 1.8 Don't keep our local modifications as ifdef __NetBSD__. When we build netbsd on another OS, we produce a cross compiler without these definitions. Fixes some compiler crashes when building netbsd/vax on linux. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.9.2.1 src/external/gpl3/gcc/dist/gcc/dse.c cvs rdiff -u -r1.7 -r1.7.2.1 src/external/gpl3/gcc/dist/gcc/reload.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.