1991-11-13 08:19:34 +08:00
|
|
|
o - strip
|
|
|
|
Implement various options
|
|
|
|
Make faster by using ftruncate if available (and format is suitable).
|
|
|
|
|
* Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
* strip.c: Add or update Copyright notice.
* TODO: Add note on 'nm -a'.
* version.c: Update version number to 1.90.
* Makefile.in: Fix making of documentation for dist.
1991-10-17 02:57:08 +08:00
|
|
|
OLD:
|
|
|
|
|
1991-03-22 05:29:07 +08:00
|
|
|
o - merge:
|
|
|
|
copy and strip
|
|
|
|
ar and ranlib
|
|
|
|
nm, size, and objdump
|
|
|
|
|
|
|
|
o - make the long options more consistent.
|
|
|
|
|
|
|
|
o - make ATT and BSD versions -- perhaps the options should be
|
|
|
|
controlled by an environment variable.
|
|
|
|
|
|
|
|
o - Calling +help or +version should exit with a successful status (ie 0)
|