Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
91354d9a
Commit
91354d9a
authored
Feb 27, 2012
by
Niels Möller
Browse files
list-obj-sizes.awk: Recognize elf64 objects.
parent
65f709b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
91354d9a
2012-02-27 Niels Möller <nisse@lysator.liu.se>
* list-obj-sizes.awk: Recognize elf64 objects.
* Makefile.in (.texinfo.dvi): Pass -b option to texi2dvi.
* Makefile.in (TARGETS): Added twofishdata.
...
...
list-obj-sizes.awk
View file @
91354d9a
...
...
@@ -46,7 +46,7 @@ BEGIN {
printf
"Filter: %s\n"
,
filter
;
}
/elf32/
{
/elf32
|elf64
/
{
output
();
if
(
$1
~
filter
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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