]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Renamed `WIN64` to `WIN_64`
authorKushal Pal <kushalpal109@gmail.com>
Sat, 9 Dec 2023 06:34:01 +0000 (12:04 +0530)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 30 Jan 2024 11:36:49 +0000 (12:36 +0100)
commitd7b2d6704f3350917b16f454163927e4c823802b
treee0e2d08fa1433d1cb0a4bed2e963628f530e1b9e
parentf48f9a9ac6f20ffe2775437e3b21ed0208a9cee2
gccrs: Renamed `WIN64` to `WIN_64`

Fixes issue #2768

gcc/rust/ChangeLog:

* backend/rust-compile-base.cc (HIRCompileBase::setup_abi_options):
Renamed `WIN64` to `WIN_64`
* util/rust-abi.cc (get_abi_from_string): Likewise
(get_string_from_abi): Likewise
* util/rust-abi.h (enum ABI): Likewise

Signed-off-by: Kushal Pal <kushalpal109@gmail.com>
gcc/rust/backend/rust-compile-base.cc
gcc/rust/util/rust-abi.cc
gcc/rust/util/rust-abi.h