From d3463aedfecf35b320ba4ed29982669ea511eb53 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Feb 2011 12:47:19 +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 * PCI_bus/PCI.c, console/console.c, include/bsp.h, include/tm27.h, startup/Hwr_init.c, startup/bspstart.c: Use "__asm__" instead of "asm" for improved c99-compliance. --- c/src/lib/libbsp/powerpc/score603e/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/score603e/ChangeLog') diff --git a/c/src/lib/libbsp/powerpc/score603e/ChangeLog b/c/src/lib/libbsp/powerpc/score603e/ChangeLog index 3b72ce4896..b35a4b5d47 100644 --- a/c/src/lib/libbsp/powerpc/score603e/ChangeLog +++ b/c/src/lib/libbsp/powerpc/score603e/ChangeLog @@ -1,3 +1,9 @@ +2011-02-11 Ralf Corsépius + + * PCI_bus/PCI.c, console/console.c, include/bsp.h, include/tm27.h, + startup/Hwr_init.c, startup/bspstart.c: + Use "__asm__" instead of "asm" for improved c99-compliance. + 2011-02-09 Ralf Corsépius * timer/timer.c: Include . -- cgit v1.2.3