Module Name: src Committed By: riastradh Date: Sun Jan 5 14:30:38 UTC 2025
Modified Files: src/sys/arch/amd64/include: asm.h src/sys/arch/i386/include: asm.h Log Message: x86 machine/asm.h: Avoid juxtaposition for concatenation. clang asm doesn't seem to like it. Instead of `.asciz "foo" "bar"', do `.ascii "foo"; .asciz "bar"'. PR toolchain/58960: Missing support for _NETBSD_REVISIONID on various ports To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amd64/include/asm.h cvs rdiff -u -r1.45 -r1.46 src/sys/arch/i386/include/asm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.