aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-09Don't assume File-I/O mode bits match the host's formatGary Benson6-7/+75
2015-06-09Fix preprocessor conditionalGary Benson2-1/+6
2015-06-09Automatic date update in version.inGDB Administrator1-1/+1
2015-06-08Update French Translations for LD and GOLD.Nick Clifton4-220/+3633
2015-06-08Fix RX GAS handling of integer bignums.Nick Clifton2-22/+33
2015-06-08Automatic date update in version.inGDB Administrator1-1/+1
2015-06-07Fix incorrect handling of STT_COMMON symbols in shared libraries.Cary Coutant3-15/+27
2015-06-07Automatic date update in version.inGDB Administrator1-1/+1
2015-06-06Automatic date update in version.inGDB Administrator1-1/+1
2015-06-05Improves the detection of partial .debug_line sections.Nick Clifton2-8/+15
2015-06-05Fixes a typo in the list of targets that should not run the compressed1d test.Nick Clifton2-1/+5
2015-06-05Fixes computation of MSP430 SYM_DIFF relocs in very small sections.Nick Clifton2-3/+34
2015-06-05Move vgdb special case into remote_filesystem_is_localGary Benson3-24/+59
2015-06-05ppc476 linker workaround shared lib fixesAlan Modra8-0/+130
2015-06-04Add diststuff target to Makefile.Cary Coutant3-2/+12
2015-06-04Change default to discard temporary local symbols in merge sections.Cary Coutant4-6/+81
2015-06-04Add hwsync extended mnemonic.Peter Bergner4-4/+19
2015-06-05Automatic date update in version.inGDB Administrator1-1/+1
2015-06-04compile-print.exp: xfail->kfail for '@' GDB array operatorJan Kratochvil2-2/+7
2015-06-04Regenerate gdbarch.c to sync with gdbarch.shYao Qi2-3/+7
2015-06-04Fixes the check for emulated MSP430 instrucrtions that take no operands.Nick Clifton2-1/+6
2015-06-04Fix compile time warning for tc-h8300.c when using gcc 5+.Nick Clifton2-1/+6
2015-06-04[AArch64] Add support for ARMv8.1 command line optionMatthew Wahab6-1/+26
2015-06-04[ARM] Use frag's thumb_mode information when availableJiong Wang2-2/+11
2015-06-03Fix SIZEOF_HEADERS in gold.Cary Coutant3-3/+35
2015-06-03Fix gold to group sections correctly via linker script.Cary Coutant8-2/+298
2015-06-04Automatic date update in version.inGDB Administrator1-1/+1
2015-06-03compile: Use also inferior munmapJan Kratochvil12-3/+185
2015-06-03[ARM] Commit approaved testcases missed in previous commitMatthew Wahab3-0/+142
2015-06-03[AArch64] Revert local changes included in Matthew's commitJiong Wang1-1/+1
2015-06-03[ARM] Support for ARMv8.1 command line optionMatthew Wahab7-1/+38
2015-06-03Automatic date update in version.inGDB Administrator1-1/+1
2015-06-02Fix Sniff_file to get an aligned view.Cary Coutant2-1/+6
2015-06-02Fix =thread-exited not showing up when detaching (PR 15564)Simon Marchi4-1/+46
2015-06-02PR 17819: Fix --build-id=tree when using --compress-debug-sections.Cary Coutant6-97/+194
2015-06-02[AArch64] Fix typo in testcaseJiong Wang2-3/+7
2015-06-02[ARM] Support for ARMv8.1 Adv.SIMD extensionMatthew Wahab4-2/+43
2015-06-02[ARM] Add support for ARMv8.1 PAN extensionMatthew Wahab10-9/+97
2015-06-02[ARM] Rework CPU feature selection in the disassemblerMatthew Wahab4-29/+36
2015-06-02[AArch64] Support for ARMv8.1a Adv.SIMD instructionsMatthew Wahab14-1249/+1596
2015-06-02[AArch64] Support for ARMv8.1a Limited Ordering Regions extensionMatthew Wahab14-401/+589
2015-06-02Include linux-nat.h in i386-linux-nat.cYao Qi2-0/+5
2015-06-01Use a std::vector instead of a std::map to hold Input_merge_map.Rafael Ávila de Espíndola3-35/+19
2015-06-02Automatic date update in version.inGDB Administrator1-1/+1
2015-06-01[AArch64][GAS] Add support for PAN architecture extensionMatthew Wahab7-5/+92
2015-06-01[AArch64][libopcode] Add support for PAN architecture extensionMatthew Wahab4-0/+57
2015-06-01[AArch64] BFD support BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14Jiong Wang7-3/+54
2015-06-01[AArch64] GAS support BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14Jiong Wang10-0/+57
2015-06-01PR symtab/18392Jan Kratochvil7-4/+703
2015-06-01Fetch and store VFP registers by PTRACE_{G,S}ETREGSETYao Qi2-3/+37