Browse Source

Add copyright notices

gdb_7_6-branch
Nick Clifton 13 years ago
parent
commit
5bf135a788
  1. 18
      bfd/ChangeLog
  2. 6
      bfd/MAINTAINERS
  3. 17
      bfd/Makefile.am
  4. 20
      bfd/Makefile.in
  5. 6
      bfd/PORTING
  6. 6
      bfd/README
  7. 8
      bfd/TODO
  8. 18
      bfd/acinclude.m4
  9. 18
      bfd/bfd.m4
  10. 17
      bfd/config.bfd
  11. 16
      bfd/configure.com
  12. 17
      bfd/configure.host
  13. 16
      bfd/configure.in
  14. 7
      bfd/doc/ChangeLog
  15. 17
      bfd/doc/Makefile.am
  16. 18
      bfd/doc/Makefile.in
  17. 3
      bfd/doc/bfdsumm.texi
  18. 17
      bfd/doc/makefile.vms
  19. 4
      bfd/elf64-hppa.c
  20. 15
      bfd/makefile.vms
  21. 17
      bfd/warning.m4
  22. 6
      binutils/BRANCHES
  23. 17
      binutils/ChangeLog
  24. 6
      binutils/MAINTAINERS
  25. 17
      binutils/Makefile.am
  26. 18
      binutils/Makefile.in
  27. 6
      binutils/NEWS
  28. 6
      binutils/README
  29. 16
      binutils/configure.com
  30. 17
      binutils/configure.in
  31. 16
      binutils/configure.tgt
  32. 17
      binutils/doc/Makefile.am
  33. 18
      binutils/doc/Makefile.in
  34. 2
      binutils/dwarf-mode.el
  35. 15
      binutils/makefile.vms
  36. 17
      binutils/syslex_wrap.c
  37. 4
      binutils/testsuite/ChangeLog
  38. 6
      binutils/testsuite/binutils-all/windres/README
  39. 4
      elfcpp/ChangeLog
  40. 7
      elfcpp/README
  41. 6
      gas/CONTRIBUTORS
  42. 20
      gas/ChangeLog
  43. 6
      gas/MAINTAINERS
  44. 17
      gas/Makefile.am
  45. 18
      gas/Makefile.in
  46. 8
      gas/NEWS
  47. 6
      gas/README
  48. 21
      gas/config/bfin-lex-wrapper.c
  49. 20
      gas/config/obj-fdpicelf.c
  50. 20
      gas/config/obj-fdpicelf.h
  51. 16
      gas/configure.com
  52. 15
      gas/configure.in
  53. 17
      gas/configure.tgt
  54. 17
      gas/doc/Makefile.am
  55. 18
      gas/doc/Makefile.in
  56. 5
      gas/doc/h8.texi
  57. 20
      gas/itbl-lex-wrapper.c
  58. 17
      gas/makefile.vms
  59. 106
      gas/testsuite/ChangeLog
  60. 17
      gas/testsuite/config/default.exp
  61. 17
      gas/testsuite/gas/aarch64/aarch64.exp
  62. 17
      gas/testsuite/gas/all/gas.exp
  63. 17
      gas/testsuite/gas/alpha/alpha.exp
  64. 17
      gas/testsuite/gas/arc/arc.exp
  65. 17
      gas/testsuite/gas/arc/warn.exp
  66. 17
      gas/testsuite/gas/arm/arm.exp
  67. 17
      gas/testsuite/gas/bfin/bfin.exp
  68. 17
      gas/testsuite/gas/bfin/error.exp
  69. 17
      gas/testsuite/gas/cfi/cfi.exp
  70. 17
      gas/testsuite/gas/cr16/cr16.exp
  71. 17
      gas/testsuite/gas/cr16/pic.exp
  72. 17
      gas/testsuite/gas/crx/allinsn.exp
  73. 17
      gas/testsuite/gas/d10v/d10v.exp
  74. 17
      gas/testsuite/gas/d30v/d30.exp
  75. 17
      gas/testsuite/gas/dlx/alltests.exp
  76. 17
      gas/testsuite/gas/elf/elf.exp
  77. 17
      gas/testsuite/gas/epiphany/allinsn.exp
  78. 17
      gas/testsuite/gas/fr30/allinsn.exp
  79. 17
      gas/testsuite/gas/fr30/fr30.exp
  80. 17
      gas/testsuite/gas/frv/allinsn.exp
  81. 17
      gas/testsuite/gas/h8300/h8300-coff.exp
  82. 17
      gas/testsuite/gas/h8300/h8300-elf.exp
  83. 17
      gas/testsuite/gas/h8300/h8300.exp
  84. 17
      gas/testsuite/gas/h8300/t01_mov.exp
  85. 17
      gas/testsuite/gas/h8300/t02_mova.exp
  86. 17
      gas/testsuite/gas/h8300/t03_add.exp
  87. 17
      gas/testsuite/gas/h8300/t04_sub.exp
  88. 17
      gas/testsuite/gas/h8300/t05_cmp.exp
  89. 17
      gas/testsuite/gas/h8300/t06_ari2.exp
  90. 17
      gas/testsuite/gas/h8300/t07_ari3.exp
  91. 17
      gas/testsuite/gas/h8300/t08_or.exp
  92. 17
      gas/testsuite/gas/h8300/t09_xor.exp
  93. 17
      gas/testsuite/gas/h8300/t10_and.exp
  94. 17
      gas/testsuite/gas/h8300/t11_logs.exp
  95. 17
      gas/testsuite/gas/h8300/t12_bit.exp
  96. 17
      gas/testsuite/gas/h8300/t13_otr.exp
  97. 6
      gas/testsuite/gas/hppa/README
  98. 17
      gas/testsuite/gas/i386/i386.exp
  99. 17
      gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp
  100. 17
      gas/testsuite/gas/i386/ilp32/elf/ilp32.exp

