about summary refs log tree commit diff
path: root/sysdeps/unix/alpha/sysdep.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-06-06 14:35:00 -0700
committerRichard Henderson <rth@twiddle.net>2012-06-06 14:35:00 -0700
commitb2afe910fb24a9c53f78a9af3ecd18340d3c2b87 (patch)
tree1a68177b3dc57e7bbbb240e0a90b13fe9add19fb /sysdeps/unix/alpha/sysdep.h
parenta683563255826fa1623785b660ffe11956ba3f4a (diff)
downloadglibc-b2afe910fb24a9c53f78a9af3ecd18340d3c2b87.tar.gz
glibc-b2afe910fb24a9c53f78a9af3ecd18340d3c2b87.tar.xz
glibc-b2afe910fb24a9c53f78a9af3ecd18340d3c2b87.zip
alpha: Use cfi_startproc instead of dual procedure descriptors
Diffstat (limited to 'sysdeps/unix/alpha/sysdep.h')
-rw-r--r--sysdeps/unix/alpha/sysdep.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/alpha/sysdep.h b/sysdeps/unix/alpha/sysdep.h
index e17bf211bd..4ee0746acc 100644
--- a/sysdeps/unix/alpha/sysdep.h
+++ b/sysdeps/unix/alpha/sysdep.h
@@ -71,6 +71,12 @@
 	.prologue 1
 #endif /* PROF */
 
+#ifdef PROF
+# define USEPV_PROF	std
+#else
+# define USEPV_PROF	no
+#endif
+
 #if RTLD_PRIVATE_ERRNO
 # define SYSCALL_ERROR_LABEL	$syscall_error
 # define SYSCALL_ERROR_HANDLER			\