Re: [PATCH 05/11] aarch64: Adjust option parsing parameter types.

2025-01-14 Thread Richard Sandiford
Andrew Carlotti writes: > Replace `const struct processor *` in output parameters with > `aarch64_arch` or `aarch64_cpu`. > > Replace `std:string` parameter in aarch64_print_hint_for_extensions with > `char *`. > > Also name the return parameters more clearly and consistently. > > gcc/ChangeLog: >

[PATCH 05/11] aarch64: Adjust option parsing parameter types.

2025-01-10 Thread Andrew Carlotti
Replace `const struct processor *` in output parameters with `aarch64_arch` or `aarch64_cpu`. Replace `std:string` parameter in aarch64_print_hint_for_extensions with `char *`. Also name the return parameters more clearly and consistently. gcc/ChangeLog: * config/aarch64/aarch64.cc