diff options
author | Pip Cet <pipcet@gmail.com> | 2017-03-31 13:07:01 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-03-31 13:07:01 +0100 |
commit | efdf7a02db60e7371ba6372e47b510aadecbae28 (patch) | |
tree | 12ce7384b4074908d8f20726b64f7b729edee986 /binutils/NEWS | |
parent | dc1e4d6dedcb8ee3bb195f0db711f6aa164b8ab4 (diff) | |
download | gdb-efdf7a02db60e7371ba6372e47b510aadecbae28.zip gdb-efdf7a02db60e7371ba6372e47b510aadecbae28.tar.gz 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/NEWS')
-rw-r--r-- | binutils/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
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. |