aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-23Add -e to test scripts where necessary.Rahul Chaudhry4-4/+14
2017-01-23Add support for cmtst.Jim Wilson4-0/+113
2017-01-23Make the sh_info field of .rel.plt point to .plt (MIPS).Vladimir Radosavljevic2-1/+12
2017-01-23Fix MIPS GOT when global symbols are forced to local visibility.Vladimir Radosavljevic2-2/+11
2017-01-24Automatic date update in version.inGDB Administrator1-1/+1
2017-01-23Minor simplification of (Python) find_thread_objectSimon Marchi2-8/+6
2017-01-23Fix AArch64 relocation handling in ILP32 mode.Yury Norov16-91/+352
2017-01-23Fix typo in MAINTAINERS fileNick Clifton1-1/+1
2017-01-23Remove Mei Ligang as SCORE maintainerNick Clifton2-1/+3
2017-01-23Add Bernd Schmidt to Past Maintainers listNick Clifton2-0/+5
2017-01-23Restore ability to build zlib in a srcdir == builddir configuration.Nick Clifton3-2/+28
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton103-410/+516
2017-01-23 * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.Bernd Schmidt2-1/+4
2017-01-23Updated Irish translation for ld and Swedish translation for gas.Nick Clifton4-1901/+2284
2017-01-23Sync top-level make and configure files with FSF GCC mainline versions.Nick Clifton6-1817/+637
2017-01-23PR ld/20828: Work around RISC-V failuresMaciej W. Rozycki2-0/+6
2017-01-23PR ld/20828: Remove leading `_' from symbols used in testsMaciej W. Rozycki6-14/+24
2017-01-23PR ld/20828: Relax symbol ordering in testsMaciej W. Rozycki5-8/+18
2017-01-23[ld, testsuite] Honor cflags when GCC used as linker driverJiong Wang3-2/+28
2017-01-23Automatic date update in version.inGDB Administrator1-1/+1
2017-01-22Automatic date update in version.inGDB Administrator1-1/+1
2017-01-21Document the GDB 7.12.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2017-01-20Fix Py_DECREF being executed without holding the GILSimon Marchi3-8/+14
2017-01-20Add missing PR reference in ChangeLogSimon Marchi1-0/+1
2017-01-20Fix python-interactive with Python 3.6Simon Marchi3-2/+17
2017-01-21Automatic date update in version.inGDB Administrator1-1/+1
2017-01-20Fix uppercase test names in gdb.python/py-xmethods.expLuis Machado2-20/+31
2017-01-20Make gdb.python/python.exp more robustLuis Machado2-1/+20
2017-01-20Add command to erase all flash memory regionsLuis Machado9-0/+122
2017-01-20[AArch64] Optimize .gnu.hash table size for executableJiong Wang7-0/+53
2017-01-20Updated Irish translation for the opcodes library.Nick Clifton2-458/+813
2017-01-20Fix potential array overrun in x86 assembler.Nick Clifton2-1/+6
2017-01-20Fix problem in aarch64 gold sources uncovered by Coverty - using sizeof on a ...Nick Clifton2-2/+13
2017-01-20Sync zlib sources with GCC, upgrading to 1.2.10.Nick Clifton97-1747/+8409
2017-01-20objdump: Better objdump section headers in wide modeAndrew Burgess4-9/+59
2017-01-20fix gdbserver build in nat/linux-ptrace.c on arm-androidJoel Brobecker2-0/+7
2017-01-20Automatic date update in version.inGDB Administrator1-1/+1
2017-01-19Automatic date update in version.inGDB Administrator1-1/+1
2017-01-18PR ld/20995: MIPS: Set GAS flags correctly for testsMaciej W. Rozycki2-10/+23
2017-01-18PR ld/20828: Fix linker script symbols wrongly forced local with section GCMaciej W. Rozycki10-3/+123
2017-01-18PR gas/20649: MIPS: Fix GOT16/LO16 reloc pairing with comdat sectionsMaciej W. Rozycki7-5/+102
2017-01-18[ARM] Fix the decoding of indexed element VCMLA instructionSzabolcs Nagy5-4/+39
2017-01-18Allocate data in cached_reg_tAlan Hayward2-6/+25
2017-01-18Use register_size () instead of MAX_REGISTER_SIZEAlan Hayward4-5/+16
2017-01-18Add support for processing lex source files with flex v 2.6.3Bernhard Rosenkranzer6-27/+18
2017-01-18Catch gas exit-via-signalNathan Sidwell7-24/+88
2017-01-18Skip linker tests for unique symbols in shared libraries if the target does n...Dimitar Dimitrov2-24/+41
2017-01-18Stop the (optional) dialong control data from being aligned when parsing/writ...Dmitry Timoshkov4-5/+34
2017-01-18Updated Swedish translation for GAS.Nick Clifton2-203/+205
2017-01-17Fixes for addv and xtn2 instructions.Jim Wilson5-31/+158