diff options
author | Matthieu Longo <matthieu.longo@arm.com> | 2024-09-26 18:14:23 +0100 |
---|---|---|
committer | Richard Earnshaw <rearnsha@arm.com> | 2024-09-27 15:35:10 +0100 |
commit | 0ff49a5c1d39382c57d614a29510559068947376 (patch) | |
tree | f3bac4e19e6ef29789e2491f78586522c75867ad /gcc/java/decl.c | |
parent | 64072e60b1599ae7d347c2cdee46c3b0e37fc338 (diff) | |
download | gcc-0ff49a5c1d39382c57d614a29510559068947376.zip gcc-0ff49a5c1d39382c57d614a29510559068947376.tar.gz gcc-0ff49a5c1d39382c57d614a29510559068947376.tar.bz2 |
aarch64: fix build failure on aarch64-none-elf
A previous patch ([1]) introduced a build regression on aarch64-none-elf
target. The changes were primarilly tested on aarch64-unknown-linux-gnu,
so the issue was missed during development.
The includes are slighly different between the two targets, and due to some
include rules ([2]), "aarch64-unwind-def.h" was not found.
[1]: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=bdf41d627c13bc5f0dc676991f4513daa9d9ae36
[2]: https://gcc.gnu.org/onlinedocs/cpp/Include-Syntax.html
> include "file"
> ... It searches for a file named file first in the directory
> containing the current file, ...
libgcc/ChangeLog:
* config/aarch64/aarch64-unwind.h: Fix header path.
Diffstat (limited to 'gcc/java/decl.c')
0 files changed, 0 insertions, 0 deletions