]> sourceware.org Git - dwz.git/commit
IMPORTANT: usage change, no works similarly to strip.
authorJakub Jelinek <jakub@redhat.com>
Fri, 20 Apr 2012 16:47:46 +0000 (18:47 +0200)
committerJakub Jelinek <jakub@redhat.com>
Fri, 20 Apr 2012 16:47:46 +0000 (18:47 +0200)
commite0c57eefc1239628718b3098c091b5af6790d178
tree6d56d24510ad289b26f1014424cc55cb9f4d3710
parent8be4d01e1885c4d1169b36a86d8229ce83062d67
IMPORTANT: usage change, no works similarly to strip.
dwz file
will modify file in place (well, write to temporary, rename over),
dwz -o outfile file
will do what dwz file outfile did before.
dwz file1 file2 file3
will modify all the files in place,
dwz
will modify a.out in place,
dwz -o b.out
will modify a.out into b.out.

In addition to that this change revamps the OOM handling to just
not handle the single currently handled file, complain,
cleanup all memory and continue with the next file.
dwz.c
This page took 0.023089 seconds and 5 git commands to generate.