From 922a642548f01f7e62dcc6425b16c49b211064ac Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Wed, 2 Aug 2017 14:22:38 -0400 Subject: [PATCH 08/22] Add GNU_BUILD_ATTRIBUTE_STATIC_ANALYSIS to annobin.h gcc/ChangeLog: * annobin.h (GNU_BUILD_ATTRIBUTE_STATIC_ANALYSIS): New define. --- gcc/annobin.h | 1 + 1 file changed, 1 insertion(+) 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" -- 1.8.5.3