diff options
Diffstat (limited to 'gcc/config/arm/neon-gen.ml')
-rw-r--r-- | gcc/config/arm/neon-gen.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/neon-gen.ml b/gcc/config/arm/neon-gen.ml index e5da658687f..f3dd86b0ace 100644 --- a/gcc/config/arm/neon-gen.ml +++ b/gcc/config/arm/neon-gen.ml @@ -1,5 +1,5 @@ (* Auto-generate ARM Neon intrinsics header file. - Copyright (C) 2006-2013 Free Software Foundation, Inc. + Copyright (C) 2006-2014 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is part of GCC. @@ -467,7 +467,7 @@ let _ = "/* ARM NEON intrinsics include file. This file is generated automatically"; " using neon-gen.ml. Please do not edit manually."; ""; -" Copyright (C) 2006-2013 Free Software Foundation, Inc."; +" Copyright (C) 2006-2014 Free Software Foundation, Inc."; " Contributed by CodeSourcery."; ""; " This file is part of GCC."; |