Print this page
12724 update smatch to 0.6.1-rc1-il-5
*** 18,28 ****
# This Makefile installs just enough for us to be able to run smatch
# locally.
#
PROG = smatch
! SPARSE_VERSION = 0.6.1-rc1-il-4
include ../Makefile.tools
# We have to build smatch before we can use cw
i386_CC = $(GNUC_ROOT)/bin/gcc
--- 18,28 ----
# This Makefile installs just enough for us to be able to run smatch
# locally.
#
PROG = smatch
! SPARSE_VERSION = 0.6.1-rc1-il-5
include ../Makefile.tools
# We have to build smatch before we can use cw
i386_CC = $(GNUC_ROOT)/bin/gcc
*** 219,228 ****
--- 219,229 ----
SMATCH_DB_DATA += fn_data_link.schema
SMATCH_DB_DATA += mtag_alias.schema
SMATCH_DB_DATA += type_size.schema
SMATCH_DB_DATA += fn_ptr_data_link.schema
SMATCH_DB_DATA += mtag_data.schema
+ SMATCH_DB_DATA += mtag_info.schema
SMATCH_DB_DATA += type_value.schema
ROOTONBLDDATAFILES = $(SMATCH_DATA:%=$(SMATCHDATADIR)/smatch_data/%)
ROOTONBLDDATAFILES += $(SMATCH_DB_DATA:%=$(SMATCHDATADIR)/smatch_data/db/%)