diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-11-10 23:15:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-11-10 23:15:12 +0000 |
commit | 3d42ca9e821225b46e940251de3c2c181b5d2221 (patch) | |
tree | db7bd0e492176128074d277dc2aaab1f2ec3e232 /sys/arch/hppa/include/cdefs.h | |
parent | e011c10ca31fa506ba57d2bf8f06646eeb68ff74 (diff) |
Eliminate more useless differences between hppa and hppa64
Diffstat (limited to 'sys/arch/hppa/include/cdefs.h')
-rw-r--r-- | sys/arch/hppa/include/cdefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/cdefs.h b/sys/arch/hppa/include/cdefs.h index ca8a9abe7f3..1a24e7e33ff 100644 --- a/sys/arch/hppa/include/cdefs.h +++ b/sys/arch/hppa/include/cdefs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cdefs.h,v 1.8 2005/11/24 20:46:45 deraadt Exp $ */ +/* $OpenBSD: cdefs.h,v 1.9 2011/11/10 23:15:11 deraadt Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -37,7 +37,7 @@ #elif defined(__GNUC__) && defined(__STDC__) #define __weak_alias(alias,sym) \ __asm__(".export " __STRING(alias) ", entry\n\t.weak " \ - __STRING(alias) "\n\t" __STRING(alias) " = " __STRING(sym)) + __STRING(alias) "\n\t" __STRING(alias) " = " __STRING(sym)) #define __warn_references(sym,msg) \ __asm__(".section .gnu.warning." __STRING(sym) \ "\n\t.ascii \"" msg "\"\n\t.text") |