From: Christoph Müllner Date: Tue, 7 Nov 2023 09:43:08 +0000 (+0100) Subject: RISC-V: Use stdint-gcc.h in xtheadmemidx-helpers.h X-Git-Tag: basepoints/gcc-15~4924 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74b35716a8eb3fef8ce2545ebdb1ff78cbeed28b;p=thirdparty%2Fgcc.git RISC-V: Use stdint-gcc.h in xtheadmemidx-helpers.h stdint.h can be replaced with stdint-gcc.h to resolve some missing system headers in non-multilib installations. Signed-off-by: Christoph Müllner gcc/testsuite/ChangeLog: * gcc.target/riscv/xtheadmemidx-helpers.h: Replace stdint.h with stdint-gcc.h. --- diff --git a/gcc/testsuite/gcc.target/riscv/xtheadmemidx-helpers.h b/gcc/testsuite/gcc.target/riscv/xtheadmemidx-helpers.h index a97f08c5cc1b..9d8ce124a933 100644 --- a/gcc/testsuite/gcc.target/riscv/xtheadmemidx-helpers.h +++ b/gcc/testsuite/gcc.target/riscv/xtheadmemidx-helpers.h @@ -1,7 +1,7 @@ #ifndef XTHEADMEMIDX_HELPERS_H #define XTHEADMEMIDX_HELPERS_H -#include +#include #define intX_t long #define uintX_t unsigned long