aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorPip Cet <pipcet@gmail.com>2017-03-31 13:07:01 +0100
committerNick Clifton <nickc@redhat.com>2017-03-31 13:07:01 +0100
commitefdf7a02db60e7371ba6372e47b510aadecbae28 (patch)
tree12ce7384b4074908d8f20726b64f7b729edee986 /binutils
parentdc1e4d6dedcb8ee3bb195f0db711f6aa164b8ab4 (diff)
downloadfsf-binutils-gdb-efdf7a02db60e7371ba6372e47b510aadecbae28.zip
fsf-binutils-gdb-efdf7a02db60e7371ba6372e47b510aadecbae28.tar.gz
fsf-binutils-gdb-efdf7a02db60e7371ba6372e47b510aadecbae28.tar.bz2
Fix minor problems with previous wasm32 binutils commit.
binutils * NEWS: Use "WebAssembly" consistently. * testsuite/binutils-all/wasm32/wasm32.exp: Fix copyright notice.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/NEWS2
-rw-r--r--binutils/testsuite/binutils-all/wasm32/wasm32.exp3
3 files changed, 7 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 767e315..eb83611 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-31 Pip Cet <pipcet@gmail.com>
+
+ * NEWS: Use "WebAssembly" consistently.
+ * testsuite/binutils-all/wasm32/wasm32.exp: Fix copyright notice.
+
2017-03-30 Pip Cet <pipcet@gmail.com>
* readelf.c: Add support for wasm32 ELF format WebAssembly files.
diff --git a/binutils/NEWS b/binutils/NEWS
index 1b824fa..d9d65c7 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,6 +1,6 @@
-*- text -*-
-* Add support for the wasm32 ELF conversion of the Web Assembly file format.
+* Add support for the wasm32 ELF conversion of the WebAssembly file format.
* Add --inlines option to objdump, which extends the --line-numbers option
so that inlined functions will display their nesting information.
diff --git a/binutils/testsuite/binutils-all/wasm32/wasm32.exp b/binutils/testsuite/binutils-all/wasm32/wasm32.exp
index b95569a..af39cd4 100644
--- a/binutils/testsuite/binutils-all/wasm32/wasm32.exp
+++ b/binutils/testsuite/binutils-all/wasm32/wasm32.exp
@@ -1,5 +1,4 @@
-# Copyright (C) 2010-2017 Free Software Foundation, Inc.
-# Copyright (C) 2017 Pip Cet <pipcet@gmail.com>
+# Copyright (C) 2017 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