2007-02-02 Carlos O'Donell <carlos@systemhalted.org>
authorCarlos O'Donell <carlos@systemhalted.org>
Fri, 2 Feb 2007 21:52:32 +0000 (21:52 +0000)
committerCarlos O'Donell <carlos@systemhalted.org>
Fri, 2 Feb 2007 21:52:32 +0000 (21:52 +0000)
* sysdeps/unix/sysv/linux/hppa/sysdep.h (PTR_MANGLE): Define.
(PTR_DEMANGLE): Define.

ChangeLog.hppa
sysdeps/unix/sysv/linux/hppa/sysdep.h

index ca55308..068044a 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-02  Carlos O'Donell  <carlos@systemhalted.org>
+
+       * sysdeps/unix/sysv/linux/hppa/sysdep.h (PTR_MANGLE): Define.
+       (PTR_DEMANGLE): Define.
+
 2007-02-02  Guy Martin  <gmsoft@tuxicoman.be>
 
        * sysdeps/hppa/dl-trampoline.S (_dl_runtime_profile):
index 5b12bc5..69ed700 100644 (file)
@@ -479,3 +479,8 @@ L(pre_end):                                 ASM_LINE_SEP    \
 #define CLOB_ARGS_0 CLOB_ARGS_1, "%r26"
 
 #endif /* __ASSEMBLER__ */
+
+/* Pointer mangling is not yet supported for HPPA.  */
+#define PTR_MANGLE(var) (void) (var)
+#define PTR_DEMANGLE(var) (void) (var)
+