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: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/58960 CVS commit: src/sys/arch
Date: Mon, 6 Jan 2025 10:46:45 +0000
Module Name: src
Committed By: martin
Date: Mon Jan 6 10:46:44 UTC 2025
Modified Files:
src/sys/arch/hppa/include: asm.h
src/sys/arch/ia64/include: asm.h
src/sys/arch/m68k/include: asm.h
src/sys/arch/mips/include: asm.h
src/sys/arch/or1k/include: asm.h
src/sys/arch/powerpc/include: asm.h
src/sys/arch/riscv/include: asm.h
src/sys/arch/sh3/include: asm.h
src/sys/arch/sparc/include: asm.h
src/sys/arch/vax/include: asm.h
Log Message:
PR 58960: fix misunderstanding in semantic and provide both the original
id string as well as _NETBSD_REVISIONID.
Do not rely on string concatenation in the inline assembler, use .ascii
and .asciz for individual string parts instead.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hppa/include/asm.h
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/ia64/include/asm.h
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/m68k/include/asm.h
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/mips/include/asm.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/or1k/include/asm.h
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/powerpc/include/asm.h
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/riscv/include/asm.h
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/sh3/include/asm.h
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/sparc/include/asm.h
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/vax/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