From f8958d9c7dbf1c6c24e030bde097b68fee27eee1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Feb 2011 08:54:08 +0000 Subject: =?UTF-8?q?2011-02-11=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * cpu.c, rtems/score/mips.h: Use "__asm__" instead of "asm" for improved c99-compliance. --- cpukit/score/cpu/mips/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/score/cpu/mips/ChangeLog') diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog index ebce64b098..a2e2a0e4ee 100644 --- a/cpukit/score/cpu/mips/ChangeLog +++ b/cpukit/score/cpu/mips/ChangeLog @@ -1,3 +1,8 @@ +2011-02-11 Ralf Corsépius + + * cpu.c, rtems/score/mips.h: + Use "__asm__" instead of "asm" for improved c99-compliance. + 2011-01-04 Joel Sherrill * cpu_asm.S: _Thread_Executing was not used. -- cgit v1.2.3