diff options
Diffstat (limited to 'gcc/ada/init.c')
-rw-r--r-- | gcc/ada/init.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/ada/init.c b/gcc/ada/init.c index ef9087c..8473ff0 100644 --- a/gcc/ada/init.c +++ b/gcc/ada/init.c @@ -711,15 +711,6 @@ __gnat_install_handler(void) #include <sys/ucontext.h> #include <sys/regset.h> -/* The code below is common to SPARC and x86. Beware of the delay slot - differences for signal context adjustments. */ - -#if defined (__sparc) -#define RETURN_ADDR_OFFSET 8 -#else -#define RETURN_ADDR_OFFSET 0 -#endif - static void __gnat_error_handler (int sig, siginfo_t *si, void *ucontext ATTRIBUTE_UNUSED) { |