History log of /netbsd-src/sys/arch/ia64/include/asm.h (Results 1 – 11 of 11)
Revision Date Author Comments
# 3dc08fb5 06-Jan-2025 martin <martin@NetBSD.org>

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 fo

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.

show more ...


# 4f6e58e2 04-Jan-2025 martin <martin@NetBSD.org>

PR 58960: ia64/asm.h: Respect NETBSD_REVISIONID.


# f9ac86e6 06-Oct-2023 skrll <skrll@NetBSD.org>

Trailing whitespace


# 628289e3 17-Apr-2020 joerg <joerg@NetBSD.org>

Mark the .ident section as mergable string section to avoid redundant
entries.


# 0131c6b6 14-Mar-2014 cherry <cherry@NetBSD.org>

Add RCSID() macro


# 890122a3 15-Jan-2013 kiyohara <kiyohara@NetBSD.org>

Add macro _C_LABEL() for .S file.


# 738b90f6 27-Dec-2012 martin <martin@NetBSD.org>

Add support for WARN_REFERENCESE and __KERNEL_RCSID for assembler files.


# d98d4f0f 30-Aug-2006 cherry <cherry@NetBSD.org>

remove redundant #defines


# 8e4670da 07-Jul-2006 cherry <cherry@NetBSD.org>

Towards building libc/arch/ia64


# 46c3dfbc 03-Jul-2006 cherry <cherry@NetBSD.org>

misc #define cleanups


# ba7cbe76 07-Apr-2006 cherry <cherry@NetBSD.org>

Initial import of arch/ia64 sources.
These sources are ported from FreeBSD/ia64 code.
See individual source files for credits.
In addition, code from NetBSD/alpha NetBSD/sparc64,
NetBSD/i386 and NetB

Initial import of arch/ia64 sources.
These sources are ported from FreeBSD/ia64 code.
See individual source files for credits.
In addition, code from NetBSD/alpha NetBSD/sparc64,
NetBSD/i386 and NetBSD/amd64 were used as templates,
along with my own additions.

show more ...