]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: libgcc: add prototypes in cpuinfo
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 3 Oct 2024 16:03:30 +0000 (16:03 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Thu, 17 Oct 2024 15:43:27 +0000 (15:43 +0000)
commitd806810f02a15a82f284d9e0e03c24f32f2a3be2
tree4fcc5ad56775447a266b099eb208e6ad649a15ac
parente4d417417f8a2f1cf615b6ff81687f4861787de0
aarch64: libgcc: add prototypes in cpuinfo

Add prototypes for __init_cpu_features_resolver and
__init_cpu_features to avoid warnings due to -Wmissing-prototypes.

libgcc/
* config/aarch64/cpuinfo.c (__init_cpu_features_resolver): Add
prototype.
(__init_cpu_features): Likewise.
libgcc/config/aarch64/cpuinfo.c