Update the address of the FSF in the copyright notice of files which were using the old address.

top	* COPYING.LIBGLOSS: Update address of FSF in copyright notice.

bfd	* cpu-mt.c: Update address of FSF in copyright notice.
	* elf32-m32c.c: Likewise.
	* elf32-mt.c: Likewise.
	* elf32-rl78.c: Likewise.
	* elf32-rx.c: Likewise.
	* elf32-rx.h: Likewise.
	* elf32-spu.h: Likewise.
	* hosts/x86-64linux.h: Likewise.

etc	* add-log.el: Update address of FSF in copyright notice.

gas	* config/tc-m32c.c: Update address of FSF in copyright notice.
	* config/tc-m32c.h: Likewise.
	* config/tc-mt.c: Likewise.
	* config/tc-mt.h: Likewise.
	* config/tc-visium.c: Likewise.
	* config/tc-visium.h: Likewise.
	* testsuite/gas/rx/explode: Likewise.

ld	* testsuite/ld-mn10300/mn10300.exp: Update address of FSF in
	copyright notice.
This commit is contained in:
Nick Clifton 2017-12-14 12:48:55 +00:00
parent 4baeffab22
commit 863f7a5f48
23 changed files with 84 additions and 45 deletions

View File

@ -313,10 +313,10 @@ WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details. General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to along with this program; if not, write to the Free Software
the Free Software Foundation, 59 Temple Place - Suite 330, Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
Boston, MA 02111-1307, USA. MA 02110-1301, USA.
As a special exception, if you link this library with files As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause compiled with GCC to produce an executable, this does not cause

View File

@ -1,3 +1,7 @@
2017-12-14 Nick Clifton <nickc@redhat.com>
* COPYING.LIBGLOSS: Update address of FSF in copyright notice.
2017-12-12 Stafford Horne <shorne@gmail.com> 2017-12-12 Stafford Horne <shorne@gmail.com>
* configure.ac: Remove logic adding gdb to noconfigsdirs for or1k. * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.

View File

@ -1,3 +1,14 @@
2017-12-14 Nick Clifton <nickc@redhat.com>
* cpu-mt.c: Update address of FSF in copyright notice.
* elf32-m32c.c: Likewise.
* elf32-mt.c: Likewise.
* elf32-rl78.c: Likewise.
* elf32-rx.c: Likewise.
* elf32-rx.h: Likewise.
* elf32-spu.h: Likewise.
* hosts/x86-64linux.h: Likewise.
2017-12-13 Renlin Li <renlin.li@arm.com> 2017-12-13 Renlin Li <renlin.li@arm.com>
* elfnn-aarch64.c (elfNN_aarch64_check_relocs): Disallow * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Disallow

View File

@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02111-1307, USA. */ MA 02110-1301, USA. */
#include "sysdep.h" #include "sysdep.h"
#include "bfd.h" #include "bfd.h"

View File

@ -15,7 +15,8 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
#include "sysdep.h" #include "sysdep.h"
#include "bfd.h" #include "bfd.h"

View File

@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02111-1307, USA. */ MA 02110-1301, USA. */
#include "sysdep.h" #include "sysdep.h"
#include "bfd.h" #include "bfd.h"

View File

@ -15,7 +15,8 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
#include "sysdep.h" #include "sysdep.h"
#include "bfd.h" #include "bfd.h"

View File

@ -15,7 +15,8 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
#include "sysdep.h" #include "sysdep.h"
#include "bfd.h" #include "bfd.h"

View File

@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
extern void rx_additional_link_map_text (bfd *obfd, struct bfd_link_info *info, FILE *mapfile);
void rx_additional_link_map_text (bfd *obfd, struct bfd_link_info *info, FILE *mapfile);

View File

