public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Merge #906
@ 2022-06-08 12:03 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-06-08 12:03 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:20ae602991595376c7050b67c881dd947d1d81a8

commit 20ae602991595376c7050b67c881dd947d1d81a8
Merge: 3e6f9c2150a 5691503f11f
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Thu Feb 3 20:06:51 2022 +0000

    Merge #906
    
    906: GCC/Rust pieces of GCC upstream "Mass rename of C++ .c files to .cc suffix" r=tschwinge a=tschwinge
    
    ... in preparation of merge of the latter.
    
    
    Co-authored-by: Thomas Schwinge <thomas@codesourcery.com>

Diff:

 gcc/Makefile.in                                           | 2 +-
 gcc/config/aarch64/aarch64-protos.h                       | 2 +-
 gcc/config/aarch64/{aarch64-rust.c => aarch64-rust.cc}    | 0
 gcc/config/aarch64/t-aarch64                              | 2 +-
 gcc/config/alpha/alpha-protos.h                           | 2 +-
 gcc/config/alpha/{alpha-rust.c => alpha-rust.cc}          | 0
 gcc/config/alpha/t-alpha                                  | 2 +-
 gcc/config/arc/arc-protos.h                               | 2 +-
 gcc/config/arc/{arc-rust.c => arc-rust.cc}                | 0
 gcc/config/arc/t-arc                                      | 4 ++--
 gcc/config/arm/arm-protos.h                               | 2 +-
 gcc/config/arm/{arm-rust.c => arm-rust.cc}                | 2 +-
 gcc/config/arm/t-arm                                      | 2 +-
 gcc/config/c6x/c6x-protos.h                               | 2 +-
 gcc/config/c6x/{c6x-rust.c => c6x-rust.cc}                | 0
 gcc/config/c6x/t-c6x                                      | 2 +-
 gcc/config/cr16/cr16-protos.h                             | 2 +-
 gcc/config/cr16/{cr16-rust.c => cr16-rust.cc}             | 0
 gcc/config/cr16/t-cr16                                    | 2 +-
 gcc/config/csky/{csky-rust.c => csky-rust.cc}             | 0
 gcc/config/csky/t-csky                                    | 2 +-
 gcc/config/{default-rust.c => default-rust.cc}            | 0
 gcc/config/epiphany/epiphany-protos.h                     | 2 +-
 gcc/config/epiphany/{epiphany-rust.c => epiphany-rust.cc} | 0
 gcc/config/epiphany/t-epiphany                            | 2 +-
 gcc/config/frv/frv-protos.h                               | 2 +-
 gcc/config/frv/{frv-rust.c => frv-rust.cc}                | 0
 gcc/config/frv/t-frv                                      | 2 +-
 gcc/config/i386/i386-protos.h                             | 2 +-
 gcc/config/i386/{i386-rust.c => i386-rust.cc}             | 0
 gcc/config/i386/t-i386                                    | 2 +-
 gcc/config/ia64/ia64-protos.h                             | 2 +-
 gcc/config/ia64/{ia64-rust.c => ia64-rust.cc}             | 0
 gcc/config/ia64/t-ia64                                    | 2 +-
 gcc/config/m68k/m68k-protos.h                             | 2 +-
 gcc/config/m68k/{m68k-rust.c => m68k-rust.cc}             | 0
 gcc/config/m68k/t-opts                                    | 2 +-
 gcc/config/mips/mips-protos.h                             | 2 +-
 gcc/config/mips/{mips-rust.c => mips-rust.cc}             | 0
 gcc/config/mips/t-mips                                    | 2 +-
 gcc/config/nds32/nds32-protos.h                           | 2 +-
 gcc/config/nds32/{nds32-rust.c => nds32-rust.cc}          | 0
 gcc/config/nds32/t-nds32                                  | 2 +-
 gcc/config/nios2/nios2-protos.h                           | 2 +-
 gcc/config/nios2/{nios2-rust.c => nios2-rust.cc}          | 0
 gcc/config/nios2/t-nios2                                  | 2 +-
 gcc/config/nvptx/nvptx-protos.h                           | 2 +-
 gcc/config/nvptx/{nvptx-rust.c => nvptx-rust.cc}          | 0
 gcc/config/nvptx/t-nvptx                                  | 2 +-
 gcc/config/or1k/or1k-protos.h                             | 2 +-
 gcc/config/or1k/{or1k-rust.c => or1k-rust.cc}             | 0
 gcc/config/or1k/t-or1k                                    | 2 +-
 gcc/config/pa/pa-protos.h                                 | 2 +-
 gcc/config/pa/{pa-rust.c => pa-rust.cc}                   | 0
 gcc/config/pa/t-pa                                        | 2 +-
 gcc/config/pdp11/pdp11-protos.h                           | 2 +-
 gcc/config/pdp11/{pdp11-rust.c => pdp11-rust.cc}          | 0
 gcc/config/pdp11/t-pdp11                                  | 2 +-
 gcc/config/riscv/riscv-protos.h                           | 2 +-
 gcc/config/riscv/{riscv-rust.c => riscv-rust.cc}          | 0
 gcc/config/riscv/t-riscv                                  | 2 +-
 gcc/config/rs6000/rs6000-protos.h                         | 2 +-
 gcc/config/rs6000/{rs6000-rust.c => rs6000-rust.cc}       | 2 +-
 gcc/config/rs6000/t-rs6000                                | 2 +-
 gcc/config/rx/rx-protos.h                                 | 2 +-
 gcc/config/rx/{rx-rust.c => rx-rust.cc}                   | 0
 gcc/config/rx/t-rx                                        | 2 +-
 gcc/config/s390/s390-protos.h                             | 2 +-
 gcc/config/s390/{s390-rust.c => s390-rust.cc}             | 0
 gcc/config/s390/t-s390                                    | 2 +-
 gcc/config/sh/sh-protos.h                                 | 2 +-
 gcc/config/sh/{sh-rust.c => sh-rust.cc}                   | 0
 gcc/config/sh/t-sh                                        | 2 +-
 gcc/config/sparc/sparc-protos.h                           | 2 +-
 gcc/config/sparc/{sparc-rust.c => sparc-rust.cc}          | 0
 gcc/config/sparc/t-sparc                                  | 2 +-
 gcc/config/v850/t-v850                                    | 2 +-
 gcc/config/v850/v850-protos.h                             | 2 +-
 gcc/config/v850/{v850-rust.c => v850-rust.cc}             | 0
 gcc/rust/{rust-object-export.c => rust-object-export.cc}  | 0
 80 files changed, 55 insertions(+), 55 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-08 12:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 12:03 [gcc/devel/rust/master] Merge #906 Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).