From ee69dc6967b36e52728af71a797539bcacc101ca Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 31 Jul 2007 16:48:47 +0000 Subject: [PATCH] =?UTF-8?q?2007-07-31=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h: Replace M68K_COLDFIRE_ARCH with __mcoldfire__. --- cpukit/score/cpu/m68k/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog index e85b85a1d8..e9ddd10be6 100644 --- a/cpukit/score/cpu/m68k/ChangeLog +++ b/cpukit/score/cpu/m68k/ChangeLog @@ -1,3 +1,8 @@ +2007-07-31 Ralf Corsépius + + * cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h: + Replace M68K_COLDFIRE_ARCH with __mcoldfire__. + 2007-05-09 Ralf Corsépius * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.