Add binary annotations support (based on annobin plugin) 00/210400/3
authorMikhail Kashkarov <m.kashkarov@partner.samsung.com>
Tue, 9 Jul 2019 19:40:49 +0000 (22:40 +0300)
committerMikhail Kashkarov <m.kashkarov@partner.samsung.com>
Sat, 20 Jul 2019 01:16:04 +0000 (04:16 +0300)
commitdf8f25587eae8e26e29a1f9833bd3de5181c05c3
tree963a11c9aec5550b35dc391aa04402e0cc7cc758
parent8ec426d7ca264f19e419649820ad1c27012e46d7
Add binary annotations support (based on annobin plugin)

Change-Id: Ib3571622cd090992ce42305b7c5985fd322322d4
20 files changed:
gcc/Makefile.in
gcc/annobin.c [new file with mode: 0644]
gcc/annobin.h [new file with mode: 0644]
gcc/asan.h
gcc/common.opt
gcc/cp/decl.c
gcc/flag-types.h
gcc/output.h
gcc/params.def
gcc/params.h
gcc/testsuite/gcc.dg/annobin/annobin.exp [new file with mode: 0644]
gcc/testsuite/gcc.dg/annobin/build-attributes-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/annobin/build-attributes-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/annobin/build-attributes-3.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/annobin/build-attributes-4.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/annobin/build-attributes-5.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/annobin/note-property-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/annobin/note-property-2.c [new file with mode: 0644]
gcc/toplev.c
gcc/varasm.c