summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove a redundant iself checkusers/hjl/pr21884H.J. Lu2017-08-021-4/+4
* Skip ELF section header check if not neededH.J. Lu2017-08-021-0/+3
* Check ELF section header only for ELF outputH.J. Lu2017-08-026-1/+40
* Revert the last change to emultempl/elf32.emH.J. Lu2017-08-022-2/+4
* Add support for creating archives of slim-LTO modules using MRi script commands.Nick Clifton2017-08-022-4/+15
* Fix assertion failure for xtensa linker.Max Filippov2017-08-022-1/+6
* Fix seg-fault when trying to place non-ELF orphan sections.Nick Clifton2017-08-022-0/+8
* Fix potential illegal memory access in Xtensa port.Max Filippov2017-08-022-1/+7
* Fix gas and binutils testsuite failures for am33_2.0-linux target.Nick Clifton2017-08-0216-24/+49
* Teach readelf about IA64 MSB relocs.Alan Modra2017-08-022-4/+15
* Automatic date update in version.inGDB Administrator2017-08-021-1/+1
* MIPS: Consistently use MIPS_FPU_TYPE for `gdbarch' memberMaciej W. Rozycki2017-08-012-2/+7
* S/390: Fix claimfile failuresAndreas Krebbel2017-08-013-0/+12
* x86: Update segment register check in Intel syntaxH.J. Lu2017-08-017-18/+57
* Updated Swedish translation for the binutils sub-directory.Nick Clifton2017-08-012-1202/+580
* [GOLD] PowerPC recreate eh_frame for stubs on each relax passAlan Modra2017-08-016-18/+137
* Automatic date update in version.inGDB Administrator2017-08-011-1/+1
* Update myself in MAINTAINERSRichard Henderson2017-07-311-2/+1
* Fix bb instructions with double-word condition on hppa.John David Anglin2017-07-312-3/+6
* Improve handling of ADD and SUB relocations on the RISCV target.Kuan-Lin Chen2017-07-312-9/+80
* Fix compile time error when using ansidecl.h with an old version of GCC.Nick Clifton2017-07-312-12/+24
* Update ChangeLog (missed that in my previous commit)Xavier Roirand2017-07-311-0/+4
* [GOLD] PowerPC --no-tls-optimizeAlan Modra2017-07-313-15/+42
* Fix compiling zlib using x86_64-musl.Marty Plummer2017-07-312-1/+6
* Fix documentation about rot agent expression bytecodeSimon Marchi2017-07-312-2/+9
* darwin: handle recent version of dyldXavier Roirand2017-07-311-1/+1
* PR 21847, PowerPC64 --plt-localentry againAlan Modra2017-07-316-2/+29
* Automatic date update in version.inGDB Administrator2017-07-311-1/+1
* Automatic date update in version.inGDB Administrator2017-07-301-1/+1
* PR 21847, Don't default PowerPC64 to --plt-localentryAlan Modra2017-07-296-6/+56
* Automatic date update in version.inGDB Administrator2017-07-291-1/+1
* gold: Add put_ch_reserved to 64-bit Chdr_writeH.J. Lu2017-07-284-0/+34
* Add missing changelogAndreas Krebbel2017-07-281-0/+6
* S/390: Fix segfault when linking -shared -nostartfilesAndreas Krebbel2017-07-282-3/+9
* Make some improvements to how SORT_* specifiers and EXCLUDE_FILE specifiers a...Andrew Burgess2017-07-2820-60/+244
* Fix problems parsing RISCV architecture extenstions in the assembler.Andrew Waterman2017-07-282-11/+13
* Automatic date update in version.inGDB Administrator2017-07-281-1/+1
* Add myself as a write-after-approval GDB maintainer.Xavier Roirand2017-07-272-0/+5
* Move AVR .promemx.* sections into higher memory.Georg-Johann Lay2017-07-272-1/+9
* Fix address violation issues encountered when parsing corrupt binaries.Nick Clifton2017-07-276-39/+82
* Automatic date update in version.inGDB Administrator2017-07-271-1/+1
* Gold: Fix mips.cc for GCC 4.2H.J. Lu2017-07-262-1/+6
* Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi2017-07-2611-0/+259
* Lazily and dynamically create i386-linux target descriptionsYao Qi2017-07-265-34/+112
* Generate c for feature instead of tdescYao Qi2017-07-2610-12/+425
* Use visitor pattern for "maint print c-tdesc"Yao Qi2017-07-2696-558/+764
* Centralize i386 linux target descriptionsYao Qi2017-07-264-35/+46
* Add optional argument to command "maint prints c-tdesc"Yao Qi2017-07-266-14/+44
* Class-fy target_descYao Qi2017-07-262-27/+44
* Add enum for result of fast_tracepoint_collectingSimon Marchi2017-07-265-44/+91