Age | Commit message (Expand) | Author | Files | Lines |
2021-03-05 | bfd/binutils: support for gdb target descriptions in the core file | Andrew Burgess | 7 | -0/+62 |
2021-03-05 | gdb: unify parts of the Linux and FreeBSD core dumping code | Andrew Burgess | 10 | -264/+255 |
2021-03-05 | Add support for the DW_FORM_strx* forms to the BFD library. | Nick Clifton | 2 | -38/+75 |
2021-03-05 | Fix the dislay of .debug_macro.dwo sections. | Nick Clifton | 2 | -11/+28 |
2021-03-05 | Move x86_64 PE changes out of bfd_perform_relocation | Alan Modra | 3 | -41/+25 |
2021-03-05 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-03-04 | gdb: set current thread in sparc_{fetch,collect}_inferior_registers (PR gdb/2... | Simon Marchi | 7 | -8/+63 |
2021-03-04 | ld: adjust ld-scripts/map-address.* | Jan Beulich | 3 | -4/+19 |
2021-03-04 | bfd: prune COFF/PE section flags setting | Jan Beulich | 2 | -3/+17 |
2021-03-04 | ld: don't generate base relocations in PE output for absolute symbols | Jan Beulich | 7 | -3/+69 |
2021-03-04 | Use "bool" in ada-lang.c | Tom Tromey | 2 | -10/+16 |
2021-03-04 | Gate the displaying of non-debug sections in separate debuginfo files. | Nick Clifton | 13 | -107/+460 |
2021-03-04 | GNU strip fails to set sh_link and sh_info on Solaris SPARC64 | Libor Bukata | 1 | -0/+20 |
2021-03-04 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-03-04 | binutils fails to compile on AIX due to mismatched declaration | Alan Modra | 2 | -1/+5 |
2021-03-03 | Minor Ada-related cleanups | Tom Tromey | 3 | -17/+31 |
2021-03-03 | x86: infer operand count of templates | Jan Beulich | 3 | -3453/+3447 |
2021-03-03 | gdb, testsuite: enforce lazy binding for gdb.btrace/rn-dl-bind.exp | Markus Metzger | 2 | -1/+6 |
2021-03-03 | testsuite, gdb.btrace: adjust expected source line in non-stop.exp | Markus Metzger | 2 | -2/+6 |
2021-03-03 | testsuite, gdb.btrace: remove implicit debug option in stepi.exp | Markus Metzger | 2 | -1/+5 |
2021-03-03 | testsuite, gdb.btrace: adjust expected output to pass with clang | Markus Metzger | 4 | -21/+37 |
2021-03-03 | testsuite, gdb.btrace: move -Wl,-x to ldflags | Markus Metzger | 2 | -1/+5 |
2021-03-03 | testsuite, gdb.btrace: pass rn-dl-bind.exp with clang | Markus Metzger | 2 | -9/+24 |
2021-03-03 | testsuite, gdb.btrace: remove assembly-check in delta.exp | Markus Metzger | 2 | -8/+6 |
2021-03-03 | testsuite: extend nopie handling to add -fno-pie to compiler flags | Markus Metzger | 3 | -4/+21 |
2021-03-03 | PR27493, objcopy --weaken-symbol does not weaken undefined symbols | Alan Modra | 3 | -1/+11 |
2021-03-03 | --gc-sections with groups and start/stop syms | Alan Modra | 9 | -4/+112 |
2021-03-03 | ld-gc tests on underscore targets | Alan Modra | 10 | -18/+48 |
2021-03-03 | Split relocation defines out of coff/internal.h | Alan Modra | 9 | -150/+97 |
2021-03-03 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-03-02 | Fix Readline 8.1 build on mingw | Tom Tromey | 2 | -0/+7 |
2021-03-02 | Import GNU Readline 8.1 | Tom Tromey | 58 | -4155/+3783 |
2021-03-02 | Rewrite GNAT-encoded fixed point types in DWARF reader | Tom Tromey | 8 | -307/+198 |
2021-03-02 | Use std::string rather than grow_vect | Tom Tromey | 2 | -76/+34 |
2021-03-02 | Return a vector from ada_lookup_symbol_list | Tom Tromey | 4 | -205/+158 |
2021-03-02 | Simplify resolve_subexp by using C++ algorithms | Tom Tromey | 2 | -29/+32 |
2021-03-02 | Use new for ada_symbol_cache | Tom Tromey | 2 | -40/+22 |
2021-03-02 | Check objfile->sf in ada-lang.c | Tom Tromey | 2 | -7/+14 |
2021-03-02 | Fix the BFD library's parsing of DIEs where specification attributes can refe... | Nick Clifton | 2 | -26/+114 |
2021-03-02 | bfd, ld, libctf: skip zero-refcount strings in CTF string reporting | Nick Alcock | 7 | -12/+42 |
2021-03-02 | libctf: free ctf_dynsyms properly | Nick Alcock | 2 | -1/+5 |
2021-03-02 | libctf: fix signed/unsigned comparison confusion | Nick Alcock | 2 | -2/+6 |
2021-03-02 | libctf: minor error-handling fixes | Nick Alcock | 3 | -8/+32 |
2021-03-02 | libctf: add a deduplicator-specific type mapping table | Nick Alcock | 5 | -328/+344 |
2021-03-02 | libctf: remove reference to "unconflicted link mode". | Nick Alcock | 2 | -3/+8 |
2021-03-02 | libctf, include: remove the nondeduplicating CTF linker | Nick Alcock | 4 | -231/+46 |
2021-03-02 | libctf: fix ChangeLog date | Nick Alcock | 1 | -1/+1 |
2021-03-02 | libctf: reimplement many _iter iterators in terms of _next | Nick Alcock | 3 | -124/+69 |
2021-03-02 | libctf: ctf_archive_next should set the parent name consistently | Nick Alcock | 2 | -0/+7 |
2021-03-02 | PR27451, -z start_stop_gc for powerpc64 | Alan Modra | 7 | -0/+47 |