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.
This commit is contained in:
parent
0bbde93163
commit
bb6317d347
2 changed files with 10 additions and 1 deletions
|
@ -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>
|
2002-11-28 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* sim-main.h: Only include "idecode.h" once.
|
* sim-main.h: Only include "idecode.h" once.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* This file is part of the program GDB, the GNU debugger.
|
/* 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.
|
Contributed by Cygnus Solutions.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -495,6 +495,7 @@ read_special_timer6_reg (struct hw *me,
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -950,6 +951,7 @@ write_special_timer6_reg (struct hw *me,
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue