obj_int_extract: win64 does not prefix symbols
authorJohann <johannkoenig@google.com>
Mon, 14 Mar 2011 15:10:24 +0000 (11:10 -0400)
committerJohann <johannkoenig@google.com>
Mon, 14 Mar 2011 20:11:02 +0000 (16:11 -0400)
commit2ec0cfbe995e4c6487a3259490ae221bcb6884e8
tree9fad89feccba7bf46d5add53c656353d4aacdda4
parentd0ec28b3d3e62709a5471bd7f0fbdc1e17b28f87
obj_int_extract: win64 does not prefix symbols

obj_int_extract was unconditionally skipping the first character in the
symbol. make sure it's actually an '_' first

Change-Id: Icfe527eb8a0028faeabaa1dcedf8cd8f51c92754
build/make/obj_int_extract.c