@ -15,8 +15,9 @@
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation, along with this program; if not, write to the Free Software
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
struct spu_elf_params struct spu_elf_params
{ {

View File

@ -11,10 +11,10 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU General Public License
License along with the GNU C Library; if not, write to the Free along with this program; if not, write to the Free Software
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
02111-1307 USA. */ MA 02110-1301, USA. */
/* This is somewhat modelled after the file of the same name on SVR4 /* This is somewhat modelled after the file of the same name on SVR4
systems. It provides a definition of the core file format for ELF systems. It provides a definition of the core file format for ELF

View File

@ -1,3 +1,7 @@
2017-12-14 Nick Clifton <nickc@redhat.com>
* add-log.el: Update address of FSF in copyright notice.
2017-01-04 Alan Modra <amodra@gmail.com> 2017-01-04 Alan Modra <amodra@gmail.com>
* update-copyright.py: New file. * update-copyright.py: New file.

View File

@ -42,9 +42,9 @@
;; GNU General Public License for more details. ;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License ;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the ;; along with this program; if not, write to the Free Software
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
;; Boston, MA 02111-1307, USA. ;; MA 02110-1301, USA.
;;; Commentary: ;;; Commentary:

View File

@ -1,3 +1,13 @@
2017-12-14 Nick Clifton <nickc@redhat.com>
* config/tc-m32c.c: Update address of FSF in copyright notice.
* config/tc-m32c.h: Likewise.
* config/tc-mt.c: Likewise.
* config/tc-mt.h: Likewise.
* config/tc-visium.c: Likewise.
* config/tc-visium.h: Likewise.
* testsuite/gas/rx/explode: Likewise.
2017-12-13 Jim Wilson <jimw@sifive.com> 2017-12-13 Jim Wilson <jimw@sifive.com>
PR 22599 PR 22599

View File

@ -15,9 +15,9 @@
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to along with this program; if not, write to the Free Software
the Free Software Foundation, 59 Temple Place - Suite 330, Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
Boston, MA 02111-1307, USA. */ MA 02110-1301, USA. */
#include "as.h" #include "as.h"
#include "subsegs.h" #include "subsegs.h"

View File

@ -14,9 +14,9 @@
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to along with this program; if not, write to the Free Software
the Free Software Foundation, 59 Temple Place - Suite 330, Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
Boston, MA 02111-1307, USA. */ MA 02110-1301, USA. */
#define TC_M32C #define TC_M32C

View File

@ -14,9 +14,9 @@
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to along with this program; if not, write to the Free Software
the Free Software Foundation, 59 Temple Place - Suite 330, Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
Boston, MA 02111-1307, USA. */ MA 02110-1301, USA. */
#include "as.h" #include "as.h"
#include "dwarf2dbg.h" #include "dwarf2dbg.h"

View File

@ -14,9 +14,9 @@
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to along with this program; if not, write to the Free Software
the Free Software Foundation, 59 Temple Place - Suite 330, Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
Boston, MA 02111-1307, USA. */ MA 02110-1301, USA. */
#define TC_MT #define TC_MT

View File

@ -15,9 +15,9 @@
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to along with this program; if not, write to the Free Software
the Free Software Foundation, 59 Temple Place - Suite 330, Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
Boston, MA 02111-1307, USA. */ MA 02110-1301, USA. */
#include "as.h" #include "as.h"
#include "safe-ctype.h" #include "safe-ctype.h"

View File

@ -15,9 +15,9 @@
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to along with this program; if not, write to the Free Software
the Free Software Foundation, 59 Temple Place - Suite 330, Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
Boston, MA 02111-1307, USA. */ MA 02110-1301, USA. */
#define TC_VISIUM #define TC_VISIUM

View File

@ -16,9 +16,9 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with GAS; see the file COPYING. If not, write to # along with this program; if not, write to the Free Software
# the Free Software Foundation, 59 Temple Place - Suite 330, # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
# Boston, MA 02111-1307, USA. */ # MA 02110-1301, USA.
%myfiles = (); %myfiles = ();

View File

@ -1,3 +1,8 @@
2017-12-14 Nick Clifton <nickc@redhat.com>
* testsuite/ld-mn10300/mn10300.exp: Update address of FSF in
copyright notice.
2017-12-13 Renlin Li <renlin.li@arm.com> 2017-12-13 Renlin Li <renlin.li@arm.com>
* testsuite/ld-aarch64/aarch64-elf.exp: Run new test cases. * testsuite/ld-aarch64/aarch64-elf.exp: Run new test cases.

View File

@ -13,7 +13,8 @@
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
# MA 02110-1301, USA.
# #
if {!([istarget "am3*-*-*"]) && !([istarget "mn10300*-*-*"]) } { if {!([istarget "am3*-*-*"]) && !([istarget "mn10300*-*-*"]) } {