From f9acc339fe66dce682d124d98956dd65af467676 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Feb 2011 09:46:53 +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 * e500/mmu/mmu.c, mpc505/ictrl/ictrl.c, mpc505/timer/timer.c, mpc5xx/ictrl/ictrl.c, mpc5xx/timer/timer.c, mpc6xx/altivec/vec_sup.c, mpc6xx/clock/c_clock.c, mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h, mpc6xx/mmu/pte121.c, mpc8260/timer/timer.c, mpc8xx/timer/timer.c, new-exceptions/cpu.c, new-exceptions/bspsupport/ppc_exc_initialize.c, ppc403/clock/clock.c, ppc403/console/console.c, ppc403/console/console.c.polled, ppc403/console/console405.c, ppc403/irq/ictrl.c, ppc403/tty_drv/tty_drv.c, rtems/powerpc/cache.h, shared/include/powerpc-utility.h, shared/src/cache.c: Use "__asm__" instead of "asm" for improved c99-compliance. --- c/src/lib/libcpu/powerpc/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'c/src/lib/libcpu/powerpc/ChangeLog') diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index f4183a1a24..b6679a969a 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,17 @@ +2011-02-11 Ralf Corsépius + + * e500/mmu/mmu.c, mpc505/ictrl/ictrl.c, mpc505/timer/timer.c, + mpc5xx/ictrl/ictrl.c, mpc5xx/timer/timer.c, + mpc6xx/altivec/vec_sup.c, mpc6xx/clock/c_clock.c, + mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h, mpc6xx/mmu/pte121.c, + mpc8260/timer/timer.c, mpc8xx/timer/timer.c, new-exceptions/cpu.c, + new-exceptions/bspsupport/ppc_exc_initialize.c, + ppc403/clock/clock.c, ppc403/console/console.c, + ppc403/console/console.c.polled, ppc403/console/console405.c, + ppc403/irq/ictrl.c, ppc403/tty_drv/tty_drv.c, + rtems/powerpc/cache.h, shared/include/powerpc-utility.h, shared/src/cache.c: + Use "__asm__" instead of "asm" for improved c99-compliance. + 2011-02-02 Ralf Corsépius * configure.ac: Require autoconf-2.68, automake-1.11.1. -- cgit v1.2.3