Index: doc/working/exception/impl/exception.c
===================================================================
--- doc/working/exception/impl/exception.c	(revision fd732488a0c9611e90598dc83b89dfc5bf7e63b4)
+++ doc/working/exception/impl/exception.c	(revision a200795e703916156fb98c276dcb4da596a519bd)
@@ -382,4 +382,9 @@
 	"	.text\n"							// TABLE footer
 	"	.size	__try_terminate, .-__try_terminate\n"
+);
+
+// Somehow this piece of helps with the resolution of debug symbols.
+__attribute__((unused)) static const int dummy = 0;
+asm (
 	"	.hidden	CFA.ref.__gcfa_personality_v0\n"	// Declare an new hidden symbol
 	"	.weak	CFA.ref.__gcfa_personality_v0\n"
