CVSROOT: /cvs Module name: src Changes by: u...@cvs.openbsd.org 2017/08/14 14:14:56
Added files: regress/usr.bin/ctfdump: Makefile base_types_encoding.amd64 example.c Log message: Add a very basic test for ctfdump(1) on amd64 If the output of ctfdump(1) is correct, it would imply that ctfconv(1) and ctfstrip(1) also worked as expected, at least to some extent. :) ok mpi, bluhm