Add missing changelog entries of last commit
[deliverable/binutils-gdb.git] / sim / bfin / dv-bfin_ctimer.c
index 552f77245d27dd77f9c4583930d08200c711eefd..6aa5c31d6162cbcc74a43baa11467f83778514ac 100644 (file)
@@ -1,6 +1,6 @@
 /* Blackfin Core Timer model.
 
-   Copyright (C) 2010-2011 Free Software Foundation, Inc.
+   Copyright (C) 2010-2015 Free Software Foundation, Inc.
    Contributed by Analog Devices, Inc.
 
    This file is part of simulators.
@@ -263,7 +263,8 @@ bfin_ctimer_finish (struct hw *me)
   /* Initialize the Core Timer.  */
 }
 
-const struct hw_descriptor dv_bfin_ctimer_descriptor[] = {
+const struct hw_descriptor dv_bfin_ctimer_descriptor[] =
+{
   {"bfin_ctimer", bfin_ctimer_finish,},
   {NULL, NULL},
 };
This page took 0.023508 seconds and 4 git commands to generate.