From: David Carlton Date: Wed, 26 Feb 2003 17:04:19 +0000 (+0000) Subject: 2003-02-26 David Carlton X-Git-Tag: binutils-2_14-branchpoint~691 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb6317d347dc460b2515e927648edc54d1d2bbe1;p=external%2Fbinutils.git 2003-02-26 David Carlton * dv-mn103tim.c (read_special_timer6_reg): Add break after empty default: label. (write_special_timer6_reg): Ditto. Update copyright. --- diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index a53c8eb..b7ea00d 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,3 +1,10 @@ +2003-02-26 David Carlton + + * 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 * sim-main.h: Only include "idecode.h" once. diff --git a/sim/mn10300/dv-mn103tim.c b/sim/mn10300/dv-mn103tim.c index cd79f91..9b1e0d2 100644 --- a/sim/mn10300/dv-mn103tim.c +++ b/sim/mn10300/dv-mn103tim.c @@ -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; }