From 664f8cb9d53fdc002f82a9d69a21a3d5eb63541c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Jan 2012 12:55:20 -0500 Subject: More IA-64 removal --- elf/stackguard-macros.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'elf/stackguard-macros.h') diff --git a/elf/stackguard-macros.h b/elf/stackguard-macros.h index 97db8bc..a9889cf 100644 --- a/elf/stackguard-macros.h +++ b/elf/stackguard-macros.h @@ -24,10 +24,7 @@ #elif defined __s390__ # define STACK_CHK_GUARD \ ({ uintptr_t x; asm ("ear %0,%%a0; l %0,0x14(%0)" : "=a" (x)); x; }) -#elif defined __ia64__ -# define STACK_CHK_GUARD \ - ({ uintptr_t x; asm ("adds %0 = -8, r13;; ld8 %0 = [%0]" : "=r" (x)); x; }) -#else +#elif !defined STACK_CHK_GUARD extern uintptr_t __stack_chk_guard; # define STACK_CHK_GUARD __stack_chk_guard #endif -- cgit v1.1