codeview: Don't treat labels starting with .. as local labels
commit63c42f08f70450f4e8f6f95603758f6e9b2d84a7
authorJim Kukunas <james.t.kukunas@linux.intel.com>
Mon, 7 Mar 2016 23:42:39 +0000 (7 18:42 -0500)
committerJim Kukunas <james.t.kukunas@linux.intel.com>
Tue, 8 Mar 2016 00:36:41 +0000 (7 19:36 -0500)
tree271c07689f44db06765da6e4ed6cb76b836368e5
parent6224033738437c4d61a54b9142f82728288ecdfb
codeview: Don't treat labels starting with .. as local labels

For local labels, starting with '.', the label name is concatenated with
the previous non-local label to produce a label that can be accessed from
elsewhere. This is the name we want to generate debug info for.

Labels starting with ".." are special and shouldn't be concatenated.

Fix Bugzilla #3392342

Signed-off-by: Jim Kukunas <james.t.kukunas@linux.intel.com>
output/codeview.c