Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hppa/include Define __HAVE_FUNCTION_DESCRIPTORS, wh...



details:   https://anonhg.NetBSD.org/src/rev/84b66858e5db
branches:  trunk
changeset: 533882:84b66858e5db
user:      fredette <fredette%NetBSD.org@localhost>
date:      Wed Jul 10 15:18:06 2002 +0000

description:
Define __HAVE_FUNCTION_DESCRIPTORS, which is used by ld.elf_so.

diffstat:

 sys/arch/hppa/include/types.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 1158c6ce5911 -r 84b66858e5db sys/arch/hppa/include/types.h
--- a/sys/arch/hppa/include/types.h     Wed Jul 10 15:12:33 2002 +0000
+++ b/sys/arch/hppa/include/types.h     Wed Jul 10 15:18:06 2002 +0000
@@ -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 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_ */



Home | Main Index | Thread Index | Old Index