From 3631c234d87298206aa416ead3e4001342233f78 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Feb 2011 09:24:09 +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 * rtems/powerpc/registers.h, rtems/score/cpu.h: Use "__asm__" instead of "asm" for improved c99-compliance. --- cpukit/score/cpu/powerpc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/score/cpu/powerpc/ChangeLog') diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index eea0cec15e..219fb10143 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -1,3 +1,8 @@ +2011-02-11 Ralf Corsépius + + * rtems/powerpc/registers.h, rtems/score/cpu.h: + Use "__asm__" instead of "asm" for improved c99-compliance. + 2011-01-31 Sebastian Huber * rtems/powerpc/registers.h: Changed Freescale EIS prefix. More -- cgit v1.2.3