diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2021-09-19 20:36:49 +0100 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2021-09-28 20:02:48 +0100 |
commit | 45f775f5f813224daed1f2234deacc1c9365009e (patch) | |
tree | 6619f3ae6183bbaad9fdc42cc8c6e845178e6163 /libgcc | |
parent | fae627162d5f8cfb273b10349883eeb74baaa43f (diff) | |
download | gcc-45f775f5f813224daed1f2234deacc1c9365009e.zip gcc-45f775f5f813224daed1f2234deacc1c9365009e.tar.gz gcc-45f775f5f813224daed1f2234deacc1c9365009e.tar.bz2 |
libgcc, X86, Darwin: Export cpu_model and indicator.
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.
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/config/i386/libgcc-darwin.ver | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libgcc/config/i386/libgcc-darwin.ver b/libgcc/config/i386/libgcc-darwin.ver index 5224cdc..c97dae7 100644 --- a/libgcc/config/i386/libgcc-darwin.ver +++ b/libgcc/config/i386/libgcc-darwin.ver @@ -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 { |