diff options
Diffstat (limited to 'sys/arch/hppa/include/asm.h')
-rw-r--r-- | sys/arch/hppa/include/asm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/asm.h b/sys/arch/hppa/include/asm.h index f30669db6a5..8c2997db31b 100644 --- a/sys/arch/hppa/include/asm.h +++ b/sys/arch/hppa/include/asm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm.h,v 1.15 2005/01/23 16:28:29 mickey Exp $ */ +/* $OpenBSD: asm.h,v 1.16 2010/10/01 05:02:19 guenther Exp $ */ /* * Copyright (c) 1990,1991,1994 The University of Utah and @@ -251,4 +251,6 @@ tf4 .reg %fr8 #define BSS(n,s) ! .data ! .label n ! .comm s +#define WEAK_ALIAS(alias,sym) ! .weak alias ! .set alias, sym + #endif /* _MACHINE_ASM_H_ */ |