
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.
3 lines
124 B
Text
3 lines
124 B
Text
# We need the save_world and anu unwind fallback code for the EH library.
|
|
|
|
LIBEHSOBJS += darwin-world_s.o darwin-fallback.o
|