diff options
author | Nick Clifton <nickc@redhat.com> | 2002-01-25 15:37:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-01-25 15:37:04 +0000 |
commit | 15c82623b17cbfe6a5879d7e886e636dde6c92f1 (patch) | |
tree | cac799d6014a6bf4cc4fbf9b5b5e0dd88462a318 /binutils/ChangeLog | |
parent | 3d66c4f7dfc5fb2daa5b8b266a00094ee6ba2c04 (diff) | |
download | gdb-15c82623b17cbfe6a5879d7e886e636dde6c92f1.zip gdb-15c82623b17cbfe6a5879d7e886e636dde6c92f1.tar.gz gdb-15c82623b17cbfe6a5879d7e886e636dde6c92f1.tar.bz2 |
Add --totals option to size
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 1cc51f3..f091a47 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,20 @@ +2002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com> + + * objcopy.c (strip_usage): Document -d as an alias + --strip-debug. + + * size.c (usage): Document [-t | --totals] options. + (long_options): Add --totals option. + (main): If the [-t | --totals] option is specified and + the output format is Berkeley-style, print the total + text, data, and bss sizes of all objects listed. + (print_berkeley_format): If the [-t | --totals] option + is specified, track the total text, data, and bss + sizes. + * doc/binutils.texi (size): Document [-t | --totals] options. + (strip): Document -d as an alias for --strip-debug. + * NEWS: Mention new feature of size. + 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com> * po/fr.po: Updated version. |