From 0c291bc9d8c4138d7bc3dc507df93d8054eda695 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 14 Dec 1998 23:58:22 +0000 Subject: Switch from .s to .S on include --- c/src/exec/score/cpu/powerpc/cpu_asm.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/score') diff --git a/c/src/exec/score/cpu/powerpc/cpu_asm.S b/c/src/exec/score/cpu/powerpc/cpu_asm.S index 7370764607..a377fa5d2a 100644 --- a/c/src/exec/score/cpu/powerpc/cpu_asm.S +++ b/c/src/exec/score/cpu/powerpc/cpu_asm.S @@ -761,7 +761,7 @@ PROC (_ISR_Handler): #define MTMSR(x) mtspr srr1, x #define MFMSR(x) mfspr x, srr1 - #include "irq_stub.s" + #include "irq_stub.S" rfi #if (PPC_HAS_RFCI == 1) @@ -790,7 +790,7 @@ PROC (_ISR_HandlerC): #define MFPC(x) mfspr x, srr2 #define MTMSR(x) mtspr srr3, x #define MFMSR(x) mfspr x, srr3 - #include "irq_stub.s" + #include "irq_stub.S" rfci #endif -- cgit v1.2.3