summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-12-11 15:28:43 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-12-14 13:58:20 +0100
commit55324619d9fd35355629870b8d441eeb074e6739 (patch)
treeabf787033cd4b4d8b2dd7dafc6878a2f40d95b55
parent137813ac795cd6b9f987afea7aec59100c3d311e (diff)
downloadsparse-55324619d9fd35355629870b8d441eeb074e6739.tar.gz
remove duplicates from gcc-attr-list.h
gcc-attr-list.h constains list of 'known' attributes but some of them are already defined in keyword_table[]. So, remove these duplicated attributes from the list (including '__default__' which is not duplicated but doesn't appear to be an attribute). Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
-rw-r--r--gcc-attr-list.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc-attr-list.h b/gcc-attr-list.h
index ae0b611f..8da31435 100644
--- a/gcc-attr-list.h
+++ b/gcc-attr-list.h
@@ -6,7 +6,6 @@ GCC_ATTR(abi_tag)
GCC_ATTR(absdata)
GCC_ATTR(address)
GCC_ATTR(alias)
-GCC_ATTR(aligned)
GCC_ATTR(alloc_align)
GCC_ATTR(alloc_size)
GCC_ATTR(altivec)
@@ -31,12 +30,9 @@ GCC_ATTR(cmse_nonsecure_entry)
GCC_ATTR(cold)
GCC_ATTR(common)
GCC_ATTR(common_object)
-GCC_ATTR(const)
GCC_ATTR(constructor)
GCC_ATTR(critical)
-GCC_ATTR(default)
GCC_ATTR(deprecated)
-GCC_ATTR(designated_init)
GCC_ATTR(destructor)
GCC_ATTR(disinterrupt)
GCC_ATTR(dllexport)
@@ -97,7 +93,6 @@ GCC_ATTR(maybe_unused)
GCC_ATTR(medium_call)
GCC_ATTR(micromips)
GCC_ATTR(mips16)
-GCC_ATTR(mode)
GCC_ATTR(model)
GCC_ATTR(monitor)
GCC_ATTR(ms_abi)
@@ -136,20 +131,17 @@ GCC_ATTR(nomips16)
GCC_ATTR(nonnull)
GCC_ATTR(nonstring)
GCC_ATTR(noplt)
-GCC_ATTR(noreturn)
GCC_ATTR(nosave_low_regs)
GCC_ATTR(not_nested)
GCC_ATTR(nothrow)
GCC_ATTR(notshared)
GCC_ATTR(optimize)
-GCC_ATTR(packed)
GCC_ATTR(partial_save)
GCC_ATTR(patchable_function_entry)
GCC_ATTR(pcs)
GCC_ATTR(persistent)
GCC_ATTR(progmem)
GCC_ATTR(protected)
-GCC_ATTR(pure)
GCC_ATTR(reentrant)
GCC_ATTR(regparm)
GCC_ATTR(renesas)
@@ -194,7 +186,6 @@ GCC_ATTR(transaction_safe)
GCC_ATTR(transaction_safe_dynamic)
GCC_ATTR(transaction_unsafe)
GCC_ATTR(transaction_wrap)
-GCC_ATTR(transparent_union)
GCC_ATTR(trap_exit)
GCC_ATTR(trapa_handler)
GCC_ATTR(uncached)