18
bfd/ChangeLog

@ -1,3 +1,21 @@
2012-12-17 Nick Clifton <nickc@redhat.com>
* MAINTAINERS: Add copyright notice.
* Makefile.am: Likewise.
* PORTING: Likewise.
* README: Likewise.
* TODO: Likewise.
* acinclude.m4: Likewise.
* bfd.m4: Likewise.
* config.bfd: Likewise.
* configure.com: Likewise.
* configure.host: Likewise.
* configure.in: Likewise.
* makefile.vms: Likewise.
* warning.m4: Likewise.
* elf64-hppa.c: Fix copyright notice.
* Makefile.in: Regenerate.
2012-12-16 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c (elf_i386_check_relocs): Don't check IFUNC

6
bfd/MAINTAINERS

@ -1 +1,7 @@
See ../binutils/MAINTAINERS
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

17
bfd/Makefile.am

@ -1,4 +1,21 @@
## Process this file with automake to generate Makefile.in
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
AUTOMAKE_OPTIONS = 1.11 no-dist foreign
ACLOCAL_AMFLAGS = -I . -I .. -I ../config

20
bfd/Makefile.in

@ -15,6 +15,24 @@
@SET_MAKE@
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
VPATH = @srcdir@
@ -1346,8 +1364,8 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic80.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tilegx.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tilepro.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850_rh850.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850_rh850.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-vax.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-w65.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-we32k.Plo@am__quote@

6
bfd/PORTING

@ -81,3 +81,9 @@ SEGMENT_SIZE
TARGETNAME
The name of the target, for run-time lookups.
Usually "a.out-<target>"
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

6
bfd/README

@ -47,3 +47,9 @@ gcc manual.
Bug reports without patches will be remembered, but they may never get
fixed until somebody volunteers to fix them.
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

8
bfd/TODO

@ -19,7 +19,9 @@ Things that still need to be done: -*- Text -*-
the stupid quips and fill in all the blanks.
o - upgrade the reloc handling as per Steve's suggestion.
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

18
bfd/acinclude.m4

@ -1,3 +1,21 @@
dnl
dnl Copyright 2012 Free Software Foundation
dnl
dnl This file is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 3 of the License, or
dnl (at your option) any later version.
dnl
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program; see the file COPYING3. If not see
dnl <http://www.gnu.org/licenses/>.
dnl
sinclude([../config/zlib.m4])
dnl See whether we need to use fopen-bin.h rather than fopen-same.h.

18
bfd/bfd.m4

