summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ld: do not rely on the exact size of the CTF symtypetabs in test resultsusers/nalcock/ctf-sanitizedNick Alcock2021-03-236-8/+18
* libctf: fix ELF-in-BFD checks in the presence of ASANNick Alcock2021-03-233-13/+18
* libctf: fix memory leak in a testNick Alcock2021-03-232-0/+6
* libctf: don't dereference out-of-bounds values in the qualifier hashtabNick Alcock2021-03-232-2/+11
* libctf: make ctf_bfdopen_ctfsect a debugger entry pointNick Alcock2021-03-232-0/+6
* libctf, serialize: functions with no args have a NULL dtd_vlenNick Alcock2021-03-232-1/+9
* include: always do unsigned left-shift in CTF_SET_STIDNick Alcock2021-03-232-8/+15
* libctf, dump: do not emit size or alignment if it would errorNick Alcock2021-03-232-5/+12
* x86: don't open-code PREFIX_NONEJan Beulich2021-03-232-11/+12
* x86: unbreak certain MPX insn operand formsJan Beulich2021-03-235-27/+55
* bfd: avoid "shadowing" of glibc function nameJan Beulich2021-03-232-1/+5
* Automatic date update in version.inGDB Administrator2021-03-231-1/+1
* gdb: handle invalid DWARF when compilation unit is missingAndrew Burgess2021-03-225-1/+134
* gdb/objc: make objc_demangle a member function of objc_languageAndrew Burgess2021-03-223-73/+80
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-2297-344/+493
* gdb/testsuite: use the correct .debug_str section name for DW_FORM_strpAndrew Burgess2021-03-224-1/+137
* gdbserver: convert the global dll list into a process_info fieldTankut Baris Aktemur2021-03-226-20/+70
* bfd: add translation wrappers to PE image section RVA diagnosticsJan Beulich2021-03-222-2/+8
* Automatic date update in version.inGDB Administrator2021-03-221-1/+1
* Provide an inline startswith function in bfd.hAlan Modra2021-03-217-12/+35
* Automatic date update in version.inGDB Administrator2021-03-211-1/+1
* Allow multiple partial symbol readers per objfileTom Tromey2021-03-2013-61/+67
* Switch objfile to hold a list of psymbol readersTom Tromey2021-03-208-262/+337
* Remove objfile::psymtabsTom Tromey2021-03-202-8/+4
* Change count_psyms to be a method on psymbol_functionsTom Tromey2021-03-203-4/+14
* Remove last objfile partial_symtab references from psymtab.cTom Tromey2021-03-203-100/+143
* Add partial_symtabs parameter to psymtab construction functionsTom Tromey2021-03-209-107/+206
* Introduce objfile::require_partial_symbolsTom Tromey2021-03-206-49/+75
* Remove sym_fns::sym_read_psymbolsTom Tromey2021-03-2011-61/+59
* Rearrange psymtab_storage constructionTom Tromey2021-03-203-3/+9
* Attach partial symtab storage to psymbol_functionsTom Tromey2021-03-206-24/+76
* Reference psymtabs via per_bfd in DWARF readerTom Tromey2021-03-202-17/+32
* Change how DWARF index writer finds address mapTom Tromey2021-03-202-11/+19
* Move psymtab statistics printing to psymtab.cTom Tromey2021-03-2011-60/+84
* Change how DWARF indices use addrmapTom Tromey2021-03-203-26/+32
* Set per_bfd->partial_symtabs earlierTom Tromey2021-03-202-6/+11
* Do not pass objfile to psymtab_discarderTom Tromey2021-03-203-10/+17
* Change how some psymbol readers access the psymtab storageTom Tromey2021-03-205-27/+59
* Move psymbol_map out of objfileTom Tromey2021-03-206-27/+60
* Convert quick_symbol_functions to use methodsTom Tromey2021-03-2011-191/+416
* Move sym_fns::qf to objfileTom Tromey2021-03-2012-89/+77
* Move quick_symbol_functions to a new headerTom Tromey2021-03-203-205/+238
* Introduce method wrappers for quick_symbol_functionsTom Tromey2021-03-2011-368/+368
* Change objfile::has_partial_symbols to return boolTom Tromey2021-03-207-10/+20
* Change objfile_has_partial_symbols to a methodTom Tromey2021-03-207-16/+29
* Introduce dwarf2/public.hTom Tromey2021-03-2010-27/+67
* Move some DWARF code out of symfile.hTom Tromey2021-03-203-11/+18
* Use stdout when printing object file names for -t option.Cary Coutant2021-03-195-1/+39
* Fix failing test for PR 23870.Cary Coutant2021-03-193-6/+13
* x86-64: Add a testcase for PR ld/27590H.J. Lu2021-03-195-0/+24