summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix x86: Enable -z separate-code by defaultusers/hjl/pr22845/masterH.J. Lu2018-02-144-3/+4
* x86: Enable -z separate-code by defaultH.J. Lu2018-02-143-0/+3
* Constify target_so_ops::bfd_openTom Tromey2018-02-146-9/+20
* Change openp et al to use a unique_xmalloc_ptrTom Tromey2018-02-1412-90/+98
* Move some declarations to source.hTom Tromey2018-02-148-27/+44
* Return unique_xmalloc_ptr from some solib.c functionsTom Tromey2018-02-147-51/+56
* Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton2018-02-1447-277/+330
* x86-64: Use PLT address for PC-relative relocH.J. Lu2018-02-1414-28/+251
* Remove references to ada_name_for_lookup (deleted)Joel Brobecker2018-02-143-3/+7
* LD: Remove a stale `ldlex_command' prototypeMaciej W. Rozycki2018-02-142-1/+4
* x86-64: Use pr22393-3a.so and pr22393-3a-now.soH.J. Lu2018-02-132-2/+7
* PR22836 testcasesAlan Modra2018-02-144-0/+25
* Automatic date update in version.inGDB Administrator2018-02-141-1/+1
* x86: Properly check building shared libraryH.J. Lu2018-02-132-1/+6
* gas: xtensa: fix trampoline placementMax Filippov2018-02-132-0/+11
* Use enum flags for flags passed to openpSimon Marchi2018-02-135-8/+25
* Fix ARm assembler so that it rejects invalid immediate values for the Thumb O...Nick Clifton2018-02-135-3/+28
* x86-64: Generate branch with PLT32 relocationH.J. Lu2018-02-1322-56/+212
* Fix typo in Russian translation for the bfd/ sub-directory which could lead t...Sergei Trofimovich2018-02-132-1/+6
* Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton2018-02-1360-292/+607
* WebAssembly: Disable subdirectory configuration for unsupported LDMaciej W. Rozycki2018-02-133-0/+11
* WebAssembly: Correct an `index' global shadowing error for pre-4.8 GCCMaciej W. Rozycki2018-02-134-12/+22
* MIPS/GAS/testsuite: Correct duplicate `Loongson-3A tests' test nameMaciej W. Rozycki2018-02-132-1/+5
* PR22836, "-r -s" doesn't work with -g3 using GCC 7Alan Modra2018-02-1312-4/+117
* PR22829, objcopy/strip removes PT_GNU_RELRO from lld binariesAlan Modra2018-02-134-28/+62
* Fix prefix of maint set/show per-commandSimon Marchi2018-02-132-2/+7
* Automatic date update in version.inGDB Administrator2018-02-131-1/+1
* gdb: Remove cleanup from dw2_do_instantiate_symtabAndrew Burgess2018-02-122-35/+49
* MIPS/GAS/test: Fix an n32 `.reginfo' size test failureMaciej W. Rozycki2018-02-122-1/+6
* MIPS: Fix encoding for MIPSr6 sigrie instruction.Henry Wong2018-02-126-7/+17
* Add support for reading msdos MZ executables.Zebediah Figura2018-02-129-43/+170
* Update Russian translation for the gas/ sub-directory.Nick Clifton2018-02-122-574/+600
* Fix compile time warning: bfd/elf32-arc.c:1537]: (warning) Redundant assignme...Nick Clifton2018-02-122-1/+1
* oops - actually remove the assignment this time: bfd/elf32-nds32.c:9693]: (wa...Nick Clifton2018-02-121-1/+0
* Fix compile time warning: bfd/elf32-nds32.c:9693]: (warning) Redundant assign...Nick Clifton2018-02-121-0/+5
* Automatic date update in version.inGDB Administrator2018-02-121-1/+1
* Automatic date update in version.inGDB Administrator2018-02-111-1/+1
* Fix commit date.Eric Botcazou2018-02-101-1/+1
* Fix GOT relocation overflow on SPARC.Eric Botcazou2018-02-102-52/+88
* Automatic date update in version.inGDB Administrator2018-02-101-1/+1
* x86: Add is_solaris to elf_x86_target_osH.J. Lu2018-02-095-22/+54
* Don't reference past the end of the vectorTom Tromey2018-02-092-1/+6
* btrace: reword error messagesMarkus Metzger2018-02-095-7/+21
* btrace: check perf_event_paranoidMarkus Metzger2018-02-092-2/+36
* btrace: improve enable error messagesMarkus Metzger2018-02-092-40/+38
* btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger2018-02-0916-373/+51
* btrace, gdbserver: use exceptions to convey btrace enable/disable errorsMarkus Metzger2018-02-095-39/+53
* btrace: prepare for throwing exceptions when enabling btraceMarkus Metzger2018-02-092-67/+58
* common: add scoped_mmapMarkus Metzger2018-02-094-0/+176
* common: add scoped_fdMarkus Metzger2018-02-094-0/+158