Re: [PATCH 04/11] aarch64: Rename info structs in aarch64-common.cc

2025-01-14 Thread Richard Sandiford
Andrew Carlotti writes: > Also add a (currently unused) processor field to processor_info, and > change name from "" to NULL for the terminating array entries. > > gcc/ChangeLog: > > * common/config/aarch64/aarch64-common.cc > (struct aarch64_option_extension): Rename to.. > (str

[PATCH 04/11] aarch64: Rename info structs in aarch64-common.cc

2025-01-10 Thread Andrew Carlotti
Also add a (currently unused) processor field to processor_info, and change name from "" to NULL for the terminating array entries. gcc/ChangeLog: * common/config/aarch64/aarch64-common.cc (struct aarch64_option_extension): Rename to.. (struct extension_info): ...this.