Fix minor problems with previous wasm32 binutils commit.

binutils * NEWS: Use "WebAssembly" consistently.
	* testsuite/binutils-all/wasm32/wasm32.exp: Fix copyright notice.
This commit is contained in:
Pip Cet 2017-03-31 13:07:01 +01:00 committed by Nick Clifton
parent dc1e4d6ded
commit efdf7a02db
3 changed files with 7 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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