diff options
author | Nick Clifton <nickc@redhat.com> | 2017-12-14 12:48:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-12-14 12:48:55 +0000 |
commit | 863f7a5f4811c24d9a5863ffb541ff3da1511450 (patch) | |
tree | b3b531e5c2085070b82370801014cf6f065ada3b /ld | |
parent | 4baeffab22b564735be14a90f658c1aee1ceec58 (diff) | |
download | fsf-binutils-gdb-863f7a5f4811c24d9a5863ffb541ff3da1511450.zip fsf-binutils-gdb-863f7a5f4811c24d9a5863ffb541ff3da1511450.tar.gz fsf-binutils-gdb-863f7a5f4811c24d9a5863ffb541ff3da1511450.tar.bz2 |
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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-mn10300/mn10300.exp | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d0b80d1..cbd772c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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> * testsuite/ld-aarch64/aarch64-elf.exp: Run new test cases. diff --git a/ld/testsuite/ld-mn10300/mn10300.exp b/ld/testsuite/ld-mn10300/mn10300.exp index 503dd77..c59d5e3 100644 --- a/ld/testsuite/ld-mn10300/mn10300.exp +++ b/ld/testsuite/ld-mn10300/mn10300.exp @@ -13,7 +13,8 @@ # # 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., 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*-*-*"]) } { |