mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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:
parent
186a83ab33
commit
5b455ff91e
@ -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):
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user