From 540ff0df3bfd5ecd115206897b802ec748ad3ec2 Mon Sep 17 00:00:00 2001
From: mc2zk <mc2zk@git.zephyr-software.com>
Date: Mon, 8 Jan 2018 16:18:08 +0000
Subject: [PATCH] Adjusting ATTRIBUTE labels to be more human readable

---
 push64_relocs.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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