From: Pip Cet Date: Mon, 27 Mar 2017 10:45:24 +0000 (+0100) Subject: oops - forgot to add the bfd/ChangeLog entry... X-Git-Tag: gdb-8.0-branchpoint~196 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79b1d3cb362385c38af9cfb44c0c87b939711fbc;p=thirdparty%2Fbinutils-gdb.git oops - forgot to add the bfd/ChangeLog entry... --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 50e76c2dea7..cf0e011be91 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +2017-03-27 Pip Cet + + * cpu-wasm32.c: New file to support wasm32 architecture. + * elf32-wasm32.c: New file to support wasm32 architecture. + * Makefile.am: Add wasm32 architecture. + * archures.c: Likewise. + * config.bfd: Likewise. + * configure.ac: Likewise. + * targets.c: Likewise. + * Makefile.in: Regenerate. + * bfd-in2.h: Regenerate. + * configure: Regenerate. + * po/SRC-POTFILES.in: Regenerate. + 2017-03-20 Alan Modra PR 21266