From 1775dad53047cb8e2a016ba3d5c66ec8f258034c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 10 Aug 1999 18:10:23 +0000 Subject: Last minute patch to change the signal type for ASM_PROG_VECTOR from Eric Valette . --- c/src/lib/librdbg/powerpc/excep_f.c | 2 +- c/src/librdbg/src/powerpc/excep_f.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/lib/librdbg/powerpc/excep_f.c b/c/src/lib/librdbg/powerpc/excep_f.c index 273a050d23..8580789b99 100644 --- a/c/src/lib/librdbg/powerpc/excep_f.c +++ b/c/src/lib/librdbg/powerpc/excep_f.c @@ -26,11 +26,11 @@ ExcepToSig (Exception_context *ctx) case ASM_FLOAT_VECTOR : return SIGFPE; case ASM_TRACE_VECTOR : + case ASM_PROG_VECTOR : case ASM_SYS_VECTOR : return SIGTRAP; case ASM_ISI_VECTOR : return SIGSEGV; - case ASM_PROG_VECTOR : case ASM_RESET_VECTOR : case ASM_MACH_VECTOR : case ASM_EXT_VECTOR : diff --git a/c/src/librdbg/src/powerpc/excep_f.c b/c/src/librdbg/src/powerpc/excep_f.c index 273a050d23..8580789b99 100644 --- a/c/src/librdbg/src/powerpc/excep_f.c +++ b/c/src/librdbg/src/powerpc/excep_f.c @@ -26,11 +26,11 @@ ExcepToSig (Exception_context *ctx) case ASM_FLOAT_VECTOR : return SIGFPE; case ASM_TRACE_VECTOR : + case ASM_PROG_VECTOR : case ASM_SYS_VECTOR : return SIGTRAP; case ASM_ISI_VECTOR : return SIGSEGV; - case ASM_PROG_VECTOR : case ASM_RESET_VECTOR : case ASM_MACH_VECTOR : case ASM_EXT_VECTOR : -- cgit v1.2.3