summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use the IR symbol table for the IR input objectusers/hjl/pr18250H.J. Lu2016-06-186-6/+58
* Set non_ir_ref on common symbolusers/hjl/pr20276H.J. Lu2016-06-186-47/+80
* Rename bfd_plugin_uknown to bfd_plugin_unknownH.J. Lu2016-06-186-4/+17
* Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu2016-06-1889-342/+1876
* Automatic date update in version.inGDB Administrator2016-06-181-1/+1
* Add a test case for the jit-reader interfaceSanjoy Das2016-06-177-9/+385
* Add support for Thumb-2 long branch veneersThomas Preud'homme2016-06-177-15/+58
* Extend step-over-syscall.exp with different detach-on-fork and follow-fork modesYao Qi2016-06-172-8/+53
* Handle reinsert breakpoints for vforked childYao Qi2016-06-174-5/+91
* Delete reinsert breakpoints from forked childYao Qi2016-06-172-0/+26
* Step over exit with reinsert breakpointsYao Qi2016-06-175-0/+196
* More assert checks on reinsert breakpointYao Qi2016-06-173-1/+19
* Switch to current thread in finish_step_overYao Qi2016-06-174-4/+67
* gdb: new AndesTech NDS32 portYan-Ting Lin2016-06-1717-1/+2518
* opcodes,gas: sparc: fix rdasr,wrasr,rdpr,wrpr,rdhpr,wrhpr insns.Jose E. Marchesi2016-06-1717-129/+613
* opcodes,gas: adjust sparc insns and make GAS aware of itJose E. Marchesi2016-06-179-192/+250
* gas: sparc: fix collision of registers and pseudo-ops.Jose E. Marchesi2016-06-172-141/+264
* bfd,opcodes: sparc: new opcode v9{c,d,e,v,m} architectures and bfd machine nu...Jose E. Marchesi2016-06-1712-16/+382
* Automatic date update in version.inGDB Administrator2016-06-171-1/+1
* Add missing ChangeLog entriesH.J. Lu2016-06-162-0/+13
* Don't check undefined symbol for IFUNC relocH.J. Lu2016-06-165-18/+31
* bfd/s390: Fix DT_PLTRELSZ in presence of R_390_IRELATIVE.Marcin Koƛcielnicki2016-06-163-6/+10
* Skip relocations in non-loaded, non-alloced sectionsH.J. Lu2016-06-163-28/+49
* Check SEC_ALLOC before allocating dynamic relocationH.J. Lu2016-06-153-28/+32
* Automatic date update in version.inGDB Administrator2016-06-161-1/+1
* X86: Add tests for static function pointerH.J. Lu2016-06-1524-6/+116
* Fix simple gas testsuite failures.Nick Clifton2016-06-1535-543/+682
* opcodes/arc: Fix extract for some add_s instructionsAndrew Burgess2016-06-155-1/+22
* Fix PR ld/20254Senthil Kumar Selvaraj2016-06-155-2/+48
* Automatic date update in version.inGDB Administrator2016-06-151-1/+1
* opcode/gas: Fix incorrect dates on ChangeLog entriesGraham Markall2016-06-142-6/+6
* Remove unneeded checks on type lengths.John Baldwin2016-06-142-1/+5
* Pass a NULL pointer as the last argument to find_pc_partial_function.John Baldwin2016-06-142-1/+5
* Initialize 'ra' to zero to avoid uninitialized use.John Baldwin2016-06-142-0/+5
* Change the size field of MSP430_Opcode_Decoded to a plain integer.John Baldwin2016-06-142-8/+6
* Use correct enum type for do_elf_stt_common.John Baldwin2016-06-142-1/+5
* Check R_*_IRELATIVE in x86 reloc_type_classH.J. Lu2016-06-143-11/+23
* Fix elf_x86_64_reloc_type_classH.J. Lu2016-06-141-8/+14
* [ARC] Add ldbit for npsGraham Markall2016-06-146-0/+133
* [ARC] Add deep packet inspection instructions for npsGraham Markall2016-06-147-50/+348
* [ARC] Add arithmetic and logic instructions for npsGraham Markall2016-06-146-1/+582
* Fix compile time warning building gas for the NDS32 with gcc v6.1.1Nick Clifton2016-06-142-1/+6
* Fix feature checks based on ARM architecture valueThomas Preud'homme2016-06-142-17/+48
* Formatting fixes.Alan Modra2016-06-1410-185/+207
* Delete bfd_my_archive macroAlan Modra2016-06-1411-24/+39
* Set my_archive for thin archivesAlan Modra2016-06-1415-19/+66
* Automatic date update in version.inGDB Administrator2016-06-141-1/+1
* Add .got.plt to testsuite/script_test_2.tH.J. Lu2016-06-132-0/+6
* Add the GOT base for GOT32 relocs against IFUNCH.J. Lu2016-06-1314-5/+260
* Add 2 i386 tests to call IFUNC functions via GOTH.J. Lu2016-06-138-13/+209