summaryrefslogtreecommitdiffstats
path: root/tools/cpu
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/cpu/sh/ChangeLog6
-rw-r--r--tools/cpu/sh/shgen.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/tools/cpu/sh/ChangeLog b/tools/cpu/sh/ChangeLog
index 37d56e5221..4fe7f500aa 100644
--- a/tools/cpu/sh/ChangeLog
+++ b/tools/cpu/sh/ChangeLog
@@ -1,4 +1,8 @@
-2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * shgen.c: Set default Phi to 20MHz (BUG-FIX).
+
+2000l-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
diff --git a/tools/cpu/sh/shgen.c b/tools/cpu/sh/shgen.c
index 6fc262d694..73c8a4f027 100644
--- a/tools/cpu/sh/shgen.c
+++ b/tools/cpu/sh/shgen.c
@@ -55,7 +55,7 @@ static void shgen_header( FILE *file )
int main( int argc, char *argv[] )
{
- double Phi = 20.0 ;
+ double Phi = 20000000.0 ;
#if HAVE_GETOPT_LONG
int option_index = 0 ;