From fc82978278e9339233d1824cb774d7e33fac8d68 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Tue, 18 Jan 2022 00:16:54 +0000 Subject: Daily bump. --- gcc/lto/ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'gcc/lto') diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 1375d9c..74615b8 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,35 @@ +2022-01-17 Martin Liska + + * config-lang.in: Rename .c names to .cc. + * lang-specs.h: Likewise. + * lto-common.cc (gimple_register_canonical_type_1): Likewise. + * lto-common.h: Likewise. + * lto-dump.cc (lto_main): Likewise. + * lto-lang.cc (handle_fnspec_attribute): Likewise. + (lto_getdecls): Likewise. + (lto_init): Likewise. + * lto.cc (lto_main): Likewise. + * lto.h: Likewise. + +2022-01-17 Martin Liska + + * common.c: Moved to... + * common.cc: ...here. + * lto-common.c: Moved to... + * lto-common.cc: ...here. + * lto-dump.c: Moved to... + * lto-dump.cc: ...here. + * lto-lang.c: Moved to... + * lto-lang.cc: ...here. + * lto-object.c: Moved to... + * lto-object.cc: ...here. + * lto-partition.c: Moved to... + * lto-partition.cc: ...here. + * lto-symtab.c: Moved to... + * lto-symtab.cc: ...here. + * lto.c: Moved to... + * lto.cc: ...here. + 2021-11-18 Jan Hubicka * lto-partition.c (promote_symbol): Clear semantic_interposition flag. -- cgit v1.1