Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Brian Smith
nettle
Commits
91354d9a
Commit
91354d9a
authored
Feb 27, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
list-obj-sizes.awk: Recognize elf64 objects.
parent
65f709b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ChangeLog
ChangeLog
+2
-0
list-obj-sizes.awk
list-obj-sizes.awk
+1
-1
No files found.
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
Markdown
is supported
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