@ -1,5 +1,21 @@
dnl This file was derived from acinclude.m4.
dnl
dnl Copyright 2012 Free Software Foundation
dnl
dnl This file is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 3 of the License, or
dnl (at your option) any later version.
dnl
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program; see the file COPYING3. If not see
dnl <http://www.gnu.org/licenses/>.
dnl
dnl Check for existence of a type $1 in sys/procfs.h

17
bfd/config.bfd

@ -1,4 +1,21 @@
# config.bfd
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
# Convert a canonical host type into a BFD host type.
# Set shell variable targ to canonical target name, and run
# using ``. config.bfd''.

16
bfd/configure.com

@ -7,6 +7,22 @@ $!
$! Written by Klaus K"ampf (kkaempf@rmi.de)
$! Rewritten by Tristan Gingold (gingold@adacore.com)
$!
$! Copyright 2012 Free Software Foundation
$!
$! 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
$! the Free Software Foundation; either version 3 of the License, or
$! (at your option) any later version.
$!
$! This program is distributed in the hope that it will be useful,
$! but WITHOUT ANY WARRANTY; without even the implied warranty of
$! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
$! GNU General Public License for more details.
$!
$! You should have received a copy of the GNU General Public License
$! along with this program; see the file COPYING3. If not see
$! <http://www.gnu.org/licenses/>.
$!
$ arch=F$GETSYI("ARCH_NAME")
$ arch=F$EDIT(arch,"LOWERCASE")
$if arch .eqs. "alpha" then target = "alpha"

17
bfd/configure.host

@ -1,3 +1,20 @@
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
# This file is a shell script that overrides some of the tools and
# flags used on a host specific basis.

16
bfd/configure.in

@ -1,5 +1,21 @@
dnl Process this file with autoconf to produce a configure script.
dnl
dnl Copyright 2012 Free Software Foundation
dnl
dnl This file is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 3 of the License, or
dnl (at your option) any later version.
dnl
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program; see the file COPYING3. If not see
dnl <http://www.gnu.org/licenses/>.
dnl
AC_PREREQ(2.59)
AC_INIT([bfd], [2.23.51])

7
bfd/doc/ChangeLog

@ -1,3 +1,10 @@
2012-12-17 Nick Clifton <nickc@redhat.com>
* Makefile.am: Add copyright notice.
* bfdsumm.texi: Likewise.
* makefile.vms: Likewise.
* Makefile.in: Regenerate.
2012-11-08 Alan Modra <amodra@gmail.com>
* Makefile.in: Regenerate.

17
bfd/doc/Makefile.am

@ -1,4 +1,21 @@
## Process this file with automake to generate Makefile.in
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
AUTOMAKE_OPTIONS = 1.9 cygnus

18
bfd/doc/Makefile.in

@ -14,6 +14,24 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@

3
bfd/doc/bfdsumm.texi

@ -1,4 +1,7 @@
@c This summary of BFD is shared by the BFD and LD docs.
@c Copyright 2012
@c Free Software Foundation, Inc.
When an object file is opened, BFD subroutines automatically determine
the format of the input object file. They then build a descriptor in
memory with pointers to routines that will be used to access elements of

17
bfd/doc/makefile.vms

@ -1,3 +1,20 @@
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
CFLAGS = /noopt/include=([],[-],[-.-.include])
LDFLAGS = /nomap
LDLIBS = ,sys$$library:vaxcrtl.olb/lib

4
bfd/elf64-hppa.c

