Skip to content
Snippets Groups Projects
Commit d391ab35 authored by Niels Möller's avatar Niels Möller
Browse files

Strip *_a-prefix from all file names.

Rev: src/nettle/list-obj-sizes.awk:1.3
parent 861392d3
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,11 @@ BEGIN {
text_total += text_size;
data_total += data_size;
rodata_total += rodata_size;
}
}
if ($1 ~ filter)
{
name = $1; text_size = data_size = rodata_size = 0;
sub(/^[^-]*_a-/, "", name);
}
else
name = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment