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 2104772 Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF use new a6be053 Add support for the WebAssembly backend to the BFD library.
The 1 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 | 13 + bfd/Makefile.am | 2 + bfd/Makefile.in | 3 + bfd/config.bfd | 1 + bfd/configure | 1 + bfd/configure.ac | 1 + bfd/doc/webassembly.texi | 33 ++ bfd/po/SRC-POTFILES.in | 1 + bfd/po/bfd.pot | 1347 +++++++++++++++++++++++----------------------- bfd/targets.c | 2 + bfd/wasm-module.c | 839 +++++++++++++++++++++++++++++ bfd/wasm-module.h | 52 ++ 12 files changed, 1630 insertions(+), 665 deletions(-) create mode 100644 bfd/doc/webassembly.texi create mode 100644 bfd/wasm-module.c create mode 100644 bfd/wasm-module.h