asm.h (51369649b03ece2aed3eb61b0c8214b9aa5b2fa2) asm.h (383f241dce091911b9466f49c19c8746b233ba3e)
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 1990 The Regents of the University of California.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * William Jolitz.

--- 99 unchanged lines hidden (view full) ---

108 */
109#define STRONG_ALIAS(alias,sym) \
110 .globl alias; \
111 alias = sym
112
113#define RCSID(x) .text; .asciz x
114
115#undef __FBSDID
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 1990 The Regents of the University of California.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * William Jolitz.

--- 99 unchanged lines hidden (view full) ---

108 */
109#define STRONG_ALIAS(alias,sym) \
110 .globl alias; \
111 alias = sym
112
113#define RCSID(x) .text; .asciz x
114
115#undef __FBSDID
116#if !defined(lint) && !defined(STRIP_FBSDID)
116#if !defined(STRIP_FBSDID)
117#define __FBSDID(s) .ident s
118#else
119#define __FBSDID(s) /* nothing */
117#define __FBSDID(s) .ident s
118#else
119#define __FBSDID(s) /* nothing */
120#endif /* not lint and not STRIP_FBSDID */
120#endif /* not STRIP_FBSDID */
121
122#endif /* !_MACHINE_ASM_H_ */
121
122#endif /* !_MACHINE_ASM_H_ */