Module Name: src
Committed By: christos
Date: Thu Oct 23 19:03:38 UTC 2014
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/asan: asan_linux.cc
Log Message:
make alpha compile
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/gcc/dist/libsanitizer/asan/asan_linux.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/libsanitizer/asan/asan_linux.cc
diff -u src/external/gpl3/gcc/dist/libsanitizer/asan/asan_linux.cc:1.4 src/external/gpl3/gcc/dist/libsanitizer/asan/asan_linux.cc:1.5
--- src/external/gpl3/gcc/dist/libsanitizer/asan/asan_linux.cc:1.4 Wed Oct 22 20:25:54 2014
+++ src/external/gpl3/gcc/dist/libsanitizer/asan/asan_linux.cc Thu Oct 23 15:03:38 2014
@@ -56,7 +56,7 @@ void GetPcSpBp(void *context, uptr *pc,
* Unfortunately we don't have a portable frame pointer (yet)
*/
# if defined(__alpha__)
-# define _UC_MACHINE_FP(ucontext) __UC_MACHINE_FP(ucontext, _REG_X15)
+# define _UC_MACHINE_FP(ucontext) __UC_MACHINE_FP(ucontext, _REG_S6)
# elif defined(__arm__)
# define _UC_MACHINE_FP(ucontext) __UC_MACHINE_FP(ucontext, _REG_FP)
# elif defined(__x86_64__)