aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErven Rohou <erven.rohou@inria.fr>2009-06-19 14:22:43 +0000
committerErven Rohou <erven.rohou@inria.fr>2009-06-19 14:22:43 +0000
commitcbf1f441905e15b863396b092f060c27f8acb35e (patch)
treef7f714b7150c67f6fc5890cd70cc62cb7591a345
parent393927adf32c0feb4a7f9ac8cb9b72fe625e8b48 (diff)
Fix email address.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/st/cli-be@148706 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/config/cil32/bb-layout.c5
-rw-r--r--gcc/config/cil32/bit-stream.c5
-rw-r--r--gcc/config/cil32/bit-stream.h5
-rw-r--r--gcc/config/cil32/cil-builtins.h5
-rw-r--r--gcc/config/cil32/cil-refs.h5
-rw-r--r--gcc/config/cil32/cil-stmt.h5
-rw-r--r--gcc/config/cil32/cil32-modes.def5
-rw-r--r--gcc/config/cil32/cil32-protos.h5
-rw-r--r--gcc/config/cil32/emit-hints.c5
-rw-r--r--gcc/config/cil32/emit-hints.h5
-rw-r--r--gcc/config/cil32/missing-protos.c5
-rw-r--r--gcc/config/cil32/peephole.c5
-rw-r--r--gcc/config/cil32/remove-convs.c5
-rw-r--r--gcc/config/cil32/remove-temps.c5
-rw-r--r--gcc/config/cil32/simp-cond.c5
-rw-r--r--gcc/config/cil32/tree-simp-cil-early.c5
16 files changed, 48 insertions, 32 deletions
diff --git a/gcc/config/cil32/bb-layout.c b/gcc/config/cil32/bb-layout.c
index 0f64addc460..76f94418fdd 100644
--- a/gcc/config/cil32/bb-layout.c
+++ b/gcc/config/cil32/bb-layout.c
@@ -1,6 +1,6 @@
/* Layout of basic blocks.
- Copyright (C) 2006-2008 Free Software Foundation, Inc.
+ Copyright (C) 2006-2009 Free Software Foundation, Inc.
This file is part of GCC.
@@ -28,7 +28,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
#include "config.h"
diff --git a/gcc/config/cil32/bit-stream.c b/gcc/config/cil32/bit-stream.c
index ed2570d368c..371462ae71f 100644
--- a/gcc/config/cil32/bit-stream.c
+++ b/gcc/config/cil32/bit-stream.c
@@ -1,6 +1,6 @@
/* Utility to handle bit streams
- Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2006-2009 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -25,7 +25,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
#include "config.h"
diff --git a/gcc/config/cil32/bit-stream.h b/gcc/config/cil32/bit-stream.h
index e6161ab87b1..8fcd39a0d4f 100644
--- a/gcc/config/cil32/bit-stream.h
+++ b/gcc/config/cil32/bit-stream.h
@@ -1,6 +1,6 @@
/* Bit-stream emitter definitions for GNU compiler.
- Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2006-2009 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -25,7 +25,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
#ifndef BIT_STREAM_H
diff --git a/gcc/config/cil32/cil-builtins.h b/gcc/config/cil32/cil-builtins.h
index cefe217da63..2c884ef0c9c 100644
--- a/gcc/config/cil32/cil-builtins.h
+++ b/gcc/config/cil32/cil-builtins.h
@@ -1,6 +1,6 @@
/*
- Copyright (C) 2006-2008 Free Software Foundation, Inc.
+ Copyright (C) 2006-2009 Free Software Foundation, Inc.
This file is part of GCC.
@@ -26,7 +26,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
#ifndef CIL_BUILTINS_H
diff --git a/gcc/config/cil32/cil-refs.h b/gcc/config/cil32/cil-refs.h
index 2e37e557ece..b4a92d3714f 100644
--- a/gcc/config/cil32/cil-refs.h
+++ b/gcc/config/cil32/cil-refs.h
@@ -1,6 +1,6 @@
/* Database of entities referenced in a compilation unit.
- Copyright (C) 2006-2008 Free Software Foundation, Inc.
+ Copyright (C) 2006-2009 Free Software Foundation, Inc.
This file is part of GCC.
@@ -26,7 +26,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
#ifndef CIL_REFS_H
diff --git a/gcc/config/cil32/cil-stmt.h b/gcc/config/cil32/cil-stmt.h
index 618f3e5a5e1..77cd2bd67c9 100644
--- a/gcc/config/cil32/cil-stmt.h
+++ b/gcc/config/cil32/cil-stmt.h
@@ -1,6 +1,6 @@
/* Type declarations and prototypes of the CIL statements.
- Copyright (C) 2006-2008 Free Software Foundation, Inc.
+ Copyright (C) 2006-2009 Free Software Foundation, Inc.
This file is part of GCC.
@@ -26,7 +26,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
#ifndef CIL_STMT_H
diff --git a/gcc/config/cil32/cil32-modes.def b/gcc/config/cil32/cil32-modes.def
index 08a51ddca2c..dccb77df965 100644
--- a/gcc/config/cil32/cil32-modes.def
+++ b/gcc/config/cil32/cil32-modes.def
@@ -1,6 +1,6 @@
/* Definitions of target machine for GCC for CIL32.
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2009 Free Software Foundation, Inc.
This file is part of GCC.
@@ -27,7 +27,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
/* Vector modes. */
diff --git a/gcc/config/cil32/cil32-protos.h b/gcc/config/cil32/cil32-protos.h
index 77e574cc504..2aceb80f472 100644
--- a/gcc/config/cil32/cil32-protos.h
+++ b/gcc/config/cil32/cil32-protos.h
@@ -1,6 +1,6 @@
/* Definitions for GCC. Part of the machine description for cil32.
- Copyright (C) 2006-2008 Free Software Foundation, Inc.
+ Copyright (C) 2006-2009 Free Software Foundation, Inc.
This file is part of GCC.
@@ -27,7 +27,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
extern void cil32_ivdep (struct cpp_reader *);
diff --git a/gcc/config/cil32/emit-hints.c b/gcc/config/cil32/emit-hints.c
index 945b90274b8..4d6dc9b20cf 100644
--- a/gcc/config/cil32/emit-hints.c
+++ b/gcc/config/cil32/emit-hints.c
@@ -1,6 +1,6 @@
/* Emit hints about the CIL program.
- Copyright (C) 2006-2008 Free Software Foundation, Inc.
+ Copyright (C) 2006-2009 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -26,7 +26,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
#include "config.h"
diff --git a/gcc/config/cil32/emit-hints.h b/gcc/config/cil32/emit-hints.h
index 211d36f812a..3b172360212 100644
--- a/gcc/config/cil32/emit-hints.h
+++ b/gcc/config/cil32/emit-hints.h
@@ -1,6 +1,6 @@
/* Hint emission definitions for GNU compiler.
- Copyright (C) 2006-2008 Free Software Foundation, Inc.
+ Copyright (C) 2006-2009 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -26,7 +26,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
#ifndef EMIT_HINTS_H
diff --git a/gcc/config/cil32/missing-protos.c b/gcc/config/cil32/missing-protos.c
index 5fbc62b5eaa..be635f7f74a 100644
--- a/gcc/config/cil32/missing-protos.c
+++ b/gcc/config/cil32/missing-protos.c
@@ -1,6 +1,6 @@
/* Function without prototype patching pass.
- Copyright (C) 2006-2008 Free Software Foundation, Inc.
+ Copyright (C) 2006-2009 Free Software Foundation, Inc.
This file is part of GCC.
@@ -26,7 +26,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
#include "config.h"
diff --git a/gcc/config/cil32/peephole.c b/gcc/config/cil32/peephole.c
index 68bb337004c..be24cf55368 100644
--- a/gcc/config/cil32/peephole.c
+++ b/gcc/config/cil32/peephole.c
@@ -1,6 +1,6 @@
/* This pass applies a few simple peephole optimizations.
- Copyright (C) 2006-2008 Free Software Foundation, Inc.
+ Copyright (C) 2006-2009 Free Software Foundation, Inc.
This file is part of GCC.
@@ -26,7 +26,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
#include "config.h"
diff --git a/gcc/config/cil32/remove-convs.c b/gcc/config/cil32/remove-convs.c
index 6bc1a67fab1..50b97ea4dbd 100644
--- a/gcc/config/cil32/remove-convs.c
+++ b/gcc/config/cil32/remove-convs.c
@@ -3,7 +3,7 @@
implemented as a somewhat elaborate peephole optimizer, to make it
optimal however it should be reimplemented using proper DFA.
- Copyright (C) 2006-2008 Free Software Foundation, Inc.
+ Copyright (C) 2006-2009 Free Software Foundation, Inc.
This file is part of GCC.
@@ -29,7 +29,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
#include "config.h"
diff --git a/gcc/config/cil32/remove-temps.c b/gcc/config/cil32/remove-temps.c
index f8314d471e8..74ba52763e5 100644
--- a/gcc/config/cil32/remove-temps.c
+++ b/gcc/config/cil32/remove-temps.c
@@ -2,7 +2,7 @@
remove redundant local variables which have been generated during the
GIMPLE-to-CIL expansion.
- Copyright (C) 2006-2008 Free Software Foundation, Inc.
+ Copyright (C) 2006-2009 Free Software Foundation, Inc.
This file is part of GCC.
@@ -28,7 +28,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
#include "config.h"
diff --git a/gcc/config/cil32/simp-cond.c b/gcc/config/cil32/simp-cond.c
index e40c44fdc31..5aa3a50b35e 100644
--- a/gcc/config/cil32/simp-cond.c
+++ b/gcc/config/cil32/simp-cond.c
@@ -2,7 +2,7 @@
conditional/unconditional branches if one of the two outgoing paths falls
through to the next basic block.
- Copyright (C) 2006-2008 Free Software Foundation, Inc.
+ Copyright (C) 2006-2009 Free Software Foundation, Inc.
This file is part of GCC.
@@ -28,7 +28,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
#include "config.h"
diff --git a/gcc/config/cil32/tree-simp-cil-early.c b/gcc/config/cil32/tree-simp-cil-early.c
index e43503e8059..6f64f14a918 100644
--- a/gcc/config/cil32/tree-simp-cil-early.c
+++ b/gcc/config/cil32/tree-simp-cil-early.c
@@ -1,7 +1,7 @@
/* Simplify non-SSA GIMPLE trees before control flow-graph construction and
optimization passes.
- Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2007-2009 Free Software Foundation, Inc.
This file is part of GCC.
@@ -27,7 +27,8 @@ Authors:
Contact information at STMicroelectronics:
Andrea C. Ornstein <andrea.ornstein@st.com>
-Erven Rohou <erven.rohou@st.com>
+Contact information at INRIA:
+Erven Rohou <erven.rohou@inria.fr>
*/
#include "config.h"