Index: libcfa/src/exception.hfa
===================================================================
--- libcfa/src/exception.hfa	(revision 353aaba0304ce011842007d3dd0b675b8d24fe4b)
+++ libcfa/src/exception.hfa	(revision 7fca83260189dfdbcdd6158e13e93402ac8fe85f)
@@ -162,5 +162,5 @@
 // Generate a new type-id value.
 #define _EHM_TYPE_ID_VALUE(exception_name, arguments) \
-	__attribute__(( section(".gnu.linkonce." "__cfatid_" #exception_name) )) \
+	__attribute__((cfa_linkonce)) \
 	_EHM_TYPE_ID_TYPE(exception_name) arguments const \
 			_EHM_TYPE_ID_NAME(exception_name) = { \
