diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-12-24 00:16:26 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-12-24 00:16:26 +0000 |
commit | 85d8ebcfc235e71bf52e7bf1d3864e1b95689091 (patch) | |
tree | e04307f3449fb218f3f434b26950840559f0f113 /libcody | |
parent | 0df311657dc8c2a7f6ce3464c9d9ae5d5033840c (diff) | |
download | gcc-85d8ebcfc235e71bf52e7bf1d3864e1b95689091.tar.gz |
Daily bump.
Diffstat (limited to 'libcody')
-rw-r--r-- | libcody/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libcody/ChangeLog b/libcody/ChangeLog index 99fd9319ab1..b99357e753a 100644 --- a/libcody/ChangeLog +++ b/libcody/ChangeLog @@ -1,3 +1,15 @@ +2020-12-23 Nathan Sidwell <nathan@acm.org> + + * Makefile.in (LDFLAGS): Drop -L.. + * tests/01-serialize/connect.cc: Delete. + * tests/01-serialize/decoder.cc: Delete. + * tests/01-serialize/encoder.cc: Delete. + * tests/02-comms/client-1.cc: Delete. + * tests/02-comms/pivot-1.cc: Delete. + * tests/02-comms/server-1.cc: Delete. + * tests/Makesub.in: Delete. + * tests/jouster: Delete. + 2020-12-21 Nathan Sidwell <nathan@acm.org> PR bootstrap/98412 |