mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
Update copyright dates
libcc1: Update copyrights. gotools: Update copyrights. contrib: * update-copyright.py (LibMudflapFilter): Remove. (GCCCmdLine.__init__): Add gotools, libcc1. Remove libmudflap. List unhandled intl, libcilkrts, libgo, liboffloadmic, maintainer-scripts. From-SVN: r237169
This commit is contained in:
parent
c381174498
commit
48eae47289
@ -1,3 +1,11 @@
|
||||
2016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* update-copyright.py (LibMudflapFilter): Remove.
|
||||
(GCCCmdLine.__init__): Add gotools, libcc1.
|
||||
Remove libmudflap.
|
||||
List unhandled intl, libcilkrts, libgo, liboffloadmic,
|
||||
maintainer-scripts.
|
||||
|
||||
2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
|
||||
|
||||
* download_prerequisites: Adjust gmp/mpfr/mpc versions.
|
||||
|
@ -631,15 +631,6 @@ class LibJavaFilter (GenericFilter):
|
||||
return re.compile ('.*icSigCopyrightTag')
|
||||
return GenericFilter.get_line_filter (self, dir, filename)
|
||||
|
||||
class LibMudflapFilter (GenericFilter):
|
||||
def __init__ (self):
|
||||
GenericFilter.__init__ (self)
|
||||
|
||||
self.skip_dirs |= set ([
|
||||
# Handled separately.
|
||||
'testsuite',
|
||||
])
|
||||
|
||||
class LibStdCxxFilter (GenericFilter):
|
||||
def __init__ (self):
|
||||
GenericFilter.__init__ (self)
|
||||
@ -724,30 +715,34 @@ class GCCCmdLine (CmdLine):
|
||||
self.add_dir ('gcc', GCCFilter())
|
||||
self.add_dir (os.path.join ('gcc', 'testsuite'), TestsuiteFilter())
|
||||
self.add_dir ('gnattools')
|
||||
self.add_dir ('gotools')
|
||||
self.add_dir ('include')
|
||||
# intl is imported from upstream.
|
||||
self.add_dir ('libada')
|
||||
self.add_dir ('libatomic')
|
||||
self.add_dir ('libbacktrace')
|
||||
self.add_dir ('libcc1')
|
||||
# libcilkrts is imported from upstream.
|
||||
self.add_dir ('libcpp', LibCppFilter())
|
||||
self.add_dir ('libdecnumber')
|
||||
# libffi is imported from upstream.
|
||||
self.add_dir ('libgcc', LibGCCFilter())
|
||||
self.add_dir ('libgfortran')
|
||||
# libgo is imported from upstream.
|
||||
self.add_dir ('libgomp')
|
||||
self.add_dir ('libiberty')
|
||||
self.add_dir ('libitm')
|
||||
self.add_dir ('libjava', LibJavaFilter())
|
||||
self.add_dir (os.path.join ('libjava', 'testsuite'), TestsuiteFilter())
|
||||
self.add_dir ('libmudflap', LibMudflapFilter())
|
||||
self.add_dir (os.path.join ('libmudflap', 'testsuite'),
|
||||
TestsuiteFilter())
|
||||
self.add_dir ('libobjc')
|
||||
# liboffloadmic is imported from upstream.
|
||||
self.add_dir ('libquadmath')
|
||||
# libsanitiser is imported from upstream.
|
||||
# libsanitizer is imported from upstream.
|
||||
self.add_dir ('libssp')
|
||||
self.add_dir ('libstdc++-v3', LibStdCxxFilter())
|
||||
self.add_dir ('libvtv')
|
||||
self.add_dir ('lto-plugin')
|
||||
# maintainer-scripts maintainer-scripts
|
||||
# zlib is imported from upstream.
|
||||
|
||||
self.default_dirs = [
|
||||
@ -761,7 +756,6 @@ class GCCCmdLine (CmdLine):
|
||||
'libgfortran',
|
||||
'libgomp',
|
||||
'libitm',
|
||||
'libmudflap',
|
||||
'libobjc',
|
||||
'libstdc++-v3',
|
||||
]
|
||||
|
@ -1,3 +1,7 @@
|
||||
2016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
Update copyrights.
|
||||
|
||||
2016-02-03 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* Makefile.am (go_cmd_gofmt_files): Update to Go 1.6rc1 by adding
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Makefile for gotools
|
||||
# Copyright 2015 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2015-2016 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Configure script for gotools.
|
||||
# Copyright 2015 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2015-2016 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
|
@ -1,3 +1,7 @@
|
||||
2016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
Update copyrights.
|
||||
|
||||
2016-04-18 Michael Matz <matz@suse.de>
|
||||
|
||||
* plugin.cc (plugin_finish_record_or_union): Use SET_TYPE_ALIGN.
|
||||
|
@ -1,4 +1,4 @@
|
||||
## Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
## Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
## This file is part of GCC.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Callback management.
|
||||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Callback management
|
||||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
dnl Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
dnl Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
dnl
|
||||
dnl This file is part of GCC.
|
||||
dnl
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Connect implementation
|
||||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Plugin connection declarations
|
||||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Find the correct compiler.
|
||||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Find the correct compiler.
|
||||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* The library used by gdb.
|
||||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Marshalling and unmarshalling.
|
||||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Marshalling and unmarshalling.
|
||||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* String definitions.
|
||||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* String declarations.
|
||||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Library interface to C front end
|
||||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* RPC call and callback templates
|
||||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* status type definition
|
||||
Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user