master
Import a tool for generating CTF data section (SUNW_ctf) based on DWARF information.
add missing HISTORY; based on CVS logs and release announcements
Remove unused DEBUG_LINE define.
Include the .SUNW_ctf section in bsd.gdb
spelling/grammar fixes;
Make sure dw_at2name() never returns NULL. This call is used in various printf calls that clang decided to optimise into puts calls that crash with a NULL argument. Also add DW_AT_noreturn which caused this when running ./ctfconv -d ./ctfconv OK mpi@
add rcs ids
Use size_t, not off_t, for length parameters. This matches how the functions are called and eliminates a few casts. OK tb@
On i386 long double is 80bit expanded to 96bits or 12 bytes. This is the size that the ctftools ctfconvert uses and I think we should do as well. Fixes regress/usr.bin/ctfdump on i386. OK miod@
Typo.
Rewrite the it_cmp() function to use the common check bigger than, check smaller than logic.
remove duplicate includes