This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from c0c31e9 Implement ARC NPS-400 Ultra Ip and Miscellaneous instructions. new 8fb740d Add minimal support for WebAssembly backend to the BFD library. new 79b1d3c oops - forgot to add the bfd/ChangeLog entry...
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 14 +++++++++++ bfd/Makefile.am | 4 +++ bfd/Makefile.in | 6 +++++ bfd/archures.c | 4 +++ bfd/bfd-in2.h | 2 ++ bfd/config.bfd | 5 ++++ bfd/configure | 1 + bfd/configure.ac | 1 + bfd/{cpu-m32r.c => cpu-wasm32.c} | 19 ++++++-------- bfd/elf32-wasm32.c | 52 +++++++++++++++++++++++++++++++++++++++ bfd/po/SRC-POTFILES.in | 2 ++ bfd/targets.c | 3 +++ include/ChangeLog | 4 +++ include/elf/{moxie.h => wasm32.h} | 20 ++++++--------- 14 files changed, 114 insertions(+), 23 deletions(-) copy bfd/{cpu-m32r.c => cpu-wasm32.c} (65%) create mode 100644 bfd/elf32-wasm32.c copy include/elf/{moxie.h => wasm32.h} (66%)