binutils-gdb/libctf
Alan Modra 5aab589091 libctf ctf-link.c labs?
ctf-link.c has a labs that clang finds suspect when compiling for a
32-bit host, warning about the signed/unsigned comparison.  (labs
return is 32-bit signed, 0xffffffffe is 32-bit unsigned on a 32-bit
host.)  I think the labs is bogus, apparently there because
ctf_link_deduplicating_count_inputs returns a ssize_t rather than a
size_t to cover error status returns.  However, the error status isn't
a negative count but only -1.  So remove the labs.

	* ctf-link.c (ctf_link_deduplicating_per_cu): Avoid 32-bit
	host warning; don't use labs, cast "inputs" instead.
	Style/formatting fix.  Report "too many inputs" using %lu.
2026-04-22 08:02:54 +09:30
..
doc Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
testsuite libctf: remove CTF_F_ARRNELEMS flag 2026-02-27 15:06:41 +00:00
.gitignore libctf: restructure error handling to reduce relocations 2020-07-22 17:57:20 +01:00
aclocal.m4 Binutils: Add clang LTO support to AR and RANLIB 2025-09-25 12:30:13 +08:00
ChangeLog Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ChangeLog-2020 libctf: fix old ChangeLog typo 2021-01-05 14:53:40 +00:00
config.h.in libctf: suppress spurious failure of malloc-counting tests under valgrind 2024-06-18 13:20:32 +01:00
configure tidy m4 plugin config support 2025-11-03 10:59:50 +10:30
configure.ac Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-archive.c libctf: allow ctf_arc_bufpreamble to fail 2026-02-27 15:06:39 +00:00
ctf-create.c Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-decl.c libctf: remove CTF_F_ARRNELEMS flag 2026-02-27 15:06:41 +00:00
ctf-decls.h Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-dedup.c Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-dump.c libctf: remove CTF_F_ARRNELEMS flag 2026-02-27 15:06:41 +00:00
ctf-endian.h Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-error.c Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-hash.c Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-impl.h Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-inlines.h Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-intl.h Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-labels.c Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-link.c libctf ctf-link.c labs? 2026-04-22 08:02:54 +09:30
ctf-lookup.c Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-open-bfd.c libctf: allow ctf_arc_bufpreamble to fail 2026-02-27 15:06:39 +00:00
ctf-open.c Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-qsort_r.c Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-serialize.c Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-sha1.c Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-sha1.h Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-string.c Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-subr.c Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-types.c Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
ctf-util.c Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
elf.h Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
libctf.ver Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
Makefile.am Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
Makefile.in Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30
NEWS include, libctf, ld: extend variable section to contain functions too 2022-03-23 13:48:32 +00:00
swap.h Update year range in copyright notice of binutils files 2026-01-01 23:22:14 +10:30