@ -1,6 +1,6 @@
/* Support for HPPA 64-bit ELF
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
2010, 2011, 2012
Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
2009, 2010, 2011, 2012
Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.

15
bfd/makefile.vms

@ -5,6 +5,21 @@
#
# Created by Klaus K"ampf, kkaempf@rmi.de
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
ifeq ($(ARCH),IA64)

17
bfd/warning.m4

@ -1,4 +1,21 @@
dnl Common configure.in fragment
dnl
dnl Copyright 2012 Free Software Foundation
dnl
dnl This file is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 3 of the License, or
dnl (at your option) any later version.
dnl
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program; see the file COPYING3. If not see
dnl <http://www.gnu.org/licenses/>.
dnl
AC_DEFUN([AM_BINUTILS_WARNINGS],[
GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"

6
binutils/BRANCHES

@ -39,3 +39,9 @@ binutils-2_20-branch
binutils-2_21-branch
binutils-2_22-branch
binutils-2_23-branch
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

17
binutils/ChangeLog

@ -1,3 +1,20 @@
2012-12-17 Nick Clifton <nickc@redhat.com>
* BRANCHES: Add copyright notice.
* MAINTAINERS: Likewise.
* Makefile.am: Likewise.
* NEWS: Likewise.
* README: Likewise.
* configure.com: Likewise.
* configure.in: Likewise.
* configure.tgt: Likewise.
* dwarf-mode.el: Likewise.
* makefile.vms: Likewise.
* syslex_wrap.c: Likewise.
* doc/Makefile.am: Likewise.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
2012-11-27 Kai Tietz <ktietz@redhat.com>
* resbin.c (bin_to_res_version): Correct offset

6
binutils/MAINTAINERS

@ -270,3 +270,9 @@ Having selected the branch name, create the branch as follows:
Please do not commit any patches to a branch you did not create
without the explicit permission of the person who created the branch.
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

17
binutils/Makefile.am

@ -1,4 +1,21 @@
## Process this file with automake to generate Makefile.in
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
AUTOMAKE_OPTIONS = dejagnu no-dist foreign
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd

18
binutils/Makefile.in

@ -15,6 +15,24 @@
@SET_MAKE@
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@

6
binutils/NEWS

@ -474,6 +474,12 @@ Changes in binutils 2.1:
and/or local symbols only. They now also support long options.
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
Local variables:
fill-column: 79
End:

6
binutils/README

@ -282,3 +282,9 @@ unneeded objects and libraries:
If you have any problems or questions about the binutils on VMS, feel
free to mail me at kkaempf@rmi.de.
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

16
binutils/configure.com

@ -2,6 +2,22 @@ $!
$! This file configures binutils for use with openVMS/Alpha
$! We do not use the configure script, since we do not have /bin/sh
$! to execute it.
$!
$! Copyright 2012 Free Software Foundation
$!
$! 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
$! the Free Software Foundation; either version 3 of the License, or
$! (at your option) any later version.
$!
$! This program is distributed in the hope that it will be useful,
$! but WITHOUT ANY WARRANTY; without even the implied warranty of
$! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
$! GNU General Public License for more details.
$!
$! You should have received a copy of the GNU General Public License
$! along with this program; see the file COPYING3. If not see
$! <http://www.gnu.org/licenses/>.
$!
$! Written by Klaus K"ampf (kkaempf@rmi.de)
$!

17
binutils/configure.in

@ -1,5 +1,22 @@
dnl Process this file with autoconf to produce a configure script.
dnl
dnl Copyright 2012 Free Software Foundation
dnl
dnl This file is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 3 of the License, or
dnl (at your option) any later version.
dnl
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program; see the file COPYING3. If not see
dnl <http://www.gnu.org/licenses/>.
dnl
AC_PREREQ(2.59)
AC_INIT
AC_CONFIG_SRCDIR(ar.c)

16
binutils/configure.tgt

@ -3,6 +3,22 @@
# file lets us skip running autoconf when modifying target specific
# information.
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
# This file switches on the shell variable ${targ}, and sets the
# following shell variables:
# targ_emul name of emulation to use

17
binutils/doc/Makefile.am

@ -1,4 +1,21 @@
## Process this file with automake to generate Makefile.in
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
AUTOMAKE_OPTIONS = cygnus

18
binutils/doc/Makefile.in

@ -14,6 +14,24 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@

2
binutils/dwarf-mode.el

@ -2,6 +2,8 @@
;; Version: 1.1
;; Copyright (C) 2012 Free Software Foundation, Inc.
;; This file is not part of GNU Emacs, but is distributed under the
;; same terms:

15
binutils/makefile.vms

@ -5,6 +5,21 @@
#
# Created by Klaus Kaempf, kkaempf@rmi.de
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
DEFS=/define=("OBJDUMP_PRIVATE_VECTORS=")

17
binutils/syslex_wrap.c

@ -1,3 +1,20 @@
/* Copyright 2012 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street - Fifth Floor,
Boston, MA 02110-1301, USA. */
/* Wrapper source to ensure that config.h is the first header file seen by
the compiler. */

4
binutils/testsuite/ChangeLog

