Age | Commit message (Expand) | Author | Files | Lines |
2020-07-22 | libctf, types: allow ctf_type_reference of dynamic slices | Nick Alcock | 2 | -3/+16 |
2020-07-22 | libctf, create: add explicit casts for variables' and slices' types | Nick Alcock | 2 | -2/+7 |
2020-07-22 | libctf, create: do not corrupt function types' arglists at insertion time | Nick Alcock | 4 | -14/+27 |
2020-07-22 | libctf, create: support addition of references to the unimplemented type | Nick Alcock | 2 | -8/+44 |
2020-07-22 | libctf: restructure error handling to reduce relocations | Nick Alcock | 6 | -62/+100 |
2020-07-22 | include, libctf: typo fixes | Nick Alcock | 2 | -1/+5 |
2020-07-22 | Fix problems in CTF handling code exposed by the Coverity static analysis tool. | Nick Clifton | 2 | -13/+11 |
2020-07-04 | Add markers for binutils 2.35 branch | Nick Clifton | 1 | -0/+4 |
2020-06-26 | libctf: support platforms with separate libintl | Nick Alcock | 6 | -2/+112 |
2020-06-26 | libctf: add some missing #includes. | Nick Alcock | 3 | -0/+7 |
2020-06-26 | libctf, elfcpp, gold: do not assume that <byteswap.h> contains bswap_* | Nick Alcock | 5 | -8/+68 |
2020-06-26 | libctf: work with compilers not supporting GNU C attributes | Nick Alcock | 2 | -0/+15 |
2020-06-26 | libctf: avoid nonportable __thread in CTF archive handling | Nick Alcock | 2 | -9/+15 |
2020-06-26 | libctf, binutils: support CTF archives like objdump | Nick Alcock | 5 | -75/+88 |
2020-06-26 | libctf: create: forwards are always in the namespace of their referent | Nick Alcock | 2 | -2/+14 |
2020-06-26 | libctf: create: ctf_add_type should hand back already-added non-SoUs | Nick Alcock | 2 | -6/+15 |
2020-06-26 | libctf: create: don't add forwards if the type added already exists | Nick Alcock | 2 | -1/+9 |
2020-06-26 | libctf: create: non-root-visible types should not appear in name tables | Nick Alcock | 4 | -17/+53 |
2020-03-11 | libctf: Mark bswap_identity_64 inline function as static. | John Baldwin | 2 | -1/+5 |
2020-01-18 | Add markers for 2.34 branch to the NEWS files and ChangeLogs. | Nick Clifton | 1 | -0/+4 |
2020-01-05 | Fix libctf ChangeLog date in most recent entry. | Joel Brobecker | 1 | -1/+1 |
2020-01-05 | libctf: Add configure check for asprintf (for MinGW) | Eli Zaretskii | 4 | -2/+72 |
2020-01-01 | Re: Update year range in copyright notice of binutils files | Alan Modra | 1 | -0/+4 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 26 | -29/+29 |
2019-10-16 | libctf: mark swap.h inline functions as static | Simon Marchi | 2 | -3/+7 |
2019-10-03 | libctf: fix tabdamage | Nick Alcock | 3 | -3/+8 |
2019-10-03 | libctf: fix refcount leak in ctf_import | Nick Alcock | 2 | -0/+7 |
2019-10-03 | libctf: make ctf_dump not crash on OOM | Nick Alcock | 4 | -23/+61 |
2019-10-03 | libctf: remove ctf_malloc, ctf_free and ctf_strdup | Nick Alcock | 9 | -117/+156 |
2019-10-03 | libctf: get the encoding of non-ints/fps in the dynamic space right | Nick Alcock | 2 | -1/+26 |
2019-10-03 | libctf: allow ctf_type_lname of a null pointer. | Nick Alcock | 2 | -1/+7 |
2019-10-03 | libctf: properly handle ctf_add_type of forwards and self-reffing structs | Nick Alcock | 4 | -85/+134 |
2019-10-03 | libctf: avoid the need to ever use ctf_update | Nick Alcock | 10 | -422/+896 |
2019-10-03 | libctf: handle nonrepresentable types at link time | Nick Alcock | 6 | -27/+130 |
2019-10-03 | libctf: installable libctf as a shared library | Nick Alcock | 8 | -82/+8150 |
2019-10-03 | libctf: actually close bfds we have opened | Nick Alcock | 3 | -1/+8 |
2019-10-03 | libctf: bfd-open: mark the bfd as cacheable | Nick Alcock | 2 | -0/+5 |
2019-10-03 | libctf: get rid of a disruptive public include of <sys/param.h> | Nick Alcock | 2 | -0/+5 |
2019-10-03 | libctf: eschew C99 for loop initial declarations | Nick Alcock | 2 | -7/+21 |
2019-10-03 | libctf: don't leak hash keys or values on value replacement | Nick Alcock | 2 | -4/+22 |
2019-10-03 | libctf: teach ctf_add_type how forwards work | Nick Alcock | 2 | -14/+35 |
2019-10-03 | libctf: add CU-mapping machinery | Nick Alcock | 5 | -4/+194 |
2019-10-03 | libctf: add linking of the variable section | Nick Alcock | 3 | -25/+145 |
2019-10-03 | libctf: map from old to corresponding newly-added types in ctf_add_type | Nick Alcock | 6 | -4/+202 |
2019-10-03 | libctf: add the ctf_link machinery | Nick Alcock | 8 | -14/+564 |
2019-10-03 | libctf: dump: check the right error values when dumping functions | Nick Alcock | 2 | -1/+6 |
2019-10-03 | libctf: dump: support non-root type dumping | Nick Alcock | 2 | -12/+36 |
2019-10-03 | libctf: fix double-free on ctf_compress_write error path | Nick Alcock | 2 | -1/+4 |
2019-10-03 | libctf: write CTF files to memory, and CTF archives to fds | Nick Alcock | 3 | -35/+122 |
2019-10-03 | libctf: support getting strings from the ELF strtab | Nick Alcock | 6 | -70/+261 |