Re: [PATCH 03/11] aarch64: Remove redundant generic cpu entry

2025-01-14 Thread Richard Sandiford
Andrew Carlotti writes: > The list of cores in aarch64-common.cc included an explicit "generic" > entry, despite this entry also being present in aarch64-cores.def. > > gcc/ChangeLog: > > * common/config/aarch64/aarch64-common.cc > (all_cores): Remove explicit generic entry. OK, thank

[PATCH 03/11] aarch64: Remove redundant generic cpu entry

2025-01-10 Thread Andrew Carlotti
The list of cores in aarch64-common.cc included an explicit "generic" entry, despite this entry also being present in aarch64-cores.def. gcc/ChangeLog: * common/config/aarch64/aarch64-common.cc (all_cores): Remove explicit generic entry. diff --git a/gcc/common/config/aarch64/aa