diff mbox

[08/22] Add GNU_BUILD_ATTRIBUTE_STATIC_ANALYSIS to annobin.h

Message ID 1501884293-9047-9-git-send-email-dmalcolm@redhat.com
State New
Headers show

Commit Message

David Malcolm Aug. 4, 2017, 10:04 p.m. UTC
gcc/ChangeLog:
	* annobin.h (GNU_BUILD_ATTRIBUTE_STATIC_ANALYSIS): New define.
---
 gcc/annobin.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/gcc/annobin.h b/gcc/annobin.h
index 76eb01c..1152316 100644
--- a/gcc/annobin.h
+++ b/gcc/annobin.h
@@ -35,6 +35,7 @@ 
 #define GNU_BUILD_ATTRIBUTE_ABI		6
 #define GNU_BUILD_ATTRIBUTE_PIC		7
 #define GNU_BUILD_ATTRIBUTE_SHORT_ENUM	8
+#define GNU_BUILD_ATTRIBUTE_STATIC_ANALYSIS	9
 
 #define NOTE_GNU_PROPERTY_SECTION_NAME	".note.gnu.property"
 #define GNU_BUILD_ATTRS_SECTION_NAME	".gnu.build.attributes"