]> git.ipfire.org Git - thirdparty/gcc.git/commit
Renamed `WIN64` to `WIN_64`
authorKushal Pal <kushalpal109@gmail.com>
Sat, 9 Dec 2023 06:34:01 +0000 (12:04 +0530)
committerPhilip Herron <philip.herron@embecosm.com>
Mon, 11 Dec 2023 10:47:07 +0000 (10:47 +0000)
commit358932954b219b914cd950f067484b89e3e92790
tree4aa4e4bea1fb69a51779774046e0bdcec06bd129
parent5e3a8751f2780fac99c4c82d8e9333a3b83ae457
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