aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-dedup.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-09Use htab_eq_string in libctfAlan Modra1-7/+7
2021-05-06libctf, include: support an alternative encoding for nonrepresentable typesNick Alcock1-9/+5
2021-03-18libctf: a couple of small error-handling fixesNick Alcock1-9/+12
2021-03-18libctf: eliminate dtd_u, part 1: int/float/sliceNick Alcock1-1/+1
2021-03-18libctf: fix GNU style for do {} whileNick Alcock1-32/+35
2021-03-02libctf: minor error-handling fixesNick Alcock1-6/+11
2021-03-02libctf: add a deduplicator-specific type mapping tableNick Alcock1-101/+97
2021-02-04libctf: always name nameless types "", never NULLNick Alcock1-4/+3
2021-01-05libctf, include: support unnamed structure members betterNick Alcock1-3/+3
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-20libctf, ld: properly deduplicate function typesNick Alcock1-5/+21
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock1-87/+87
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock1-146/+144
2020-07-22libctf, dedup: add deduplicatorNick Alcock1-0/+3155