==== base_types_encoding ==== cc -O2 -pipe -g -MD -MP -c /home/src/regress/usr.bin/ctfdump/example.c cc -g -o example example.o /usr/bin/ctfstrip -o example.ctf example make -C /home/src/regress/usr.bin/ctfdump run-example RT=base_types_encoding RE=' (INTEGER|FLOAT) ' /usr/bin/ctfdump example.ctf 2>&1 | sed 's/\[[0-9]*\]/[]/' | sort | egrep '(INTEGER|FLOAT) ' >base_types_encoding.out diff -u /home/src/regress/usr.bin/ctfdump/base_types_encoding.amd64 base_types_encoding.out ok - base_types_encoding