From 60cde416dfd9f5a1765c2e8d5272290eabd15f0f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Feb 2011 09:09:21 +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, avr/interrupt.h, avr/power.h, rtems/score/cpu.h: Use "__asm__" instead of "asm" for improved c99-compliance. --- cpukit/score/cpu/avr/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/score/cpu/avr/ChangeLog') diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog index b5a90610c8..cb2c509be0 100644 --- a/cpukit/score/cpu/avr/ChangeLog +++ b/cpukit/score/cpu/avr/ChangeLog @@ -1,3 +1,8 @@ +2011-02-11 Ralf Corsépius + + * cpu.c, avr/interrupt.h, avr/power.h, rtems/score/cpu.h: + Use "__asm__" instead of "asm" for improved c99-compliance. + 2010-11-06 Joel Sherrill PR 1715/cpukit -- cgit v1.2.3