diff options
-rw-r--r-- | gcc/ada/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/ada/vx_crtbegin.c | 2 | ||||
-rw-r--r-- | gcc/ada/vx_crtbegin.inc | 2 | ||||
-rw-r--r-- | gcc/ada/vx_crtbegin_auto.c | 2 | ||||
-rw-r--r-- | gcc/ada/vx_crtend.c | 2 |
5 files changed, 11 insertions, 4 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index e5daf42808b..e7f2b86fd87 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,10 @@ +2017-06-08 Olivier Hainque <hainque@adacore.com> + + * vx_crtbegin_auto.c: Update year in copyright notice. + * vx_crtbegin.c: Likewise. + * vx_crtbegin.inc: Likewise. + * vx_crtend.c: Likewise. + 2017-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de> * Makefile.in (rtems): Use TLS implementation for s-tpopsp.adb. diff --git a/gcc/ada/vx_crtbegin.c b/gcc/ada/vx_crtbegin.c index 82c2993faf9..c4628ee12ee 100644 --- a/gcc/ada/vx_crtbegin.c +++ b/gcc/ada/vx_crtbegin.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 2016, Free Software Foundation, Inc. * + * Copyright (C) 2017, 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- * diff --git a/gcc/ada/vx_crtbegin.inc b/gcc/ada/vx_crtbegin.inc index 111310b697f..fea12c14257 100644 --- a/gcc/ada/vx_crtbegin.inc +++ b/gcc/ada/vx_crtbegin.inc @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 2016, Free Software Foundation, Inc. * + * Copyright (C) 2017, 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- * diff --git a/gcc/ada/vx_crtbegin_auto.c b/gcc/ada/vx_crtbegin_auto.c index b1eb3f5983f..304a6ddae58 100644 --- a/gcc/ada/vx_crtbegin_auto.c +++ b/gcc/ada/vx_crtbegin_auto.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 2016, Free Software Foundation, Inc. * + * Copyright (C) 2017, 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- * diff --git a/gcc/ada/vx_crtend.c b/gcc/ada/vx_crtend.c index 0c04d5dd92a..0c9fe77392b 100644 --- a/gcc/ada/vx_crtend.c +++ b/gcc/ada/vx_crtend.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 2016, Free Software Foundation, Inc. * + * Copyright (C) 2017, 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- * |