summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix objc testsusers/palves/fix-objc-testsPedro Alves2017-06-064-10/+14
* ld: Fix spelling mistake in comment.Andrew Burgess2017-06-062-1/+5
* ld: Allow section groups to be resolved as part of a relocatable linkAndrew Burgess2017-06-0618-24/+155
* bfd: remove unused local variables in elf32-score, elf32-score7 and elfxx-mipsJose E. Marchesi2017-06-064-14/+10
* bfd: remove unused local variable in elflink.c:init_reloc_cookie_relsJose E. Marchesi2017-06-062-4/+5
* ELF/BFD: Hold the number of internal static relocs in `->reloc_count'Maciej W. Rozycki2017-06-068-37/+57
* Drop arm support for falkor/qdf24xx targets, not present in released hardware.Jim Wilson2017-06-053-8/+5
* Automatic date update in version.inGDB Administrator2017-06-061-1/+1
* Add a testcase for PR ld/21529H.J. Lu2017-06-054-1/+29
* PR21529, internal error in linker.cAlan Modra2017-06-052-1/+6
* Fix --enable-new-dtags config supportAlan Modra2017-06-056-7/+15
* Introduce --enable-new-dtags configure option.Slava Barinov2017-06-055-5/+60
* Automatic date update in version.inGDB Administrator2017-06-051-1/+1
* Document the GDB 8.0 release in gdb/ChangeLogJoel Brobecker2017-06-041-0/+4
* Automatic date update in version.inGDB Administrator2017-06-041-1/+1
* x86-linux-nat: Remove unused arch_lwp_info structureSimon Marchi2017-06-032-10/+4
* linux-nat: Remove unused parameterSimon Marchi2017-06-032-2/+8
* Automatic date update in version.inGDB Administrator2017-06-031-1/+1
* x86: Remove linker option: -z prefix-nopH.J. Lu2017-06-025-29/+9
* Use delete instead of xfree for gdb_timerSimon Marchi2017-06-022-1/+6
* C++ify breakpoint class hierarchy (destructors only)Simon Marchi2017-06-0213-287/+274
* Create struct type for longjmp breakpointSimon Marchi2017-06-022-10/+35
* Introduce and use new_breakpoint_from_typeSimon Marchi2017-06-022-30/+29
* Correct check for endiannessMichael Eager2017-06-022-1/+5
* Automatic date update in version.inGDB Administrator2017-06-021-1/+1
* Correct ChangeLog entry date.John Baldwin2017-06-011-1/+1
* Use the ELF class to determine the word size for FreeBSD core notes.John Baldwin2017-06-012-10/+19
* PPC64_OPT_LOCALENTRYAlan Modra2017-06-0110-39/+147
* S/390: idte/ipte fixesAndreas Krebbel2017-06-019-32/+19
* Automatic date update in version.inGDB Administrator2017-06-011-1/+1
* Rename "mem" related commmandsSimon Marchi2017-05-312-8/+20
* PowerPC64 ld help quotingAlan Modra2017-05-312-2/+6
* btrace: support decoder eventsMarkus Metzger2017-05-312-41/+121
* config, btrace: check for pt_insn_event in libiptMarkus Metzger2017-05-314-57/+116
* Avoid compilation warning on MinGW in xstrndupEli Zaretskii2017-05-314-1/+33
* Make libiberty/waitpid.c compile without warnings on MinGWEli Zaretskii2017-05-312-0/+10
* Fix MinGW compilation warnings due to environ.hEli Zaretskii2017-05-312-0/+6
* Automatic date update in version.inGDB Administrator2017-05-311-1/+1
* Fix calculation of R_ARM_RHM_ALU_PREL_11_0 relocation when used with a SUB in...Casey Smith2017-05-302-1/+9
* [ARC] Allow CPU to be enforced via disassemble_info optionsAnton Kolesov2017-05-304-26/+126
* [ARC] Add arc-cpu.def with processor definitionsAnton Kolesov2017-05-304-26/+60
* [ARC] Implement compatible function for ARC BFD architecturesAnton Kolesov2017-05-302-1/+50
* [ARC] Remove duplicate ARC600 entryAnton Kolesov2017-05-302-7/+10
* Add bfd_get_file_size to get archive element sizeH.J. Lu2017-05-306-54/+170
* btrace: Store function segments as objects.Tim Wiederhake2017-05-304-57/+82
* btrace: Remove bfun_s vector.Tim Wiederhake2017-05-302-67/+43
* btrace: Replace struct btrace_function::segment.Tim Wiederhake2017-05-305-37/+57
* btrace: Remove struct btrace_function::flow.Tim Wiederhake2017-05-303-23/+32
* btrace: Replace struct btrace_function::up.Tim Wiederhake2017-05-305-64/+130
* btrace: Remove struct btrace_thread_info::{begin,end}.Tim Wiederhake2017-05-304-113/+107