summaryrefslogtreecommitdiff
path: root/libctf
Commit message (Expand)AuthorAgeFilesLines
* Add markers for binutils 2.35 branchNick Clifton2020-07-041-0/+4
* libctf: support platforms with separate libintlNick Alcock2020-06-266-2/+112
* libctf: add some missing #includes.Nick Alcock2020-06-263-0/+7
* libctf, elfcpp, gold: do not assume that <byteswap.h> contains bswap_*Nick Alcock2020-06-265-8/+68
* libctf: work with compilers not supporting GNU C attributesNick Alcock2020-06-262-0/+15
* libctf: avoid nonportable __thread in CTF archive handlingNick Alcock2020-06-262-9/+15
* libctf, binutils: support CTF archives like objdumpNick Alcock2020-06-265-75/+88
* libctf: create: forwards are always in the namespace of their referentNick Alcock2020-06-262-2/+14
* libctf: create: ctf_add_type should hand back already-added non-SoUsNick Alcock2020-06-262-6/+15
* libctf: create: don't add forwards if the type added already existsNick Alcock2020-06-262-1/+9
* libctf: create: non-root-visible types should not appear in name tablesNick Alcock2020-06-264-17/+53
* libctf: Mark bswap_identity_64 inline function as static.John Baldwin2020-03-112-1/+5
* Add markers for 2.34 branch to the NEWS files and ChangeLogs.Nick Clifton2020-01-181-0/+4
* Fix libctf ChangeLog date in most recent entry.Joel Brobecker2020-01-051-1/+1
* libctf: Add configure check for asprintf (for MinGW)Eli Zaretskii2020-01-054-2/+72
* Re: Update year range in copyright notice of binutils filesAlan Modra2020-01-011-0/+4
* Update year range in copyright notice of binutils filesAlan Modra2020-01-0126-29/+29
* libctf: mark swap.h inline functions as staticSimon Marchi2019-10-162-3/+7
* libctf: fix tabdamageNick Alcock2019-10-033-3/+8
* libctf: fix refcount leak in ctf_importNick Alcock2019-10-032-0/+7
* libctf: make ctf_dump not crash on OOMNick Alcock2019-10-034-23/+61
* libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock2019-10-039-117/+156
* libctf: get the encoding of non-ints/fps in the dynamic space rightNick Alcock2019-10-032-1/+26
* libctf: allow ctf_type_lname of a null pointer.Nick Alcock2019-10-032-1/+7
* libctf: properly handle ctf_add_type of forwards and self-reffing structsNick Alcock2019-10-034-85/+134
* libctf: avoid the need to ever use ctf_updateNick Alcock2019-10-0310-422/+896
* libctf: handle nonrepresentable types at link timeNick Alcock2019-10-036-27/+130
* libctf: installable libctf as a shared libraryNick Alcock2019-10-038-82/+8150
* libctf: actually close bfds we have openedNick Alcock2019-10-033-1/+8
* libctf: bfd-open: mark the bfd as cacheableNick Alcock2019-10-032-0/+5
* libctf: get rid of a disruptive public include of <sys/param.h>Nick Alcock2019-10-032-0/+5
* libctf: eschew C99 for loop initial declarationsNick Alcock2019-10-032-7/+21
* libctf: don't leak hash keys or values on value replacementNick Alcock2019-10-032-4/+22
* libctf: teach ctf_add_type how forwards workNick Alcock2019-10-032-14/+35
* libctf: add CU-mapping machineryNick Alcock2019-10-035-4/+194
* libctf: add linking of the variable sectionNick Alcock2019-10-033-25/+145
* libctf: map from old to corresponding newly-added types in ctf_add_typeNick Alcock2019-10-036-4/+202
* libctf: add the ctf_link machineryNick Alcock2019-10-038-14/+564
* libctf: dump: check the right error values when dumping functionsNick Alcock2019-10-032-1/+6
* libctf: dump: support non-root type dumpingNick Alcock2019-10-032-12/+36
* libctf: fix double-free on ctf_compress_write error pathNick Alcock2019-10-032-1/+4
* libctf: write CTF files to memory, and CTF archives to fdsNick Alcock2019-10-033-35/+122
* libctf: support getting strings from the ELF strtabNick Alcock2019-10-036-70/+261
* libctf: Add iteration over non-root typesNick Alcock2019-10-032-0/+25
* libctf: add the object index and function index sectionsNick Alcock2019-10-032-9/+33
* libctf, bfd: fix ctf_bfdopen_ctfsect opening symbol and string sectionsNick Alcock2019-10-034-44/+68
* libctf, binutils: dump the CTF headerNick Alcock2019-10-034-8/+138
* libctf: allow the header to change between versionsNick Alcock2019-10-034-172/+297
* libctf, include: ChangeLog format fixesNick Alcock2019-10-031-11/+11
* libctf: make it compile for old glibcHans-Peter Nilsson2019-10-032-3/+10