diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-04 12:49:55 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-04 12:49:55 +0000 |
commit | 71e45bc23e1b15089ec18bc5dddafbd53bc6e7b3 (patch) | |
tree | bb55f5b72dfc557698b74a9e740269cce291d1d5 /gcc/config/arm/arm-ldmstm.ml | |
parent | 9448cf4a2fd9d9ef39b85d914b09c5efbea44731 (diff) | |
download | gcc-71e45bc23e1b15089ec18bc5dddafbd53bc6e7b3.tar.gz |
Update Copyright years for files modified in 2011 and/or 2012.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194903 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/arm-ldmstm.ml')
-rw-r--r-- | gcc/config/arm/arm-ldmstm.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/arm-ldmstm.ml b/gcc/config/arm/arm-ldmstm.ml index 1d98ef038ef..b9ac4f1d080 100644 --- a/gcc/config/arm/arm-ldmstm.ml +++ b/gcc/config/arm/arm-ldmstm.ml @@ -1,5 +1,5 @@ (* Auto-generate ARM ldm/stm patterns - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010, 2011, 2012 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is part of GCC. @@ -314,7 +314,7 @@ let _ = "/* ARM ldm/stm instruction patterns. This file was automatically generated"; " using arm-ldmstm.ml. Please do not edit manually."; ""; -" Copyright (C) 2010 Free Software Foundation, Inc."; +" Copyright (C) 2010, 2011, 2012 Free Software Foundation, Inc."; " Contributed by CodeSourcery."; ""; " This file is part of GCC."; |