summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gold/s390: Support partial got relro.users/mwk/s390-relro-oldMarcin Kościelnicki2016-07-041-46/+216
* bfd/elf64-s390: Support partial got relro.Marcin Kościelnicki2016-07-042-0/+39
* bfd/elf32-s390: Support partial got relro.Marcin Kościelnicki2016-07-042-0/+39
* bfd/elf32-s390: Prepare for _GLOBAL_OFFSET_TABLE_ != DT_PLTGOTMarcin Kościelnicki2016-06-221-21/+68
* bfd/elf64-s390: Prepare for _GLOBAL_OFFSET_TABLE_ != DT_PLTGOTMarcin Kościelnicki2016-06-221-10/+14
* ld: Enable using separate linker script for -z relroMarcin Kościelnicki2016-06-222-0/+86
* tilegx: move TILEGX_NUM_PIPELINE_ENCODINGS to tilegx_pipeline enumTrevor Saunders2016-06-222-3/+6
* xtensa: include elf/xtensa.h in tc-xtensa.cTrevor Saunders2016-06-222-4/+5
* Increase size of string buffer used to hold printed versions of timestamps.Nick Clifton2016-06-222-3/+9
* Automatic date update in version.inGDB Administrator2016-06-221-1/+1
* MIPS/GAS: Handle resolved R6 PC-relative relocationsMaciej W. Rozycki2016-06-2110-8/+427
* MIPS/GAS: Fix null pointer dereferences in R6 PC-relative relocation checksMaciej W. Rozycki2016-06-212-2/+8
* MIPS/GAS: Correct BFD_RELOC_MIPS_18_PCREL_S3 calculationMaciej W. Rozycki2016-06-212-1/+21
* MIPS/GAS: Use the module level ISA setting for R6 relaxationMaciej W. Rozycki2016-06-2110-2/+112
* MIPS/BFD: Don't stop processing on a cross-mode jump conversion errorMaciej W. Rozycki2016-06-215-8/+27
* Improve user experience in printing Fortran derived types.Walfred Tedeschi2016-06-217-13/+145
* Arc assembler: Convert nps400 from a machine type to an extension.Graham Markall2016-06-2133-316/+433
* S390 gdbserver: Mark local funcs/vars as staticAndreas Arnez2016-06-212-14/+31
* S390: Fix typo "s930" -> "s390"Andreas Arnez2016-06-212-1/+6
* Update gold to version 1.12.Cary Coutant2016-06-203-1/+48
* Add "new-ui console" testsPedro Alves2016-06-215-12/+227
* Always switch fork child to the main UIPedro Alves2016-06-214-2/+188
* Make mi-break.exp always expect breakpoint commands output on the main UIPedro Alves2016-06-212-21/+57
* Send deleted watchpoint-scope output to all UIsPedro Alves2016-06-214-54/+87
* Add testing infrastruture bits for running with MI on a separate UIPedro Alves2016-06-214-29/+156
* [DOC] Document support for running interpreters on separate UIsPedro Alves2016-06-214-10/+74
* Add new command to create extra console/mi UIsPedro Alves2016-06-215-13/+127
* Make stdin be per UIPedro Alves2016-06-2110-79/+144
* Handle UI's terminal closingPedro Alves2016-06-214-15/+65
* Make main_ui be heap allocatedPedro Alves2016-06-215-20/+75
* Only send sync execution command output to the UI that ran the commandPedro Alves2016-06-213-4/+23
* Push thread->control.command_interp to the struct thread_fsmPedro Alves2016-06-2113-90/+214
* New function should_print_stop_to_consolePedro Alves2016-06-215-24/+56
* Fix for spurious prompts in secondary UIsPedro Alves2016-06-214-1/+27
* Replace the sync_execution global with a new enum prompt_state tristatePedro Alves2016-06-2113-102/+270
* Make gdb_in_secondary_prompt_p() be per UIPedro Alves2016-06-215-15/+23
* Simplify starting the command event loopPedro Alves2016-06-219-36/+59
* Make raw_stdout be per MI instancePedro Alves2016-06-218-97/+146
* Introduce display_mi_promptPedro Alves2016-06-212-10/+16
* Make target_terminal_inferior/ours almost nops on non-main UIsPedro Alves2016-06-212-0/+26
* Always process target events in the main UIPedro Alves2016-06-214-2/+17
* Make command line editing (use of readline) be per UIPedro Alves2016-06-2114-71/+261
* Make current_ui_out be per UIPedro Alves2016-06-215-6/+16
* Delete def_uioutPedro Alves2016-06-212-180/+12
* Make out and error streams be per UIPedro Alves2016-06-217-8/+33
* Make input_fd be per UIPedro Alves2016-06-218-24/+59
* Make instream be per UIPedro Alves2016-06-2111-42/+107
* Always run async signal handlers in the main UIPedro Alves2016-06-213-3/+11
* Make the intepreters output to all UIsPedro Alves2016-06-216-428/+916
* Introduce interpreter factoriesPedro Alves2016-06-218-91/+280