@ -1,3 +1,7 @@
2012-12-17 Nick Clifton <nickc@redhat.com>
* binutils-all/windres/README: Add copyright notice.
2012-11-27 Roland McGrath <mcgrathr@google.com>
* lib/binutils-common.exp (is_zlib_supported): New function.

6
binutils/testsuite/binutils-all/windres/README

@ -25,3 +25,9 @@ parsing or comparing should be xfailed.
The windres tests only run for ix86 targets, because the
MSVC-generated *.rsd files are generated for that.
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

4
elfcpp/ChangeLog

@ -1,3 +1,7 @@
2012-12-17 Nick Clifton <nickc@redhat.com>
* README: Add copyright notice.
2012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
* arm.h: New enum for EABI soft- and hard-float flags.

7
elfcpp/README

@ -7,3 +7,10 @@ data.
For efficiency, most accessors are templates with two arguments: the
ELF file class (32 or 64 bits) and the endianness.
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

6
gas/CONTRIBUTORS

@ -108,3 +108,9 @@ Many others have contributed large or small bugfixes and enhancements. If
you've contributed significant work and are not mentioned on this list, and
want to be, let us know. Some of the history has been lost; we aren't
intentionally leaving anyone out.
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

20
gas/ChangeLog

@ -1,3 +1,23 @@
2012-12-17 Nick Clifton <nickc@redhat.com>
* CONTRIBUTORS: Add copyright notice.
* MAINTAINERS: Likewise.
* Makefile.am: Likewise.
* NEWS: Likewise.
* README: Likewise.
* configure.com: Likewise.
* configure.in: Likewise.
* configure.tgt: Likewise.
* itbl-lex-wrapper.c: Likewise.
* makefile.vms: Likewise.
* config/bfin-lex-wrapper.c: Likewise.
* config/obj-fdpicelf.c: Likewise.
* config/obj-fdpicelf.h: Likewise.
* doc/Makefile.am: Likewise.
* doc/h8.texi: Likewise.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
2012-12-11 Edgar E. Iglesias <edgar.iglesias@gmail.com>
* config/tc-microblaze.c: Define TLS offsets

6
gas/MAINTAINERS

@ -1 +1,7 @@
See ../binutils/MAINTAINERS
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

17
gas/Makefile.am

@ -1,4 +1,21 @@
## Process this file with automake to generate Makefile.in
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
AUTOMAKE_OPTIONS = 1.11 dejagnu foreign no-dist
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd

18
gas/Makefile.in

@ -15,6 +15,24 @@
@SET_MAKE@
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@

8
gas/NEWS

@ -1,5 +1,7 @@
-*- text -*-
* Add support for the v850e3v5.
Changes in 2.23:
* Add support for the 64-bit ARM architecture: AArch64.
@ -600,6 +602,12 @@ Changes in 1.93.01:
of new CPUs and formats, lots of bugs fixed.
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
Local variables:
fill-column: 79
End:

6
gas/README

@ -162,3 +162,9 @@ gas with gcc. They should not be reported just to gcc-bugs, since not
all of the maintainers read that list.
See ../binutils/README for what we need in a bug report.
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

21
gas/config/bfin-lex-wrapper.c

@ -1,5 +1,26 @@
/* Copyright 20012
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
GAS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
/* The C source file generated by flex includes stdio.h before any of
the C code in bfin-lex.l. Make sure we include sysdep.h first, so
that config.h can set the correct values for various things. */
#include "sysdep.h"
#include "bfin-lex.c"

20
gas/config/obj-fdpicelf.c

