NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58960 CVS commit: src/sys/arch



The following reply was made to PR toolchain/58960; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58960 CVS commit: src/sys/arch
Date: Sun, 5 Jan 2025 14:30:38 +0000

 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.
 


Home | Main Index | Thread Index | Old Index