Module Name: src Committed By: rin Date: Mon Oct 9 12:26:59 UTC 2023
Modified Files: src/external/gpl3/gcc.old/lib/libgcc/arch/vax: auto-target.h src/external/gpl3/gcc.old/lib/libiberty: defs.mk src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/vax: gstdint.h src/external/gpl3/gcc.old/usr.bin/gcc/arch/vax: configargs.h Log Message: gcc.old: vax: mknative for PR port-vax/57646 Summary of changes: (1) HAVE_AS_CFI_SECTIONS becomes defined. (2) mempcpy.o is dropped as mempcpy(3) was added to -current (but not to netbsd-10). (3) working directories in usr.bin/gcc/arch/vax/configargs.h. (1) will be pulled up into netbsd-10. I've confirmed that pkgsrc/lang/perl5 builds and works as before with this change. For now, (3) is reverted by hand. It would be better to improve mknative not to leak working directories. But it should be NFC anyway. For vax, mknative for binutils and gdb does not brings about significant changes. For other platforms, mknative for gcc.old makes no significant changes (actually confirmed only for evbarm64, but it should be enough). Thanks mrg@ for suggestion. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \ src/external/gpl3/gcc.old/lib/libgcc/arch/vax/auto-target.h cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/gcc.old/lib/libiberty/defs.mk cvs rdiff -u -r1.14 -r1.15 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/vax/gstdint.h cvs rdiff -u -r1.16 -r1.17 \ src/external/gpl3/gcc.old/usr.bin/gcc/arch/vax/configargs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.