o - size
Currently assumes that the only relevant sections are named .text, .data and either .bss or .stack. This is not very general, and it doesn't work for ECOFF.
This commit is contained in:
parent
bd50d1b077
commit
672f4045d6
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
o - size
|
||||||
|
Currently assumes that the only relevant sections are named .text,
|
||||||
|
.data and either .bss or .stack. This is not very general, and it
|
||||||
|
doesn't work for ECOFF.
|
||||||
|
|
||||||
o - strip
|
o - strip
|
||||||
Make faster by using ftruncate if available (and format is suitable).
|
Make faster by using ftruncate if available (and format is suitable).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue