1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/usr.bin/ctfconv
claudio 69f10b8ad3 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@
2024-10-02 12:31:33 +00:00
..
ctfconv.1 add missing HISTORY; based on CVS logs and release announcements 2017-10-17 22:47:58 +00:00
ctfconv.c Remove unused DEBUG_LINE define. 2022-10-02 11:56:43 +00:00
ctfstrip Include the .SUNW_ctf section in bsd.gdb 2019-10-15 10:27:25 +00:00
ctfstrip.1 spelling/grammar fixes; 2017-08-28 10:07:57 +00:00
dw.c Make sure dw_at2name() never returns NULL. This call is used in various 2024-02-21 13:16:14 +00:00
dw.h add rcs ids 2017-08-11 14:58:56 +00:00
dwarf.h Make sure dw_at2name() never returns NULL. This call is used in various 2024-02-21 13:16:14 +00:00
elf.c Use size_t, not off_t, for length parameters. 2022-08-14 14:54:13 +00:00
generate.c On i386 long double is 80bit expanded to 96bits or 12 bytes. This is the 2024-10-02 12:31:33 +00:00
hash.c add rcs ids 2017-08-11 14:58:56 +00:00
hash.h add rcs ids 2017-08-11 14:58:56 +00:00
itype.h Typo. 2019-11-11 19:10:35 +00:00
Makefile
parse.c Rewrite the it_cmp() function to use the common check bigger than, check 2024-02-22 13:17:18 +00:00
pool.c remove duplicate includes 2023-04-19 12:58:15 +00:00
pool.h add rcs ids 2017-08-11 14:58:56 +00:00
xmalloc.c
xmalloc.h