2003-02-26 David Carlton <carlton@math.stanford.edu>
authorDavid Carlton <carlton@bactrian.org>
Wed, 26 Feb 2003 17:04:19 +0000 (17:04 +0000)
committerDavid Carlton <carlton@bactrian.org>
Wed, 26 Feb 2003 17:04:19 +0000 (17:04 +0000)
* dv-mn103tim.c (read_special_timer6_reg): Add break after
empty default: label.
(write_special_timer6_reg): Ditto.
Update copyright.

sim/mn10300/ChangeLog
sim/mn10300/dv-mn103tim.c

index a53c8eb36fa26729fdf9934fa03d89e68527a2e6..b7ea00d272b68488ba36e959f0094c680c58d310 100644 (file)
@@ -1,3 +1,10 @@
+2003-02-26  David Carlton  <carlton@math.stanford.edu>
+
+       * dv-mn103tim.c (read_special_timer6_reg): Add break after
+       empty default: label.
+       (write_special_timer6_reg): Ditto.
+       Update copyright.
+
 2002-11-28  Andrew Cagney  <cagney@redhat.com>
 
        * sim-main.h: Only include "idecode.h" once.
index cd79f918fbf7b56fafad2fee7c9a3cd5393919d5..9b1e0d2e7ee37704c71f0c00321b77a5ee8cb415 100644 (file)
@@ -1,6 +1,6 @@
 /*  This file is part of the program GDB, the GNU debugger.
     
-    Copyright (C) 1998 Free Software Foundation, Inc.
+    Copyright (C) 1998, 2003 Free Software Foundation, Inc.
     Contributed by Cygnus Solutions.
     
     This program is free software; you can redistribute it and/or modify
@@ -495,6 +495,7 @@ read_special_timer6_reg (struct hw *me,
        break;
       
       default:
+       break;
       }
       break;
     }
@@ -950,6 +951,7 @@ write_special_timer6_reg (struct hw *me,
        break;
       
       default:
+       break;
       }
       break;
     }