libgcc, X86, Darwin: Export cpu_model and indicator.
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 19 Sep 2021 19:36:49 +0000 (20:36 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Tue, 28 Sep 2021 19:02:48 +0000 (20:02 +0100)
These two symbols have been emitted since 4.8, but were not added
to the Darwin exports, so we have been using the ones from libgcc.a.

Added to libgcc_s now.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
libgcc/ChangeLog:

* config/i386/libgcc-darwin.ver: Add Symbols for
__cpu_model, __cpu_indicator_init.

libgcc/config/i386/libgcc-darwin.ver

index 5224cdc..c97dae7 100644 (file)
@@ -1,4 +1,7 @@
-
+GCC_4.8.0 {
+  __cpu_model
+  __cpu_indicator_init
+}
 
 %inherit GCC_12.0.0 GCC_7.0.0
 GCC_12.0.0 {