2007-02-02 Carlos O'Donell <carlos@systemhalted.org>

* sysdeps/unix/sysv/linux/hppa/sysdep.h (PTR_MANGLE): Define.
	(PTR_DEMANGLE): Define.
This commit is contained in:
Carlos O'Donell 2007-02-02 21:52:32 +00:00
parent 186a83ab33
commit 5b455ff91e
2 changed files with 10 additions and 0 deletions

View 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):

View 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)