2021-01-26 (automatic release)
Changes since 2021-01-25 (63649cc):
571ed47 Makefile: minor fix
78fcfbc .github/workflows/wasm32.yml: new job
cdbdbdb Makefile: remove dejagnu-unexpected rules again
b9394b6 Makefile: regularize {dejanew}! target
3c74371 subrepos/glibc: include/features.h: we want extern inlines, even when optimising for size (71534a00aeab431757c22eeca353a43404b11b7a)
0666379 subrepos/libtool: gnulib: gnulib: Merge branch 'master' of git://git.sv.gnu.org/gnulib into wasm (ac9bf9f5aa1e219bcba9788eaf301990ac5c6494)
7efe587 Update zsh: subrepos/ncurses: ncurses: Merge branch 'master' of https://github.com/mirror/ncurses into wasm (84977a469a66d538fdc2cec9a86e4204c4db49b7) (683b440)
683b440 subrepos/ncurses: ncurses: Merge branch 'master' of https://github.com/mirror/ncurses into wasm (84977a469a66d538fdc2cec9a86e4204c4db49b7)
8a86c35 subrepos/glibc: glibc: Merge branch 'master' of git://sourceware.org/git/glibc into wasm (829ae1a797aff1b4ca63dfe3afc7b880f6f6a590)
c23ae39 subrepos/gcc: gcc: Merge branch 'master' of git://gcc.gnu.org/git/gcc into wasm (d802e1f1c14fdc9deae6d3f52460c8d4bacbce8f)
93330d1 subrepos/binutils-gdb: binutils-gdb: Merge branch 'master' of git://sourceware.org/git/binutils-gdb into wasm (8ffae09850846b069510b9212e9a9c049c6337ad)
2c073be subrepos/binaryen: binaryen: Debug info handling for new EH try-catch (#3496) (c74acc0baece1296ad58a0ff44119fb36d98d2c6)
We now have multiple catches in each try, and a possible catch-all.
This changes our "extra delimiter" storage to store either an "else"
(unchanged from before) or an arbitrary list of things - we use that
for catches.
f43adad subrepos/glibc: sunrpc/netname.c: break, to avoid a warning. sigh. (888d9e4d199790601be27c5f40b586ceb3dff4a0)
a27a98e subrepos/glibc: stdlib/canonicalize.c: avoid following GCC warning: (6909e3c78cc319c40fbfa1bf9bfef0f7bcd78c9b)
canonicalize.c: In function ‘realpath_stk’:
canonicalize.c:416:50: error: ‘dest’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
416 | return scratch_buffer_dupfree (rname_buf, dest - rname);
a5322ef Makefile: minor fix
f05032a Makefile: tweak optimization
d78146d Makefile: add smaller tar artifacts
d0f6bc2 subrepos/gcc: gcc/testsuite/gcc.c-torture/execute/fprintf-2.c: skip on wasm32 (29e307f4f91c447b998cceb988c4d85d9254f7ff)
bce4d30 Makefile: typo fix
f761579 .github/workflows/wasm32.yml: phase2 should depend on miniperl
860d485 Makefile: perl depends on libm.wasm
6ce5d59 subrepos/binutils-gdb: bfd/elf32-wasm32.c: avoid another (legitimate) GCC warning (fc0bf7c2959386491ca5253f2638c0761ca8d957)
cbd3a9f subrepos/binutils-gdb: bfd/elf32-wasm32.c: avoid a GCC warning (88622e178c8a448df95f6ffcfe8eddc3305ee834)
ff54791 Makefile: optimize binutils, preliminary gcc
That might make glibc build faster.
19d8b82 Makefile: switch to using (and shipping) toolchain.tar
16dbabe Makefile: combine gcc-preliminary.tar, binutils-gdb.tar, gcc.tar
84704e6 Makefile: miniperl depends on libdl.wasm
5828a6e .github/workflows/wasm32.yml: typo fix
0097364 Makefile: coreutils depend on *.wasm
85a3a7a Makefile: add *.wasm dependencies for perl
7370c92 .github/workflows/wasm32.yml: make phase2 depend on everything
3346089 Makefile: one more attempt
283ef6c Makefile: don't try to upload zsh.wasm
66d2b7d Update wasm32.yml
Pass envvars when building miniperl