ctfdump: Use getprogname()Also remove no longer used function `getpname()`.Reviewed by: markjMFC after: 3 daysDifferential Revision: https://reviews.freebsd.org/D38740
ctfdump: Remove definitions of warn() and vwarn()The presence of the latter causes a link error when building astatically linked ctfdump(1) because libc defines the same symbol.libc's warn() is d
ctfdump: Remove definitions of warn() and vwarn()The presence of the latter causes a link error when building astatically linked ctfdump(1) because libc defines the same symbol.libc's warn() is defined as a weak symbol and so does not cause the sameproblem, but let's just use libc's version.Reported by: stephane rochoy <stephane.rochoy@stormshield.eu>MFC after: 1 weekSponsored by: The FreeBSD Foundation
show more ...
ctf: Add v3 support to CTF tools, ctf{convert,dump,merge}ctfdump handles v2 and v3. ctfconvert now emits only CTFv3, whereasctfmerge can merge v2 and v3 containers into v3 containers.MFC after:
ctf: Add v3 support to CTF tools, ctf{convert,dump,merge}ctfdump handles v2 and v3. ctfconvert now emits only CTFv3, whereasctfmerge can merge v2 and v3 containers into v3 containers.MFC after: 1 monthSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D34364
Make this file compile cleanly.
This commit was generated by cvs2svn to compensate for changes in r178528,which included commits to RCS files with non-trunk default branches.
This commit was generated by cvs2svn to compensate for changes in r178481,which included commits to RCS files with non-trunk default branches.