diff --git a/push64_relocs.cpp b/push64_relocs.cpp
index e3b2ce8e979bafd4810872332fe56f3bae0ab925..87dac6683d5e91422be17fe9e12b0367a530c393 100644
--- a/push64_relocs.cpp
+++ b/push64_relocs.cpp
@@ -213,10 +213,10 @@ void Push64Relocs_t::HandlePush64Relocs()
 		}
 	}
 
-	cout<<"#ATTRIBUTE push_relocations_count="
+	cout<<"# ATTRIBUTE Push_Relocations::push_relocations_count="
 	    <<std::dec<<push64_relocations_count
 			<<endl;
-	cout<<"#ATTRIBUTE pcrel_relocations_count="
+	cout<<"# ATTRIBUTE Push_Relocations::pcrel_relocations_count="
 	    <<std::dec<<pcrel_relocations_count
 			<<endl;
 }