Age | Commit message (Expand) | Author | Files | Lines |
5 days | libctf: link: rejig lazy opening to not need weak symbols | Nick Alcock | 1 | -61/+27 |
10 days | libctf: don't run tests requiring deduplicating linker unless one is in use | Nick Alcock | 5 | -1/+67 |
10 days | libctf: exclude always-emitted Solaris symbols from the symtypetab | Rainer Orth | 1 | -0/+6 |
10 days | libctf: get libctf-nobfd.ver from the right place with Solaris ld | Nick Alcock | 2 | -2/+2 |
10 days | libctf: do not use mmap on Solaris 11 | Rainer Orth | 2 | -0/+16 |
2025-07-13 | Add markers for 2.45 branch | Nick Clifton | 1 | -0/+4 |
2025-07-01 | libctf: doc: add __float128 and SIMD vector classification to spec. | Bruce McCulloch | 1 | -2/+9 |
2025-07-01 | libctf: add root-visibility-addition test | Nick Alcock | 2 | -0/+39 |
2025-07-01 | libctf: create: check the right root-visible flag when adding enumerands | Nick Alcock | 1 | -1/+1 |
2025-07-01 | libctf: create: addition of non-root types should not return root types | Nick Alcock | 1 | -3/+3 |
2025-06-04 | libctf: use __attribute__((__gnu_printf__)) where appropriate | Nick Alcock | 1 | -0/+5 |
2025-06-04 | libctf, dedup: reclaim space wasted by duplicate hidden types | Nick Alcock | 1 | -12/+28 |
2025-06-04 | libctf: dedup: preserve non-root flag across normal links | Nick Alcock | 6 | -56/+322 |
2025-06-04 | libctf: dedup: improve hiding of conflicting types in the same dict | Nick Alcock | 1 | -5/+40 |
2025-06-04 | Revert "libctf: fix linking of non-root-visible types" | Nick Alcock | 3 | -132/+2 |
2025-05-23 | libctf: archive, open: when opening, always set errp to something | Nick Alcock | 4 | -2/+28 |
2025-02-28 | libctf: fix cv-qualified unnamed struct/union field lookup | Nick Alcock | 4 | -13/+55 |
2025-02-28 | libctf: fix slices of slices and of enums | Nick Alcock | 4 | -6/+98 |
2025-02-28 | Remove unnecessary non-standard & unportable inclusions. | Jonas 'Sortie' Termansen | 2 | -2/+0 |
2025-02-25 | [libctf] Fix warning: @xref should not appear on @multitable line | Tom de Vries | 1 | -1/+1 |
2025-01-19 | Add markers for bihnutils 2.44 branch | Nick Clifton | 1 | -0/+4 |
2025-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 40 | -41/+41 |
2024-09-24 | binutils testsuite: canonicalize subtest names in libctf | Frank Ch. Eigler | 2 | -9/+8 |
2024-08-29 | PR32093, -Walloc-size warning in ctf-hash.c | Alan Modra | 1 | -2/+8 |
2024-07-31 | libctf: fix ctf_archive_count return value on big-endian | Nick Alcock | 1 | -1/+1 |
2024-07-31 | libctf: dump: fix small leak | Nick Alcock | 1 | -1/+2 |
2024-07-31 | libctf: fix ref leak of names of newly-inserted non-root-visible types | Nick Alcock | 1 | -3/+3 |
2024-07-31 | libctf: clean up hashtab error handling mess | Nick Alcock | 2 | -11/+16 |
2024-07-31 | libctf, include: add ctf_dict_set_flag: less enum dup checking by default | Nick Alcock | 8 | -45/+181 |
2024-07-31 | libctf: link: remember to turn off the LCTF_LINKING flag after ctf_link_write | Nick Alcock | 1 | -0/+4 |
2024-07-31 | libctf: link: fix error handling | Nick Alcock | 1 | -1/+1 |
2024-07-31 | libctf, open: Fix enum error handling path | Nick Alcock | 1 | -0/+1 |
2024-07-31 | libctf, subr: don't mix up errors and warnings | Nick Alcock | 1 | -2/+2 |
2024-07-31 | libctf: fix dynset insertion | Nick Alcock | 1 | -1/+1 |
2024-07-31 | libctf: dedup: tiny tweaks | Nick Alcock | 1 | -4/+3 |
2024-07-31 | libctf: fix CTF dict compression | Nick Alcock | 5 | -42/+179 |
2024-07-31 | libctf: fix linking of non-root-visible types | Nick Alcock | 3 | -2/+132 |
2024-07-31 | libctf, dump: correctly dump non-root-visible types | Nick Alcock | 1 | -1/+1 |
2024-07-31 | libctf, string: split the movable refs out of the ref list | Nick Alcock | 2 | -20/+47 |
2024-07-31 | libctf, dedup: drop unnecessary arg from ctf_dedup() | Nick Alcock | 3 | -36/+30 |
2024-07-31 | libctf: we do in fact support foreign-endian old versions | Nick Alcock | 1 | -8/+2 |
2024-07-20 | Add markers for 2.43 branch/release | Nick Clifton | 1 | -0/+4 |
2024-06-20 | Revert "Remove LIBINTL_DEP" | Alan Modra | 2 | -2/+5 |
2024-06-20 | Remove LIBINTL_DEP | Alan Modra | 2 | -5/+2 |
2024-06-19 | libctf: fix testsuite bugs revealed by -Wall | Nick Alcock | 4 | -13/+9 |
2024-06-18 | libctf, include: new functions for looking up enumerators | Nick Alcock | 8 | -9/+482 |
2024-06-18 | libctf: make the ctf_next ctn_fp non-const | Nick Alcock | 1 | -3/+5 |
2024-06-18 | libctf: prohibit addition of enums with overlapping enumerator constants | Nick Alcock | 4 | -21/+163 |
2024-06-18 | libctf: suppress spurious failure of malloc-counting tests under valgrind | Nick Alcock | 5 | -2/+23 |
2024-06-18 | libctf: fix dict leak on archive-wide symbol lookup error path | Nick Alcock | 1 | -0/+1 |