@ -1 +1,21 @@
/* Copyright 20012
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
GAS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
#include "obj-elf.c"

20
gas/config/obj-fdpicelf.h

@ -1,2 +1,22 @@
/* Copyright 20012
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
GAS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
#define OBJ_FDPIC_ELF 1
#include "obj-elf.h"

16
gas/configure.com

@ -2,6 +2,22 @@ $! configure.com
$! This file sets things up to build gas on a VMS system to generate object
$! files for a VMS system. We do not use the configure script, since we
$! do not have /bin/sh to execute it.
$!
$! Copyright 2012 Free Software Foundation
$!
$! 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
$! the Free Software Foundation; either version 3 of the License, or
$! (at your option) any later version.
$!
$! This program is distributed in the hope that it will be useful,
$! but WITHOUT ANY WARRANTY; without even the implied warranty of
$! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
$! GNU General Public License for more details.
$!
$! You should have received a copy of the GNU General Public License
$! along with this program; see the file COPYING3. If not see
$! <http://www.gnu.org/licenses/>.
$!
$!
$ arch=F$GETSYI("ARCH_NAME")

15
gas/configure.in

@ -3,6 +3,21 @@ dnl
dnl And be careful when changing it! If you must add tests with square
dnl brackets, be sure changequote invocations surround it.
dnl
dnl Copyright 2012 Free Software Foundation
dnl
dnl This file is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 3 of the License, or
dnl (at your option) any later version.
dnl
dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
dnl along with this program; see the file COPYING3. If not see
dnl <http://www.gnu.org/licenses/>.
dnl
dnl v2.5 needed for --bindir et al
AC_PREREQ(2.59)

17
gas/configure.tgt

@ -1,4 +1,21 @@
# gas target specific configuration file. This is a -*- sh -*- file.
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
# This is invoked by configure. Putting it in a separate shell file
# lets us skip running autoconf when modifying target specific

17
gas/doc/Makefile.am

@ -1,4 +1,21 @@
## Process this file with automake to generate Makefile.in
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
AUTOMAKE_OPTIONS = 1.8 cygnus

18
gas/doc/Makefile.in

@ -14,6 +14,24 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@

5
gas/doc/h8.texi

@ -1,3 +1,8 @@
@c Copyright 2012
@c Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@clear ALL-ARCH
@clear GENERIC
@clear INTERNALS

20
gas/itbl-lex-wrapper.c

@ -1,5 +1,25 @@
/* Copyright 2012 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
GAS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
License for more details.
You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
/* The C source file generated by flex includes stdio.h before any of
the C code in itbl-lex.l. Make sure we include sysdep.h first, so
that config.h can set the correct values for various things. */
#include "sysdep.h"
#include "itbl-lex.c"

17
gas/makefile.vms

@ -3,6 +3,23 @@
#
# Created by Klaus Kaempf, kkaempf@progis.de
#
# Copyright 2012 Free Software Foundation
#
# 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
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
#
#CC=gcc
CC=cc

106
gas/testsuite/ChangeLog

