diff options
author | 1998-12-23 17:49:55 +0000 | |
---|---|---|
committer | 1998-12-23 17:49:55 +0000 | |
commit | cf420535ef52899988f7d50b36a4fae9f753781a (patch) | |
tree | 149edb6d8e84845186702ee7a51485ba1d3217fd | |
parent | less files and options (; (diff) | |
download | wireguard-openbsd-cf420535ef52899988f7d50b36a4fae9f753781a.tar.xz wireguard-openbsd-cf420535ef52899988f7d50b36a4fae9f753781a.zip |
this is to shutup binutils
-rw-r--r-- | sys/arch/hppa/include/asm.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/asm.h b/sys/arch/hppa/include/asm.h index db42d32ea91..107f2021452 100644 --- a/sys/arch/hppa/include/asm.h +++ b/sys/arch/hppa/include/asm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm.h,v 1.4 1998/11/23 03:28:22 mickey Exp $ */ +/* $OpenBSD: asm.h,v 1.5 1998/12/23 17:49:55 mickey Exp $ */ /* * Copyright (c) 1990,1991,1994 The University of Utah and @@ -25,6 +25,9 @@ #ifndef _MACHINE_ASM_H_ #define _MACHINE_ASM_H_ +/* this is to shutup binutils */ +#define BFD_SUBSPA_BUG + /* * hppa assembler definitions */ |