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:
Ian Lance Taylor 1993-06-14 20:17:35 +00:00
parent bd50d1b077
commit 672f4045d6
1 changed files with 5 additions and 0 deletions

View File

@ -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
Make faster by using ftruncate if available (and format is suitable).