aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/t-darwin
diff options
context:
space:
mode:
authorIain Sandoe <iain@sandoe.co.uk>2021-09-18 20:17:06 +0100
committerIain Sandoe <iain@sandoe.co.uk>2021-09-19 19:41:31 +0100
commitea4e901fa3ac09aa21e20bae460cbac70f9820e0 (patch)
tree080baa2bd60ac7fc1337e47890b88208582a6700 /libgcc/config/t-darwin
parent1297a40fb331467c9ac841dee1c30b6716655517 (diff)
downloadgcc-ea4e901fa3ac09aa21e20bae460cbac70f9820e0.zip
gcc-ea4e901fa3ac09aa21e20bae460cbac70f9820e0.tar.gz
gcc-ea4e901fa3ac09aa21e20bae460cbac70f9820e0.tar.bz2
libgcc, X86, Darwin: Handle symbols for HF cases.
This reorganises the Darwin symbol vers files to include the generic ones at the top level; allowing for arch ports to override (via either exclusion or inclusion as needed). We add an X86-specific vers file containing the new HF symbols. Note that although Darwin does not use ELF-style symbol versioning - the parser that produces the map can consume it. Using the ELF-style description will help us know at which rev the symbols were introduced. Signed-off-by: Iain Sandoe <iain@sandoe.co.uk> libgcc/ChangeLog: * config/i386/t-darwin: Add in a vers file for X86-specific symbols. * config/t-darwin: Add the generic symbol maps here... * config/t-slibgcc-darwin: ... removing from here. * config/i386/libgcc-darwin.ver: New file.
Diffstat (limited to 'libgcc/config/t-darwin')
-rw-r--r--libgcc/config/t-darwin3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgcc/config/t-darwin b/libgcc/config/t-darwin
index 4b6317b..14ae6b3 100644
--- a/libgcc/config/t-darwin
+++ b/libgcc/config/t-darwin
@@ -24,3 +24,6 @@ d10-uwfef.o: $(srcdir)/config/darwin10-unwind-find-enc-func.c
libd10-uwfef.a: d10-uwfef.o
$(AR_CREATE_FOR_TARGET) $@ d10-uwfef.o
$(RANLIB_FOR_TARGET) $@
+
+# Symbols for all the sub-ports.
+SHLIB_MAPFILES = libgcc-std.ver $(srcdir)/config/libgcc-libsystem.ver