@ -1,3 +1,109 @@
2012-12-17 Nick Clifton <nickc@redhat.com>
* config/default.exp: Add copyright notice.
* gas/aarch64/aarch64.exp: Likewise.
* gas/all/gas.exp: Likewise.
* gas/alpha/alpha.exp: Likewise.
* gas/arc/arc.exp: Likewise.
* gas/arc/warn.exp: Likewise.
* gas/arm/arm.exp: Likewise.
* gas/bfin/bfin.exp: Likewise.
* gas/bfin/error.exp: Likewise.
* gas/cfi/cfi.exp: Likewise.
* gas/cr16/cr16.exp: Likewise.
* gas/cr16/pic.exp: Likewise.
* gas/crx/allinsn.exp: Likewise.
* gas/d10v/d10v.exp: Likewise.
* gas/d30v/d30.exp: Likewise.
* gas/dlx/alltests.exp: Likewise.
* gas/elf/elf.exp: Likewise.
* gas/epiphany/allinsn.exp: Likewise.
* gas/fr30/allinsn.exp: Likewise.
* gas/fr30/fr30.exp: Likewise.
* gas/frv/allinsn.exp: Likewise.
* gas/h8300/h8300-coff.exp: Likewise.
* gas/h8300/h8300-elf.exp: Likewise.
* gas/h8300/h8300.exp: Likewise.
* gas/h8300/t01_mov.exp: Likewise.
* gas/h8300/t02_mova.exp: Likewise.
* gas/h8300/t03_add.exp: Likewise.
* gas/h8300/t04_sub.exp: Likewise.
* gas/h8300/t05_cmp.exp: Likewise.
* gas/h8300/t06_ari2.exp: Likewise.
* gas/h8300/t07_ari3.exp: Likewise.
* gas/h8300/t08_or.exp: Likewise.
* gas/h8300/t09_xor.exp: Likewise.
* gas/h8300/t10_and.exp: Likewise.
* gas/h8300/t11_logs.exp: Likewise.
* gas/h8300/t12_bit.exp: Likewise.
* gas/h8300/t13_otr.exp: Likewise.
* gas/hppa/README: Likewise.
* gas/i386/i386.exp: Likewise.
* gas/i386/ilp32/ilp32.exp: Likewise.
* gas/i386/ilp32/cfi/ilp32.exp: Likewise.
* gas/i386/ilp32/elf/ilp32.exp: Likewise.
* gas/i386/ilp32/lns/ilp32.exp: Likewise.
* gas/i860/README.i860: Likewise.
* gas/i860/i860.exp: Likewise.
* gas/ia64/ia64.exp: Likewise.
* gas/ieee-fp/x930509a.exp: Likewise.
* gas/iq2000/allinsn.exp: Likewise.
* gas/iq2000/load-hazards.exp: Likewise.
* gas/iq2000/odd-ldw.exp: Likewise.
* gas/iq2000/odd-sdw.exp: Likewise.
* gas/iq2000/yield.exp: Likewise.
* gas/lm32/all.exp: Likewise.
* gas/lns/lns.exp: Likewise.
* gas/m32r/allinsn.exp: Likewise.
* gas/m32r/error.exp: Likewise.
* gas/m32r/m32r2.exp: Likewise.
* gas/m32r/m32rx.exp: Likewise.
* gas/m32r/pic.exp: Likewise.
* gas/m32r/rel32.exp: Likewise.
* gas/m68hc11/m68hc11.exp: Likewise.
* gas/m68k/all.exp: Likewise.
* gas/m68k-coff/gas.exp: Likewise.
* gas/mach-o/mach-o.exp: Likewise.
* gas/macros/macros.exp: Likewise.
* gas/mcore/allinsn.exp: Likewise.
* gas/mep/allinsn.exp: Likewise.
* gas/mep/complex-relocs.exp: Likewise.
* gas/microblaze/allinsn.exp: Likewise.
* gas/microblaze/endian.exp: Likewise.
* gas/microblaze/reloc_sym.exp: Likewise.
* gas/microblaze/special_reg.exp: Likewise.
* gas/mips/mips.exp: Likewise.
* gas/mri/mri.exp: Likewise.
* gas/msp430/msp430.exp: Likewise.
* gas/mt/errors.exp: Likewise.
* gas/mt/mt.exp: Likewise.
* gas/mt/relocs.exp: Likewise.
* gas/openrisc/allinsn.exp: Likewise.
* gas/pdp11/pdp11.exp: Likewise.
* gas/pj/pj.exp: Likewise.
* gas/ppc/ppc.exp: Likewise.
* gas/rx/make-d: Likewise.
* gas/rx/rx.exp: Likewise.
* gas/score/relax.exp: Likewise.
* gas/score/relax_32.exp: Likewise.
* gas/sparc/mismatch.exp: Likewise.
* gas/sparc/sparc.exp: Likewise.
* gas/sparc-solaris/addend.exp: Likewise.
* gas/sparc-solaris/gas.exp: Likewise.
* gas/sun4/addend.exp: Likewise.
* gas/symver/symver.exp: Likewise.
* gas/tic4x/tic4x.exp: Likewise.
* gas/tic54x/tic54x.exp: Likewise.
* gas/tic6x/tic6x.exp: Likewise.
* gas/vax/vax.exp: Likewise.
* gas/xc16x/xc16x.exp: Likewise.
* gas/xgate/xgate.exp: Likewise.
* gas/xstormy16/allinsn.exp: Likewise.
* gas/xtensa/all.exp: Likewise.
* gas/z80/z80.exp: Likewise.
* gas/z8k/z8k.exp: Likewise.
* lib/gas-dg.exp: Likewise.
2012-12-06 Yufeng Zhang <yufeng.zhang@arm.com>
* gas/aarch64/illegal.s: Add test for unaccepted LDR literal.

17
gas/testsuite/config/default.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
load_lib gas-defs.exp
global AS

17
gas/testsuite/gas/aarch64/aarch64.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some AArch64 tests
#

17
gas/testsuite/gas/all/gas.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# These tests should be valid on all targets.
#

17
gas/testsuite/gas/alpha/alpha.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some generic alpha tests
#

