CVSROOT: /cvs Module name: src Changes by: jas...@cvs.openbsd.org 2017/08/12 10:33:11
Modified files: usr.bin/ctfconv: ctfstrip Log message: fallback to strip(1) in case ctfconv(1) couldn't handle the file (i.e. when the input file lacks useful debug sections). adjust option handling accordingly to pass any flags not handled by ctfstrip(1) down to strip(1). help and ok mpi@ tb@