aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2017-09-13 10:00:26 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2017-09-13 10:00:26 +0200
commit663628e38dd16a29e074f472065b27a9c9a823d0 (patch)
tree7ac2953213b1410b97531c8b06e306aa5b523070 /gcc
parent1946ddadbbaa160a778334a9a82d93b216bd6c85 (diff)
downloadgcc-663628e38dd16a29e074f472065b27a9c9a823d0.zip
gcc-663628e38dd16a29e074f472065b27a9c9a823d0.tar.gz
gcc-663628e38dd16a29e074f472065b27a9c9a823d0.tar.bz2
Minor edits.
From-SVN: r252060
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/adaint.h2
-rw-r--r--gcc/ada/ctrl_c.c2
-rw-r--r--gcc/ada/gsocket.h2
-rw-r--r--gcc/ada/init.c2
-rw-r--r--gcc/ada/initialize.c2
-rw-r--r--gcc/ada/libgnarl/a-taster.adb2
-rw-r--r--gcc/ada/link.c2
-rw-r--r--gcc/ada/rtfinal.c2
-rw-r--r--gcc/ada/s-oscons-tmplt.c2
-rw-r--r--gcc/ada/vx_crtbegin.c2
-rw-r--r--gcc/ada/vx_crtbegin.inc2
-rw-r--r--gcc/ada/vx_crtbegin_auto.c6
-rw-r--r--gcc/ada/vx_crtend.c2
13 files changed, 17 insertions, 13 deletions
diff --git a/gcc/ada/adaint.h b/gcc/ada/adaint.h
index 444e04d..028ffbf 100644
--- a/gcc/ada/adaint.h
+++ b/gcc/ada/adaint.h
@@ -6,7 +6,7 @@
* *
* C Header File *
* *
- * Copyright (C) 1992-2016, Free Software Foundation, Inc. *
+ * Copyright (C) 1992-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/ctrl_c.c b/gcc/ada/ctrl_c.c
index b1bd085..46d259e 100644
--- a/gcc/ada/ctrl_c.c
+++ b/gcc/ada/ctrl_c.c
@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
- * Copyright (C) 2002-2013, Free Software Foundation, Inc. *
+ * Copyright (C) 2002-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/gsocket.h b/gcc/ada/gsocket.h
index b343b09..b4b7f20a8 100644
--- a/gcc/ada/gsocket.h
+++ b/gcc/ada/gsocket.h
@@ -6,7 +6,7 @@
* *
* C Header File *
* *
- * Copyright (C) 2004-2016, Free Software Foundation, Inc. *
+ * Copyright (C) 2004-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/init.c b/gcc/ada/init.c
index e180f3c..4071bb4 100644
--- a/gcc/ada/init.c
+++ b/gcc/ada/init.c
@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
- * Copyright (C) 1992-2016, Free Software Foundation, Inc. *
+ * Copyright (C) 1992-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/initialize.c b/gcc/ada/initialize.c
index 54e7e8b..f2228a6 100644
--- a/gcc/ada/initialize.c
+++ b/gcc/ada/initialize.c
@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
- * Copyright (C) 1992-2015, Free Software Foundation, Inc. *
+ * Copyright (C) 1992-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/libgnarl/a-taster.adb b/gcc/ada/libgnarl/a-taster.adb
index c4b4aaa..844d8aa 100644
--- a/gcc/ada/libgnarl/a-taster.adb
+++ b/gcc/ada/libgnarl/a-taster.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2005-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 2005-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/link.c b/gcc/ada/link.c
index 9e33a84..ac3c372 100644
--- a/gcc/ada/link.c
+++ b/gcc/ada/link.c
@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
- * Copyright (C) 1992-2015, Free Software Foundation, Inc. *
+ * Copyright (C) 1992-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/rtfinal.c b/gcc/ada/rtfinal.c
index 0500964..8f7e163 100644
--- a/gcc/ada/rtfinal.c
+++ b/gcc/ada/rtfinal.c
@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
- * Copyright (C) 2014-2015, Free Software Foundation, Inc. *
+ * Copyright (C) 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- *
diff --git a/gcc/ada/s-oscons-tmplt.c b/gcc/ada/s-oscons-tmplt.c
index 2614017..0ace0b6 100644
--- a/gcc/ada/s-oscons-tmplt.c
+++ b/gcc/ada/s-oscons-tmplt.c
@@ -7,7 +7,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2000-2016, Free Software Foundation, Inc. --
+-- Copyright (C) 2000-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.c b/gcc/ada/vx_crtbegin.c
index c4628ee..82c2993 100644
--- a/gcc/ada/vx_crtbegin.c
+++ b/gcc/ada/vx_crtbegin.c
@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
- * Copyright (C) 2017, Free Software Foundation, Inc. *
+ * Copyright (C) 2016, 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 fea12c1..111310b 100644
--- a/gcc/ada/vx_crtbegin.inc
+++ b/gcc/ada/vx_crtbegin.inc
@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
- * Copyright (C) 2017, Free Software Foundation, Inc. *
+ * Copyright (C) 2016, 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 304a6dd..277c93b 100644
--- a/gcc/ada/vx_crtbegin_auto.c
+++ b/gcc/ada/vx_crtbegin_auto.c
@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
- * Copyright (C) 2017, Free Software Foundation, Inc. *
+ * Copyright (C) 2016, 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- *
@@ -39,6 +39,10 @@
#define CDTOR_VISIBILITY static
#include "vx_crtbegin.inc"
+/* Diab C++ for ppc64-vx7 crtbegin wants to declare a
+ char dso_handle = 0;
+ here. ??? */
+
typedef void (*func_ptr) (void);
func_ptr _dtors [] = {DTOR_NAME, 0};
func_ptr _ctors [] = {CTOR_NAME, 0};
diff --git a/gcc/ada/vx_crtend.c b/gcc/ada/vx_crtend.c
index 0c9fe77..0c04d5d 100644
--- a/gcc/ada/vx_crtend.c
+++ b/gcc/ada/vx_crtend.c
@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
- * Copyright (C) 2017, Free Software Foundation, Inc. *
+ * Copyright (C) 2016, 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- *