aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-07gdb: Rename structures within ctfread.cAndrew Burgess2-14/+26
2019-10-07[gdb/testsuite] Update expected _gdb_major/_gdb_minor in default.expTom de Vries2-2/+6
2019-10-07gdb/testsuite: Add gdb_test_name variableAndrew Burgess3-32/+69
2019-10-07[gdb/doc] Fix some typosTom de Vries4-3/+9
2019-10-07add missing ChangeLog entry for d241b91073Jan Beulich1-0/+13
2019-10-07x86/Intel: correct MOVSD and CMPSD handlingJan Beulich12-24/+251
2019-10-07Bogus "final link failed" messagesAlan Modra5-3/+17
2019-10-07PowerPC TLS testsAlan Modra20-1/+737
2019-10-07PowerPC TLS miscounting PLT for __tls_get_addrAlan Modra3-7/+19
2019-10-07PowerPC section flag tidyAlan Modra3-14/+22
2019-10-07ld-arm/tls-gdesc-neg testAlan Modra2-1/+5
2019-10-07gdb: CTF supportWeimin Pan15-3/+3575
2019-10-07Renaming of ctf (the trace format) filesWeimin Pan7-6/+13
2019-10-07Automatic date update in version.inGDB Administrator1-1/+1
2019-10-06Change gdb/version.in to 9.0.50.DATE-git (new version numbering scheme)Joel Brobecker2-1/+5
2019-10-06Automatic date update in version.inGDB Administrator1-1/+1
2019-10-05Automatic date update in version.inGDB Administrator1-1/+1
2019-10-04[gdb/testsuite] Fix local-static.exp with gcc-4.8Tom de Vries2-1/+8
2019-10-04PowerPC PIC vs. DLL TLS issuesAlan Modra10-85/+94
2019-10-04[PR ld/22263][PR ld/25056] arm: Avoid dynamic TLS relocs in PIESzabolcs Nagy2-5/+14
2019-10-04[PR ld/25062] arm: sign extend the addend of R_ARM_TLS_GOTDESCSzabolcs Nagy6-2/+87
2019-10-03Avoid crash on single-field union in RustTom Tromey5-3/+23
2019-10-04Automatic date update in version.inGDB Administrator1-1/+1
2019-10-03gdb/fortran: Allow for matching symbols with missing scopeAndrew Burgess5-12/+23
2019-10-03gdb/fortran: Nested subroutine supportAndrew Burgess10-24/+394
2019-10-03gdb/testsuite: Reduce test name duplication in gdb.python testsAndrew Burgess4-158/+231
2019-10-03gdb/testsuite: Reduce test name duplication in gdb.base testsAndrew Burgess10-174/+251
2019-10-03gdb/testsuite: Make test names unique in gdb.linespec testsAndrew Burgess3-4/+12
2019-10-03gdb/testsuite: Make test names unique in gdb.reverse testsAndrew Burgess14-47/+102
2019-10-03libctf: fix tabdamageNick Alcock3-3/+8
2019-10-03binutils: spaces -> tabs in CTF parts of objdump and readelfNick Alcock3-16/+23
2019-10-03libctf: fix refcount leak in ctf_importNick Alcock2-0/+7
2019-10-03libctf: make ctf_dump not crash on OOMNick Alcock4-23/+61
2019-10-03libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock11-119/+163
2019-10-03libctf: get the encoding of non-ints/fps in the dynamic space rightNick Alcock2-1/+26
2019-10-03libctf: allow ctf_type_lname of a null pointer.Nick Alcock2-1/+7
2019-10-03libctf: properly handle ctf_add_type of forwards and self-reffing structsNick Alcock4-85/+134
2019-10-03libctf: avoid the need to ever use ctf_updateNick Alcock10-422/+896
2019-10-03libctf: handle nonrepresentable types at link timeNick Alcock8-28/+136
2019-10-03objdump: get CTF parent importing rightNick Alcock3-14/+33
2019-10-03libctf: installable libctf as a shared libraryNick Alcock21-99/+8218
2019-10-03bfd, ld: add CTF section linkingNick Alcock49-47/+710
2019-10-03bfd: new functions for getting strings out of a strtabNick Alcock3-0/+29
2019-10-03libctf: actually close bfds we have openedNick Alcock3-1/+8
2019-10-03libctf: bfd-open: mark the bfd as cacheableNick Alcock2-0/+5
2019-10-03libctf: get rid of a disruptive public include of <sys/param.h>Nick Alcock4-1/+9
2019-10-03libctf: eschew C99 for loop initial declarationsNick Alcock2-7/+21
2019-10-03libctf: don't leak hash keys or values on value replacementNick Alcock2-4/+22
2019-10-03libctf: teach ctf_add_type how forwards workNick Alcock2-14/+35
2019-10-03libctf: add CU-mapping machineryNick Alcock7-4/+210