]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE, PTR_DEMANGLE):
authorDaniel Jacobowitz <dan@codesourcery.com>
Tue, 23 Jan 2007 16:47:28 +0000 (16:47 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Tue, 23 Jan 2007 16:47:28 +0000 (16:47 +0000)
Define.
* sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
PTR_DEMANGLE): Define.
* sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
PTR_DEMANGLE): Define.
* sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
PTR_DEMANGLE): Define.

ChangeLog.arm
ChangeLog.mips
sysdeps/unix/sysv/linux/arm/sysdep.h
sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h

index 299d9304d4e433eadafad3465d09a7e24e33bc10..ebad07a9ab89cd54ed940569a17fe3861afb9d07 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE, PTR_DEMANGLE):
+       Define.
+
 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/arm/check_pf.c: New file.
index facc304378c68617f92f8fc740067a667a98a928..7ee5bfd9a784118380a7d3fecf5e2ae1d19fd4c8 100644 (file)
@@ -1,3 +1,12 @@
+2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (PTR_MANGLE,
+       PTR_DEMANGLE): Define.
+       * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (PTR_MANGLE,
+       PTR_DEMANGLE): Define.
+       * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (PTR_MANGLE,
+       PTR_DEMANGLE): Define.
+
 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
index 7692c1cd43d3c9d5472a5fe3db957fc4bc7b00b9..2952067b976b5e112c7a3a282c2f29dd00b98799 100644 (file)
@@ -286,4 +286,8 @@ __local_syscall_error:                                              \
 
 #endif /* __ASSEMBLER__ */
 
+/* Pointer mangling is not yet supported for ARM.  */
+#define PTR_MANGLE(var) (void) (var)
+#define PTR_DEMANGLE(var) (void) (var)
+
 #endif /* linux/arm/sysdep.h */
index 3da2412259b48dba04070e094e42a297438fe3d2..3c19bffc4b6429c1bfd86c5c2a210c8bd2ec6cf0 100644 (file)
 
 #endif /* __ASSEMBLER__ */
 
+/* Pointer mangling is not yet supported for MIPS.  */
+#define PTR_MANGLE(var) (void) (var)
+#define PTR_DEMANGLE(var) (void) (var)
+
 #endif /* linux/mips/mips32/sysdep.h */
index 247d4ffbf4f88b44212dd5976a9127dc3f1c48df..d2635987f4131c14c63b5f8e5757f869c4f6645e 100644 (file)
        "$14", "$15", "$24", "$25", "memory"
 #endif /* __ASSEMBLER__ */
 
+/* Pointer mangling is not yet supported for MIPS.  */
+#define PTR_MANGLE(var) (void) (var)
+#define PTR_DEMANGLE(var) (void) (var)
+
 #endif /* linux/mips/sysdep.h */
index c238822b20c79a80bf2c2a51c0de832648648150..edf8786ea71e3066a829fc0e81fecf9429498018 100644 (file)
        "$14", "$15", "$24", "$25", "memory"
 #endif /* __ASSEMBLER__ */
 
+/* Pointer mangling is not yet supported for MIPS.  */
+#define PTR_MANGLE(var) (void) (var)
+#define PTR_DEMANGLE(var) (void) (var)
+
 #endif /* linux/mips/sysdep.h */