From 3d0af835baaeef051cdbd0f15fa86dc811c085ac Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Feb 2011 09:57:25 +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 * sh7032/delay/delay.c, sh7032/score/cpu_asm.c, sh7032/score/ispsh7032.c, sh7045/sci/sci.c, sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c, sh7045/score/ispsh7045.c, sh7750/sci/sh4uart.c, sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c, shgdb/score/cpu_asm.c, shgdb/score/ispshgdb.c: Use "__asm__" instead of "asm" for improved c99-compliance. --- c/src/lib/libcpu/sh/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'c/src/lib/libcpu/sh/ChangeLog') diff --git a/c/src/lib/libcpu/sh/ChangeLog b/c/src/lib/libcpu/sh/ChangeLog index 08b05fcebe..0a1c57a253 100644 --- a/c/src/lib/libcpu/sh/ChangeLog +++ b/c/src/lib/libcpu/sh/ChangeLog @@ -1,3 +1,13 @@ +2011-02-11 Ralf Corsépius + + * sh7032/delay/delay.c, sh7032/score/cpu_asm.c, + sh7032/score/ispsh7032.c, sh7045/sci/sci.c, + sh7045/sci/sci_termios.c, sh7045/score/cpu_asm.c, + sh7045/score/ispsh7045.c, sh7750/sci/sh4uart.c, + sh7750/score/cpu_asm.c, sh7750/score/ispsh7750.c, + shgdb/score/cpu_asm.c, shgdb/score/ispshgdb.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