aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nm
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* Install the legacy man file in section 1aout.John Birrell1998-09-071-0/+1
| | | | Notes: svn path=/head/; revision=38899
* Fixed classic sign extension bug `-(long)sizeof(foo)'.Bruce Evans1998-07-061-6/+6
| | | | | | | | | | | | | | | Fixed the type of the string table size variable to match its use (assuming that int32_t is 4 bytes and other unportable things). bfd uses `unsigned char string_chars[BYTES_IN_WORD]', where BYTES_IN_WORD can be 4, 8, or perhaps even 2 or 3, but it is assumed to be precisely 4 bytes here. Fixed printf format errors (don't assume that n_value in struct n_list has type u_long, since it should have size BYTES_IN_WORD and longs may be longer than words). Notes: svn path=/head/; revision=37454
* ELF preparation step 1:Søren Schmidt1998-05-251-0/+1
| | | | | | | | | | | | | | | | | | Move our old a.out utils to /usr/libexec/aout. Enable binutils and put the utils in /usr/libexec/elf Enable objformat, a little helper program that calls the right utils based on /etc/objformat and $OBJFORMAT. This will enable the ELF generating tools. Remember that this is only step one, the system is still compiled and run in a.out format ONLY. Problem left to solve: The BSD manpages wins over the GNU equivalents as the are installed last. We need to distinguish between the manpages somehow... Notes: svn path=/head/; revision=36374
* Use err(3). Add missing flags in usage string.Philippe Charnier1997-07-313-47/+38
| | | | Notes: svn path=/head/; revision=27784
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=23012
* Sort cross references.Wolfram Schneider1997-01-152-2/+2
| | | | Notes: svn path=/head/; revision=21748
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Drat, had the N_FN overloading based on N_EXT backwards. N_EXT = filename,Peter Wemm1996-09-241-2/+2
| | | | | | | | | | | | no N_EXT is a "warning". eg: % nm -p /tmp/gets.o ... 00000000 w warning: this program uses gets(), which is unsafe. U _gets 00000000 T _gets Notes: svn path=/head/; revision=18488
* Rudimentry support for viewing weak symbols. There are two types thatPeter Wemm1996-09-243-11/+45
| | | | | | | | this deals with, the N_INDR indirect symbols done with .stabs operations, and those done with .weak that have an extra field in n_other. Notes: svn path=/head/; revision=18487
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-292-2/+4
| | | | | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41 Notes: svn path=/head/; revision=17891
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+16
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17142
* Add -t option which prints output in tabular format.Poul-Henning Kamp1995-12-193-7/+29
| | | | Notes: svn path=/head/; revision=12921
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8874
* Fix bug with printing out short archive entries,Andrey A. Chernov1994-12-281-2/+1
| | | | | | | incorrect padding Notes: svn path=/head/; revision=5273
* Additional longname fixAndrey A. Chernov1994-12-281-9/+8
| | | | | | | Submitted by: dufault@hda.com Notes: svn path=/head/; revision=5267
* Fix for handling long archive namesAndrey A. Chernov1994-12-281-10/+58
| | | | | | | Submitted by: dufault@hda.com Notes: svn path=/head/; revision=5252
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-274-0/+823
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590