Add missing changelog entries of last commit
[deliverable/binutils-gdb.git] / sim / bfin / dv-bfin_pll.c
index 8620039bad56f221ca886e9c7b0882fe39a8dcfa..7729180f73a199867a359aee78e51a33ec332361 100644 (file)
@@ -1,6 +1,6 @@
 /* Blackfin Phase Lock Loop (PLL) 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.
@@ -183,7 +183,8 @@ bfin_pll_finish (struct hw *me)
   pll->pll_lockcnt = 0x300;
 }
 
-const struct hw_descriptor dv_bfin_pll_descriptor[] = {
+const struct hw_descriptor dv_bfin_pll_descriptor[] =
+{
   {"bfin_pll", bfin_pll_finish,},
   {NULL, NULL},
 };
This page took 0.023572 seconds and 4 git commands to generate.