diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-11 22:14:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-11 22:14:19 +0000 |
commit | be3497882a6d8ae8613e8f448166e8c6ae548d0f (patch) | |
tree | d02b802c09c319a95ca31bfec2a67c639afa64e0 /sysdeps/alpha | |
parent | ec3d8ea6c120ac67661f3a7c27b8bb49919c7c54 (diff) | |
download | glibc-be3497882a6d8ae8613e8f448166e8c6ae548d0f.tar.gz glibc-be3497882a6d8ae8613e8f448166e8c6ae548d0f.tar.xz glibc-be3497882a6d8ae8613e8f448166e8c6ae548d0f.zip |
Use PTR_DEMANGLE.
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r-- | sysdeps/alpha/__longjmp.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/alpha/__longjmp.S b/sysdeps/alpha/__longjmp.S index 40d50312a3..43ab7ba004 100644 --- a/sysdeps/alpha/__longjmp.S +++ b/sysdeps/alpha/__longjmp.S @@ -54,6 +54,11 @@ ENTRY(__longjmp) ldt $f7, JB_F7*8(a0) ldt $f8, JB_F8*8(a0) ldt $f9, JB_F9*8(a0) +#ifdef PTR_DEMANGLE + PTR_DEMANGLE(ra, t1) + PTR_DEMANGLE2(t0, t1) + PTR_DEMANGLE2(fp, t1) +#endif cmoveq v0, 1, v0 mov t0, sp ret |