From 03875474516cff1baf9d7daaa390f471590c31c7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Sep 2001 14:09:41 +0000 Subject: 2001-09-27 Jiri Gaisler * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The bug has been there all the time, but only hits the leon bsp since the leon cpu has a 5-stage pipeline (erc32 has 4 stages). --- c/src/exec/score/cpu/sparc/ChangeLog | 7 +++++++ cpukit/score/cpu/sparc/ChangeLog | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/c/src/exec/score/cpu/sparc/ChangeLog b/c/src/exec/score/cpu/sparc/ChangeLog index 4269f9e088..6e3bc93744 100644 --- a/c/src/exec/score/cpu/sparc/ChangeLog +++ b/c/src/exec/score/cpu/sparc/ChangeLog @@ -1,8 +1,15 @@ +2001-09-27 Jiri Gaisler + + * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The + bug has been there all the time, but only hits the leon bsp since the + leon cpu has a 5-stage pipeline (erc32 has 4 stages). + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. * Makefile.am: Use 'PREINSTALL_FILES ='. + 2001-02-04 Ralf Corsepius * Makefile.am, rtems/score/Makefile.am: diff --git a/cpukit/score/cpu/sparc/ChangeLog b/cpukit/score/cpu/sparc/ChangeLog index 4269f9e088..6e3bc93744 100644 --- a/cpukit/score/cpu/sparc/ChangeLog +++ b/cpukit/score/cpu/sparc/ChangeLog @@ -1,8 +1,15 @@ +2001-09-27 Jiri Gaisler + + * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The + bug has been there all the time, but only hits the leon bsp since the + leon cpu has a 5-stage pipeline (erc32 has 4 stages). + 2001-09-23 Ralf Corsepius * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. * Makefile.am: Use 'PREINSTALL_FILES ='. + 2001-02-04 Ralf Corsepius * Makefile.am, rtems/score/Makefile.am: -- cgit v1.2.3