Define __HAVE_FUNCTION_DESCRIPTORS, which is used by ld.elf_so.

This commit is contained in:
fredette 2002-07-10 15:18:06 +00:00
parent e4526bd9fa
commit 6e248e0a29

View File

@ -1,4 +1,4 @@
/* $NetBSD: types.h,v 1.1 2002/06/05 01:04:23 fredette Exp $ */
/* $NetBSD: types.h,v 1.2 2002/07/10 15:18:06 fredette Exp $ */
/* $OpenBSD: types.h,v 1.6 2001/08/11 01:58:34 art Exp $ */
@ -65,5 +65,6 @@ typedef unsigned long vm_size_t;
typedef int register_t;
#define __MACHINE_STACK_GROWS_UP /* stack grows to higher addresses */
#define __HAVE_FUNCTION_DESCRIPTORS /* function ptrs may be descriptors */
#endif /* _HPPA_TYPES_H_ */