OpenBSD CVS

CVS log for src/usr.bin/ctfconv/generate.c


[BACK] Up to [local] / src / usr.bin / ctfconv

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 27 06:58:19 2024 UTC (2 months, 3 weeks ago) by anton
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.6: +5 -3 lines
Diff to previous 1.6 (colored)

Recent ctfconv refactoring broke support for long double types, as
discovered by the regress tests.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Feb 22 13:15:17 2024 UTC (2 months, 3 weeks ago) by claudio
Branch: MAIN
Changes since 1.5: +15 -2 lines
Diff to previous 1.5 (colored)

The ctt_size of integers and floating point numbers is in bytes not bits.
OK mpi@

Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 14 14:54:13 2022 UTC (21 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

Use size_t, not off_t, for length parameters.
This matches how the functions are called and eliminates a few casts.
OK tb@

Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 26 08:16:18 2017 UTC (6 years, 7 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Return the correct error value in generate().

From Mark Johnston, markj@FreeBSD

Revision 1.3 / (download) - annotate - [select for diffs], Fri Aug 11 16:28:30 2017 UTC (6 years, 9 months ago) by mpi
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

Do not insert random name for anonymous member.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 11 14:58:56 2017 UTC (6 years, 9 months ago) by jasper
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

add rcs ids

Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 11 14:21:24 2017 UTC (6 years, 9 months ago) by mpi
Branch: MAIN

Import a tool for generating CTF data section (SUNW_ctf) based on DWARF
information.

ctfconv(1) support multiple CUs in order to work on binaries.  ctfstrip(1)
works like strip(1) but also insert a .SUNW_ctf section inside a binary.

ok deraadt@, kettenis@, jasper@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.