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