Module Name: src Committed By: riastradh Date: Sun Jan 5 16:53:26 UTC 2025
Modified Files: src/sys/arch/i386/include: asm.h Log Message: i386/asm.h: Missed a spot in previous concatenated-.asciz change. PR toolchain/58960: Missing support for _NETBSD_REVISIONID on various ports To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 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.
Modified files: Index: src/sys/arch/i386/include/asm.h diff -u src/sys/arch/i386/include/asm.h:1.46 src/sys/arch/i386/include/asm.h:1.47 --- src/sys/arch/i386/include/asm.h:1.46 Sun Jan 5 14:30:38 2025 +++ src/sys/arch/i386/include/asm.h Sun Jan 5 16:53:26 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: asm.h,v 1.46 2025/01/05 14:30:38 riastradh Exp $ */ +/* $NetBSD: asm.h,v 1.47 2025/01/05 16:53:26 riastradh Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -182,10 +182,10 @@ #ifdef __ELF__ #define _IDENTSTR(x) .pushsection ".ident","MS",@progbits,1; \ - .asciz x; \ + x; \ .popsection #else -#define _IDENTSTR(x) .text; .asciz x +#define _IDENTSTR(x) .text; x #endif #ifdef _NETBSD_REVISIONID #define RCSID(_s) \