]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 ca5530830c9aee0dd72b45b7c8bb65c44f359f71..068044add5103e0e1578d438f4b152a9fccfc20c 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 5b12bc50625ffdeb7cdfffde525a3b058870711f..69ed7002c7c2d988db5b3d089f4c7e01e04c66df 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)
+