outobj: no need to filter .. symbols in the debug format anymore
commit5686a65fe93bf4946bb76fd37f9543851079bfe5
authorH. Peter Anvin <hpa@zytor.com>
Tue, 8 Mar 2016 06:02:17 +0000 (7 22:02 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 8 Mar 2016 06:03:50 +0000 (7 22:03 -0800)
tree6cb8c84c2379913cc5bc14a5d24a2d0bb7cdda0f
parentfc0ff223b203c5e90cdf59707edb5ad965bc4b18
outobj: no need to filter .. symbols in the debug format anymore

labels.c now filter ..[^@] special symbols from the debug backend, so
we don't have to open-code that everywhere.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Jim Kukunas <james.t.kukunas@linux.intel.com>
output/outobj.c