diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 6bdff31e08c..544f7fafcbb 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,6 +1,9 @@ +2014-05-14 Eric Botcazou + + * seh_init.c: Fix copyright year. + 2014-05-14 Bernd Edlinger - Fix current cygwin build problems. * seh_init.c (__gnat_map_SEH): Compile also when __CYGWIN__ and __SEH__ are defined. Move include windows.h before system.h. * s-oscons-tmplt.c (DTR_CONTROL_ENABLE, RTS_CONTROL_ENABLE): Compile @@ -8,8 +11,8 @@ 2014-05-14 Richard Sandiford - * gcc-interface/decl.c (gnat_to_gnu_entity): Convert - integer_one_node to the appropriate type. + * gcc-interface/decl.c (gnat_to_gnu_entity): Convert integer_one_node + to the appropriate type. * gcc-interface/trans.c (gnat_to_gnu): Likewise. (pos_to_constructor): Likewise. diff --git a/gcc/ada/seh_init.c b/gcc/ada/seh_init.c index f8a702d5b27..c8e65124413 100644 --- a/gcc/ada/seh_init.c +++ b/gcc/ada/seh_init.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 2005-2013, Free Software Foundation, Inc. * + * Copyright (C) 2005-2014, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- *