Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
d391ab35
Commit
d391ab35
authored
Sep 22, 2004
by
Niels Möller
Browse files
Strip *_a-prefix from all file names.
Rev: src/nettle/list-obj-sizes.awk:1.3
parent
861392d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
list-obj-sizes.awk
View file @
d391ab35
...
...
@@ -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
=
""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment