diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-23 17:49:56 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-23 17:49:56 +0000 |
commit | 3bcf0c014e2fa6fd2ce10a7deaf9e618b47f64a0 (patch) | |
tree | befffbeca890ce3d76deb0c4d5e51443a73caf6f | |
parent | d97e6bca38545e864a9a49a5cbbac0f061884ae6 (diff) |
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 */ |