diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2014-05-14 22:00:49 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2014-05-14 22:00:49 +0000 |
commit | 0263d678037179ced1f0543660743d33f7801b59 (patch) | |
tree | ae5230d51ef039a13f72944de9348cd92f1a76ae /gcc | |
parent | bc91b0e0869c090d093ade248feaae54ca45550d (diff) | |
download | gcc-0263d678037179ced1f0543660743d33f7801b59.zip gcc-0263d678037179ced1f0543660743d33f7801b59.tar.gz gcc-0263d678037179ced1f0543660743d33f7801b59.tar.bz2 |
* seh_init.c: Fix copyright year.
From-SVN: r210443
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 9 | ||||
-rw-r--r-- | gcc/ada/seh_init.c | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 6bdff31..544f7fa 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,6 +1,9 @@ +2014-05-14 Eric Botcazou <ebotcazou@adacore.com> + + * seh_init.c: Fix copyright year. + 2014-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de> - 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 <r.sandiford@uk.ibm.com> - * 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 f8a702d5..c8e6512 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- * |