Age | Commit message (Expand) | Author | Files | Lines |
2018-08-23 | Add block range data structure for blocks with non-contiguous address ranges | Kevin Buettner | 3 | -0/+116 |
2018-08-23 | RISC-V: Reject empty rouding mode and fence operand. | Jim Wilson | 8 | -0/+34 |
2018-08-23 | Avoid problems with plugins being loaded multiple times. | Zenith423 | 2 | -14/+45 |
2018-08-23 | Darwin: fix bad loop incrementation | Xavier Roirand | 2 | -1/+6 |
2018-08-24 | PR23566, false uninitialized warning | Alan Modra | 2 | -10/+8 |
2018-08-24 | PowerPC64 "call lacks nop" | Alan Modra | 2 | -2/+7 |
2018-08-24 | PowerPC64 st_other decoding in readelf | Alan Modra | 2 | -3/+14 |
2018-08-23 | Prune BFD warnings for unknown GNU properties | H.J. Lu | 15 | -32/+139 |
2018-08-23 | Document setting experimental on release branch. | H.J. Lu | 2 | -2/+8 |
2018-08-23 | Replace unworkable code in HPPA relocs handelr with an assertion. | Nick Clifton | 2 | -27/+11 |
2018-08-23 | Prevent illegal memory access when processing COFF auxillary symbol information. | Nick Clifton | 2 | -4/+17 |
2018-08-23 | Fix "unresolved reloc" error for NOTOC relocs | Alan Modra | 2 | -3/+7 |
2018-08-23 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2018-08-22 | Make read_program_headers_from_bfd return a gdb::byte_vector | Simon Marchi | 2 | -37/+27 |
2018-08-22 | Make read_program_header return a gdb::byte_vector | Simon Marchi | 2 | -71/+70 |
2018-08-22 | Restore behavior of disabling address randomization by default on GDBserver | Simon Marchi | 2 | -1/+8 |
2018-08-22 | bfd/development.sh: Add experimental | H.J. Lu | 2 | -0/+8 |
2018-08-22 | Fix restoring of inferior terminal settings | Simon Marchi | 6 | -11/+110 |
2018-08-22 | Replace xstrvprintf usages with string_vprintf | Simon Marchi | 5 | -18/+18 |
2018-08-22 | MI: Print frame architecture when printing frames on an MI channel | Jan Vrany | 11 | -58/+122 |
2018-08-22 | Use the correct constants when setting the section type of HPPA unwind sections. | Helge Deller | 2 | -3/+16 |
2018-08-22 | Fix AArch64 stub layout algorithm to allow for the fact that section layut mi... | Rafeal Auler | 2 | -0/+9 |
2018-08-22 | Fix typo in changelog entry for handling of undocumnented Z80 SLI instruction. | Nick Clifton | 1 | -1/+1 |
2018-08-22 | Aarch64 SVE VG is Vector Granule | Alan Hayward | 2 | -2/+6 |
2018-08-22 | Add AArch64 SVE to NEWS and GDB manual | Alan Hayward | 4 | -0/+27 |
2018-08-22 | Fix changelog entries | Alan Modra | 2 | -3/+3 |
2018-08-22 | Re: Pack reloc_howto_struct | Alan Modra | 2 | -2/+6 |
2018-08-22 | Correct readelf e_shstrndx range check | Alan Modra | 2 | -26/+47 |
2018-08-22 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2018-08-21 | S12Z: Rename reloc R_S12Z_UKNWN_3 to R_S12Z_EXT18 and implement according to ... | John Darrington | 4 | -10/+51 |
2018-08-21 | Don't throw Scheme exceptions with live std::vector objects | Pedro Alves | 2 | -77/+105 |
2018-08-21 | Fix running objcopy on Mach-O binaries. | mephi42 | 2 | -3/+12 |
2018-08-21 | Update the documentation of the linker's --hash-style option. | Nick Clifton | 2 | -1/+8 |
2018-08-21 | Fix handling of undocumented SLL instruction for the Z80 target. | Arnold Metselaar | 2 | -13/+40 |
2018-08-21 | Remove unnecessary ternary operator in m32c-tdep.c | Simon Marchi | 2 | -1/+7 |
2018-08-21 | Note that Arnold Metselaar has retired as the z80 maintainer. | Nick Clifton | 2 | -1/+6 |
2018-08-21 | Fix a seg-fault in readelf when parsing corrupt HPPA unwind tables. | L. Simon | 2 | -2/+8 |
2018-08-21 | Fix invalid strcpy on unterminated buffer | Andreas Schwab | 2 | -1/+7 |
2018-08-21 | Use operand->extract to provide defaults for optional PowerPC operands | Alan Modra | 7 | -144/+192 |
2018-08-21 | PowerPC HOWTOs | Alan Modra | 3 | -3071/+515 |
2018-08-21 | Pack reloc_howto_struct | Alan Modra | 8 | -131/+138 |
2018-08-21 | Delete NEWHOWTO and tidy some uses of reloc_howto_struct | Alan Modra | 8 | -544/+271 |
2018-08-21 | Fix s12z test regexps | Alan Modra | 4 | -11/+14 |
2018-08-21 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2018-08-19 | Fix formatting in solib-svr4.c | Simon Marchi | 2 | -4/+8 |
2018-08-20 | Don't init array at run time | Alan Modra | 2 | -27/+30 |
2018-08-20 | Tidy bit twiddling | Alan Modra | 4 | -16/+18 |
2018-08-20 | Balance parentheses in expression | Alan Modra | 2 | -2/+6 |
2018-08-20 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2018-08-19 | Fix debugging of stripped PIE executables with padded PT_TLS | Michael Spang | 5 | -2/+128 |