Add missing changelog entries of last commit
[deliverable/binutils-gdb.git] / sim / bfin / dv-bfin_ebiu_sdc.c
index 710f2f8f9a814d6cc6f3395b4bcf8cd25ec38363..e7a036a993943e602c8bfbeae50d8f338c780039 100644 (file)
@@ -1,6 +1,6 @@
 /* Blackfin External Bus Interface Unit (EBIU) SDRAM Controller (SDC) 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.
@@ -39,7 +39,8 @@ struct bfin_ebiu_sdc
 #define mmr_base()      offsetof(struct bfin_ebiu_sdc, sdgctl)
 #define mmr_offset(mmr) (offsetof(struct bfin_ebiu_sdc, mmr) - mmr_base())
 
-static const char * const mmr_names[] = {
+static const char * const mmr_names[] =
+{
   "EBIU_SDGCTL", "EBIU_SDBCTL", "EBIU_SDRRC", "EBIU_SDSTAT",
 };
 #define mmr_name(off) mmr_names[(off) / 4]
@@ -195,7 +196,8 @@ bfin_ebiu_sdc_finish (struct hw *me)
   sdc->sdbctl |= EBE | EBSZ_64 | EBCAW_10;
 }
 
-const struct hw_descriptor dv_bfin_ebiu_sdc_descriptor[] = {
+const struct hw_descriptor dv_bfin_ebiu_sdc_descriptor[] =
+{
   {"bfin_ebiu_sdc", bfin_ebiu_sdc_finish,},
   {NULL, NULL},
 };
This page took 0.023575 seconds and 4 git commands to generate.