summaryrefslogtreecommitdiff
path: root/libctf/ctf-dedup.c
Commit message (Expand)AuthorAgeFilesLines
* libctf: fix a comment typoNick Alcock2023-03-241-1/+1
* libctf: fix assertion failure with no system qsort_rNick Alcock2023-03-241-0/+4
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* libctf: fix linking together multiple objects derived from the same sourceNick Alcock2022-06-211-0/+2
* libctf: impose an ordering on conflicting typesNick Alcock2022-04-281-1/+20
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use htab_eq_string in libctfAlan Modra2021-05-091-7/+7
* libctf, include: support an alternative encoding for nonrepresentable typesNick Alcock2021-05-061-9/+5
* libctf: a couple of small error-handling fixesNick Alcock2021-03-181-9/+12
* libctf: eliminate dtd_u, part 1: int/float/sliceNick Alcock2021-03-181-1/+1
* libctf: fix GNU style for do {} whileNick Alcock2021-03-181-32/+35
* libctf: minor error-handling fixesNick Alcock2021-03-021-6/+11
* libctf: add a deduplicator-specific type mapping tableNick Alcock2021-03-021-101/+97
* libctf: always name nameless types "", never NULLNick Alcock2021-02-041-4/+3
* libctf, include: support unnamed structure members betterNick Alcock2021-01-051-3/+3
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* libctf, ld: properly deduplicate function typesNick Alcock2020-11-201-5/+21
* libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock2020-11-201-87/+87
* libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock2020-08-271-146/+144
* libctf, dedup: add deduplicatorNick Alcock2020-07-221-0/+3155