17
gas/testsuite/gas/arc/arc.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
# ARC base instruction set (to arc8)
if [istarget arc*-*-*] then {
run_dump_test ld

17
gas/testsuite/gas/arc/warn.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
# Test assembler warnings.
if [istarget arc*-*-*] {

17
gas/testsuite/gas/arm/arm.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some ARM tests
#

17
gas/testsuite/gas/bfin/bfin.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
# Blackfin assembler testsuite
if [istarget bfin*-*-*] {

17
gas/testsuite/gas/bfin/error.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
# Test assembler warnings and errors.
load_lib gas-dg.exp

17
gas/testsuite/gas/cfi/cfi.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
if { ![is_elf_format] && ![is_pecoff_format] } then {
return
}

17
gas/testsuite/gas/cr16/cr16.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Driver for CR16 assembler testsuite
#

17
gas/testsuite/gas/cr16/pic.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
# CR16 PIC testcases (ie for pic and PIC)
if [istarget cr16*-*] {

17
gas/testsuite/gas/crx/allinsn.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Driver for CRX assembler testsuite
#

17
gas/testsuite/gas/d10v/d10v.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Driver for D10V assembler testsuite
#

17
gas/testsuite/gas/d30v/d30.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# D30V assembler tests
#

17
gas/testsuite/gas/dlx/alltests.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
# DLX assembler testsuite.
if [istarget dlx*-*-*] {

17
gas/testsuite/gas/elf/elf.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# elf tests
#

17
gas/testsuite/gas/epiphany/allinsn.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
# EPIPHANY assembler testsuite. -*- Tcl -*-
if [istarget epiphany*-*-*] {

17
gas/testsuite/gas/fr30/allinsn.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
# FR30 assembler testsuite.
if [istarget fr30*-*-*] {

17
gas/testsuite/gas/fr30/fr30.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
# FR30 testcases
if [istarget fr30*-*-*] {

17
gas/testsuite/gas/frv/allinsn.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
# FRV assembler testsuite.
if [istarget frv*-*-*] {

17
gas/testsuite/gas/h8300/h8300-coff.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some H8/300 coff tests
#

17
gas/testsuite/gas/h8300/h8300-elf.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some H8/300 elf tests
#

17
gas/testsuite/gas/h8300/h8300.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some H8/300 tests
#

17
gas/testsuite/gas/h8300/t01_mov.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some h8300sx tests -- t01_mov
#

17
gas/testsuite/gas/h8300/t02_mova.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some h8300sx tests -- t02_mova
#

17
gas/testsuite/gas/h8300/t03_add.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some h8300sx tests -- t03_add
#

17
gas/testsuite/gas/h8300/t04_sub.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some h8300sx tests -- t04_sub
#

17
gas/testsuite/gas/h8300/t05_cmp.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some h8300sx tests -- t05_cmp
#

17
gas/testsuite/gas/h8300/t06_ari2.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some h8300sx tests -- t06_ari2
#

17
gas/testsuite/gas/h8300/t07_ari3.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some h8300sx tests -- t07_ari3
#

17
gas/testsuite/gas/h8300/t08_or.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some h8300sx tests -- t08_or
#

17
gas/testsuite/gas/h8300/t09_xor.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some h8300sx tests -- t09_xor
#

17
gas/testsuite/gas/h8300/t10_and.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some h8300sx tests -- t10_and
#

17
gas/testsuite/gas/h8300/t11_logs.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some h8300sx tests -- t11_logs
#

17
gas/testsuite/gas/h8300/t12_bit.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some h8300sx tests -- t12_bit
#

17
gas/testsuite/gas/h8300/t13_otr.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# Some h8300sx tests -- t13_otr
#

6
gas/testsuite/gas/hppa/README

@ -32,3 +32,9 @@ by GAS belong. To run these tests you must have a functioning objdump.
unsorted -- this is where everything else goes. As groups of related tests
end up in this directory, they should be broken out into a new class of
tests.
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

17
gas/testsuite/gas/i386/i386.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# i386 tests
#

17
gas/testsuite/gas/i386/ilp32/cfi/ilp32.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# x86-64 ILP32 tests
#

17
gas/testsuite/gas/i386/ilp32/elf/ilp32.exp

@ -1,3 +1,20 @@
# Copyright 2012
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
# x86-64 ILP32 tests
#

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save