diff options
Diffstat (limited to 'libgcc/config/msp430')
-rw-r--r-- | libgcc/config/msp430/cmpsi2.S | 2 | ||||
-rw-r--r-- | libgcc/config/msp430/epilogue.S | 2 | ||||
-rw-r--r-- | libgcc/config/msp430/lib2bitcountHI.c | 3 | ||||
-rw-r--r-- | libgcc/config/msp430/lib2divHI.c | 3 | ||||
-rw-r--r-- | libgcc/config/msp430/lib2divQI.c | 3 | ||||
-rw-r--r-- | libgcc/config/msp430/lib2divSI.c | 3 | ||||
-rw-r--r-- | libgcc/config/msp430/lib2mul.c | 3 | ||||
-rw-r--r-- | libgcc/config/msp430/msp430-divmod.h | 3 | ||||
-rw-r--r-- | libgcc/config/msp430/msp430-mul.h | 3 | ||||
-rw-r--r-- | libgcc/config/msp430/slli.S | 2 | ||||
-rw-r--r-- | libgcc/config/msp430/srai.S | 2 | ||||
-rw-r--r-- | libgcc/config/msp430/srli.S | 2 |
12 files changed, 12 insertions, 19 deletions
diff --git a/libgcc/config/msp430/cmpsi2.S b/libgcc/config/msp430/cmpsi2.S index e8e5b3935a4..6f076b68f67 100644 --- a/libgcc/config/msp430/cmpsi2.S +++ b/libgcc/config/msp430/cmpsi2.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012, 2013 Free Software Foundation, Inc. +; Copyright (C) 2012-2013 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/msp430/epilogue.S b/libgcc/config/msp430/epilogue.S index 2e86decafc1..1b47b58ef94 100644 --- a/libgcc/config/msp430/epilogue.S +++ b/libgcc/config/msp430/epilogue.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012, 2013 Free Software Foundation, Inc. +; Copyright (C) 2012-2013 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/msp430/lib2bitcountHI.c b/libgcc/config/msp430/lib2bitcountHI.c index f0291ad60b0..d05301ad3d2 100644 --- a/libgcc/config/msp430/lib2bitcountHI.c +++ b/libgcc/config/msp430/lib2bitcountHI.c @@ -1,6 +1,5 @@ /* libgcc routines for MSP430 - Copyright (C) 2012 - Free Software Foundation, Inc. + Copyright (C) 2012 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/msp430/lib2divHI.c b/libgcc/config/msp430/lib2divHI.c index e70ed400513..bf067bd3a1b 100644 --- a/libgcc/config/msp430/lib2divHI.c +++ b/libgcc/config/msp430/lib2divHI.c @@ -1,6 +1,5 @@ /* HI mode divide routines for libgcc for MSP430 - Copyright (C) 2012 - Free Software Foundation, Inc. + Copyright (C) 2012 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/msp430/lib2divQI.c b/libgcc/config/msp430/lib2divQI.c index fe341fc2fdc..4d9f14874d7 100644 --- a/libgcc/config/msp430/lib2divQI.c +++ b/libgcc/config/msp430/lib2divQI.c @@ -1,6 +1,5 @@ /* QI mode divide routines for libgcc for MSP430 - Copyright (C) 2012 - Free Software Foundation, Inc. + Copyright (C) 2012 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/msp430/lib2divSI.c b/libgcc/config/msp430/lib2divSI.c index bc1dacaf51f..d819090f804 100644 --- a/libgcc/config/msp430/lib2divSI.c +++ b/libgcc/config/msp430/lib2divSI.c @@ -1,6 +1,5 @@ /* SI mode divide routines for libgcc for MSP430 - Copyright (C) 2012 - Free Software Foundation, Inc. + Copyright (C) 2012 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/msp430/lib2mul.c b/libgcc/config/msp430/lib2mul.c index 9f68f4c5e67..6fe61e56510 100644 --- a/libgcc/config/msp430/lib2mul.c +++ b/libgcc/config/msp430/lib2mul.c @@ -1,6 +1,5 @@ /* libgcc routines for MSP430 - Copyright (C) 2005, 2009, 2011 - Free Software Foundation, Inc. + Copyright (C) 2005-2011 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/msp430/msp430-divmod.h b/libgcc/config/msp430/msp430-divmod.h index 206c7516c3e..b2b6fc0dc79 100644 --- a/libgcc/config/msp430/msp430-divmod.h +++ b/libgcc/config/msp430/msp430-divmod.h @@ -1,6 +1,5 @@ /* libgcc routines for MSP430 - Copyright (C) 2005, 2009, 2011 - Free Software Foundation, Inc. + Copyright (C) 2005-2011 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/msp430/msp430-mul.h b/libgcc/config/msp430/msp430-mul.h index fc2cd6c6ebb..45ab06775e6 100644 --- a/libgcc/config/msp430/msp430-mul.h +++ b/libgcc/config/msp430/msp430-mul.h @@ -1,6 +1,5 @@ /* libgcc routines for RL78 - Copyright (C) 2005, 2009, 2011 - Free Software Foundation, Inc. + Copyright (C) 2005-2011 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/msp430/slli.S b/libgcc/config/msp430/slli.S index 48ed15d3ec3..61d03213935 100644 --- a/libgcc/config/msp430/slli.S +++ b/libgcc/config/msp430/slli.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012, 2013 Free Software Foundation, Inc. +; Copyright (C) 2012-2013 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/msp430/srai.S b/libgcc/config/msp430/srai.S index 8f841229fde..73d161ff09f 100644 --- a/libgcc/config/msp430/srai.S +++ b/libgcc/config/msp430/srai.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012, 2013 Free Software Foundation, Inc. +; Copyright (C) 2012-2013 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/msp430/srli.S b/libgcc/config/msp430/srli.S index 3ec33df343f..fdcca601787 100644 --- a/libgcc/config/msp430/srli.S +++ b/libgcc/config/msp430/srli.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012, 2013 Free Software Foundation, Inc. +; Copyright (C) 2012-2013 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it |