For now, define `__indr_reference' and `__warn_references' as empty

macros if __GNUC__ not defined.
This commit is contained in:
pk 1996-12-27 20:51:31 +00:00
parent 269e64e16b
commit be41891152
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cdefs.h,v 1.2 1995/03/23 20:10:48 jtc Exp $ */
/* $NetBSD: cdefs.h,v 1.3 1996/12/27 20:51:31 pk Exp $ */
/*
* Written by J.T. Conklin <jtc@wimsey.com> 01/17/95.
@ -30,6 +30,9 @@
__asm__(".stabs msg,30,0,0,0"); \
__asm__(".stabs \"_/**/sym\",1,0,0,0")
#endif
#else
#define __indr_reference(sym,alias)
#define __warn_references(sym,msg)
#endif
#endif /* !_MACHINE_CDEFS_H_ */