aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/rs6000
diff options
context:
space:
mode:
authorIain Sandoe <iain@sandoe.co.uk>2022-03-04 12:34:15 +0000
committerIain Sandoe <iain@sandoe.co.uk>2022-03-04 16:44:54 +0000
commitc18ddb05b0391a397f8882fc6a12a1bab7e0df52 (patch)
tree0f3c4813598b9bbd5f2e50388e6ae36db38b135e /libgcc/config/rs6000
parent074d283e249c7295d783a08eb6f0219a7f411c50 (diff)
downloadgcc-c18ddb05b0391a397f8882fc6a12a1bab7e0df52.zip
gcc-c18ddb05b0391a397f8882fc6a12a1bab7e0df52.tar.gz
gcc-c18ddb05b0391a397f8882fc6a12a1bab7e0df52.tar.bz2
Darwin, libgcc: Fix build errors on powerpc-darwin8.
PowerPC Darwin8 is the last version to use an unwind frame fallback routine. This had been omitted from the new shared EH library, along with one more header dependency that only fires there. Signed-off-by: Iain Sandoe <iain@sandoe.co.uk> libgcc/ChangeLog: * config/rs6000/t-darwin-ehs: Add darwin-fallback.o. * config/t-darwin-ehs: Add dependency on unwind.h.
Diffstat (limited to 'libgcc/config/rs6000')
-rw-r--r--libgcc/config/rs6000/t-darwin-ehs4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgcc/config/rs6000/t-darwin-ehs b/libgcc/config/rs6000/t-darwin-ehs
index 42f5214..581344e 100644
--- a/libgcc/config/rs6000/t-darwin-ehs
+++ b/libgcc/config/rs6000/t-darwin-ehs
@@ -1,3 +1,3 @@
-# We need the save_world code for the EH library.
+# We need the save_world and anu unwind fallback code for the EH library.
-LIBEHSOBJS += darwin-world_s.o
+LIBEHSOBJS += darwin-world_s.o darwin-fallback.o