aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-01Update release note to 2.23.51.0.9linux/release/2.23.51.0.9H.J. Lu1-6/+23
2013-02-01Merge remote-tracking branch 'local/linux/master' into linux/release/2.23.51.0.9H.J. Lu557-15092/+127043
2013-02-01Merge commit '605f3766434cbed0e7a719545639b8a1e926e14c' into linux/masterH.J. Lu11-41/+102
2013-01-18Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu54-63/+895
2013-01-18Resolve size relocation against non-zero TLS symbolH.J. Lu11-41/+102
2013-01-18gold: enable new dtags by defaultMike Frysinger2-1/+5
2013-01-18ld: change --enable-new-dtags to only generate new dtagsMike Frysinger7-11/+29
2013-01-18Support size relocation only for ELFH.J. Lu2-0/+13
2013-01-18 PR binutils/15026Nick Clifton2-1/+12
2013-01-18Verify run-time size relocations if supportedH.J. Lu12-0/+103
2013-01-18Add size-1 and size-2 testsH.J. Lu10-0/+70
2013-01-17Add missing filesH.J. Lu6-1/+42
2013-01-17Count size relocation as PC-relative relocationH.J. Lu4-2/+24
2013-01-17 * powerpc.cc (Stub_table::find_plt_call_entry): Make typesAlan Modra2-6/+12
2013-01-17daily updateAlan Modra1-1/+1
2013-01-17include/opcode/Yufeng Zhang14-41/+585
2013-01-17Update binutils-lto-mixed-18.patchH.J. Lu2-44/+48
2013-01-17Update binutils-error-15.patchH.J. Lu2-42/+46
2013-01-17Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu116-103/+1641
2013-01-17Add x86 size relocation support to gasH.J. Lu61-3/+1165
2013-01-17 * objdump.c (dump_target_specific): Fix NULL pointer test.Alan Modra2-1/+5
2013-01-172013-01-16 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2-1/+5
2013-01-16daily updateAlan Modra1-1/+1
2013-01-162013-01-16 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam3-1/+17
2013-01-16Update x86 size relocation checkH.J. Lu3-31/+20
2013-01-16Add OPERAND_TYPE_IMM32_64H.J. Lu4-2/+16
2013-01-16Add x86 size relocation support to bfdH.J. Lu6-12/+123
2013-01-16Define R_386_SIZE32/R_X86_64_SIZE32/R_X86_64_SIZE64H.J. Lu3-2/+9
2013-01-16 * ld-plugin/lto.exp (lto-9.o, pr13229.o): Pass -finline.Alan Modra2-2/+6
2013-01-16 * gas/ppc/htm.d: Ignore padding at end of section.Alan Modra2-0/+5
2013-01-16 * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line afterAlan Modra2-3/+8
2013-01-15daily updateAlan Modra1-1/+1
2013-01-15 * configure.ac: Sync with GCC repo.Jan-Benedict Glaw5-16/+118
2013-01-15Increment length by 1 if the relocation token is removedH.J. Lu9-4/+40
2013-01-15Define R_X86_64_standard with R_X86_64_RELATIVE64H.J. Lu2-1/+6
2013-01-15 PR binutils/15018Alan Modra2-6/+10
2013-01-15 * config/tc-v850.c (md_assemble): Allow signed values forNick Clifton10-13/+37
2013-01-15Fix spelling typo.Nick Clifton2-4/+7
2013-01-15bfd/Alan Modra10-26/+57
2013-01-15 * ld-plugin/lto-16a.d: Match powerpc64 function symbol type.Alan Modra5-4/+11
2013-01-14 * testsuite/Makefile.am (final_layout_script.lds): Handle .got section.Alan Modra3-2/+7
2013-01-14daily updateAlan Modra1-1/+1
2013-01-14Update binutils-secondary-1.patchH.J. Lu2-104/+90
2013-01-14Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu93-137/+88134
2013-01-14 * ld.texinfo (-Tldata-segment): Describe.Alan Modra5-0/+30
2013-01-14 * ld-elf/pr14926.d: Disable for d10v, msp, xstormy.Alan Modra3-1/+8
2013-01-14 PR binutils/14813Alan Modra6-11/+21
2013-01-14 * gas/v850/basic.exp (reloc part 1): Pass -mgcc-abi to gas.Alan Modra3-3/+8
2013-01-14 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files.Alan Modra3-25/+46
2013-01-14 * metag-dis.c (REG_WIDTH): Increase to 64.Nick Clifton4-7/+15
2013-01-14 * gas/ppc/htm.s: Use .text rather than .section ".text".Alan Modra5-4/+11
2013-01-13daily updateAlan Modra1-1/+1
2013-01-13 * elf-bfd.h (struct elf_link_hash_entry): Delete dynamic_weak.Alan Modra3-51/+45
2013-01-13Set bfd errror for normal and TLS symbol accessH.J. Lu3-0/+8
2013-01-12daily updateAlan Modra1-1/+1
2013-01-12 * ChangeLog: Fix typo.Jan-Benedict Glaw1-1/+1
2013-01-11daily updateAlan Modra1-1/+1
2013-01-11* config/tc-xgate.c (md_begin): Fix mistake made when going fromSean Keys2-1/+6
2013-01-11Sync the root .gitignore file with GCC's.Joel Brobecker2-8/+18
2013-01-11 Fix mingw gold build with plugins enabledIan Lance Taylor8-6/+95
2013-01-11 * elf-bfd.h (_bfd_elf_strtab_refcount): Declare.Alan Modra4-3/+15
2013-01-11 PR ld/12549Alan Modra4-10/+25
2013-01-11 * ChangeLog: Fix "Dito" to "Ditto".Jan-Benedict Glaw1-4/+4
2013-01-11 * config.sub: Update from config repo.Jan-Benedict Glaw2-1/+7
2013-01-11 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.Eric Botcazou3-2/+7
2013-01-11oops - omitted from previous deltaNick Clifton40-0/+87546
2013-01-11include/opcode/Peter Bergner15-7/+218
2013-01-10daily updateAlan Modra1-1/+1
2013-01-10Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu182-1224/+1412
2013-01-10* config/tc-xgate.c (md_begin): Fix the printing of opcodes soSean Keys2-2/+10
2013-01-10Remove trailing white spaces in ldH.J. Lu28-80/+110
2013-01-10Remove trailing white spaces in bfdH.J. Lu101-689/+792
2013-01-10Remove trailing white spaces on gasH.J. Lu53-455/+510
2013-01-10Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu7-25/+39
2013-01-10Update binutils-error-15.patchH.J. Lu2-51/+79
2013-01-10gas/Roland McGrath4-16/+24
2013-01-10Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu76-70/+18321
2013-01-10Build gmp before configuring gccH.J. Lu3-9/+15
2013-01-10 * common.h: Fix case of "Meta".Nick Clifton55-5/+17988
2013-01-10Make linker scripts and section ordering via --section-ordering-file orSriraman Tallam5-9/+46
2013-01-09daily updateAlan Modra1-1/+1
2013-01-092013-01-09 Steve Ellcey <sellcey@mips.com>Steve Ellcey3-17/+20
2013-01-09 * arm.cc (Target_arm::attributes_accept_div): New function.Ian Lance Taylor2-22/+91
2013-01-09 * emulparams/elf_x86_64.sh (LARGE_BSS_AFTER_BSS): Define.Alan Modra6-2/+16
2013-01-08daily updateAlan Modra1-1/+1
2013-01-08 * config.guss: Update from config repo.Jan-Benedict Glaw3-7/+9
2013-01-08gas/Yufeng Zhang5-3/+18
2013-01-08include/elf/Yufeng Zhang7-4/+132
2013-01-08Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu71-424/+3085
2013-01-08ld/testsuite/Thomas Schwinge2-0/+7
2013-01-08 * scripttempl/elf.sc (RODATA_ADDR): Typo fix.Alan Modra2-1/+5
2013-01-08fix typoAlan Modra1-1/+1
2013-01-08 * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): ReplaceAlan Modra2-10/+17
2013-01-08 * Makefile.am (ALL_EMULATION_SOURCES): Correct eavrxmega entries.Alan Modra3-16/+28
2013-01-07daily updateAlan Modra1-1/+1
2013-01-072013-01-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-24/+17
2013-01-07gold/Cary Coutant2-18/+15
2013-01-07merge from gccDJ Delorie6-4/+928
2013-01-07Remove binutils-pr14897-1.patchH.J. Lu3-72/+5
2013-01-07Properly install gold as default linkerH.J. Lu3-41/+22
2013-01-07Remove "-I" from LIBSTDCXX_RAW_CXX_LDFLAGSH.J. Lu2-1/+6
2013-01-07binutils/Roland McGrath4-12/+109
2013-01-07Remove binutils-pr14899-1.patchH.J. Lu3-110/+5
2013-01-07Remove binutils-use-ld-1.patchH.J. Lu3-44/+5
2013-01-07 * section.c (_bfd_std_section): Rename from std_section.Tom Tromey3-13/+20
2013-01-07Add missing gas dependencyH.J. Lu3-0/+39
2013-01-07Sync config.guess and config.sub with GCCH.J. Lu3-32/+32
2013-01-07Add fuse-ld= for GCC linker option compatibilityH.J. Lu2-0/+8
2013-01-07Add -fuse-ld= for GCC linker option compatibilityH.J. Lu2-3/+12
2013-01-07oops - typo correction.Nick Clifton1-1/+1
2013-01-07 (make_instruction): Rename to cr16_make_instruction.Nick Clifton4-6/+16
2013-01-07 PR gas/14887Nick Clifton4-6/+22
2013-01-07 * ld.texinfo: Replace @ with @@ when it is part of the text.Nick Clifton6-21/+39
2013-01-06daily updateAlan Modra1-1/+1
2013-01-06* doc/c-mips.texi (MIPS Opts): Fix use of @itemx.Andreas Schwab4-8/+14
2013-01-05daily updateAlan Modra1-1/+1
2013-01-05gold/Cary Coutant3-2/+7
2013-01-04gold/Cary Coutant3-11/+29
2013-01-04daily updateAlan Modra1-1/+1
2013-01-04* doc/binutils.texi (elfedit): Fix use of @itemx in @table.Andreas Schwab2-7/+11
2013-01-04 * archures.c: Add support for MIPS r5900Nick Clifton29-191/+1685
2013-01-04Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu21-93/+172
2013-01-04opcodes/Yufeng Zhang15-45/+86
2013-01-04 * aarch64-opc.c (aarch64_prfops): Update to support PLIL1KEEP,Nick Clifton4-38/+47
2013-01-03daily updateAlan Modra1-1/+1
2013-01-03Adding myself as AArch64 co-maintainer.mshawcroft2-0/+5
2013-01-03 * elflink.c (get_value): Prevent the use of an undefined shiftNick Clifton2-12/+36
2013-01-02daily updateAlan Modra1-1/+1
2013-01-02Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu17-3978/+4061
2013-01-02Update gold copyright year to 2013H.J. Lu2-2/+6
2013-01-02Update copyright year to 2013H.J. Lu8-8/+24
2013-01-02Rotate binutils ChangeLog for 2013H.J. Lu8-3972/+4028
2013-01-02Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu37-8335/+8458
2013-01-02gas/ Yufeng Zhang2-0/+7
2013-01-02 PR gas/14987Nick Clifton7-3735/+3782
2013-01-02 * arm.h (ARMV7PEMAGIC): Define.Nick Clifton2-2/+9
2013-01-02opcodes/ChangeLogNick Clifton8-4576/+4643
2013-01-01daily updateAlan Modra1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker19-21/+23
2012-12-31daily updateAlan Modra1-1/+1
2012-12-31Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu6-6/+25
2012-12-30daily updateAlan Modra1-1/+1
2012-12-30 * ld-scripts/pr14962.d: Don't run for mmix-knuth-mmixware. AddHans-Peter Nilsson2-3/+8
2012-12-29daily updateAlan Modra1-1/+1
2012-12-28daily updateAlan Modra1-1/+1
2012-12-27daily updateAlan Modra1-1/+1
2012-12-26daily updateAlan Modra1-1/+1
2012-12-25daily updateAlan Modra1-1/+1
2012-12-24daily updateAlan Modra1-1/+1
2012-12-24bfd: also enable x86_64pei_vec for 64bit i386-linux targetsMike Frysinger2-1/+6
2012-12-23daily updateAlan Modra1-1/+1
2012-12-22daily updateAlan Modra1-1/+1
2012-12-21daily updateAlan Modra1-1/+1
2012-12-21Check R_X86_64_standard for unrecognized relocationH.J. Lu2-1/+10
2012-12-21Update binutils-shr-100.patchH.J. Lu2-34/+36
2012-12-21Remove binutils-pr14980-1.patchH.J. Lu3-140/+5
2012-12-21Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu44-295/+872
2012-12-21Set version to 2.23.51.0.9H.J. Lu2-11/+11
2012-12-21Update release note to 2.23.51.0.8linux/release/2.23.51.0.8H.J. Lu1-5/+9
2012-12-21Apply fix for PR 14980H.J. Lu8-2/+83
2012-12-21Merge remote-tracking branch 'local/linux/master' into linux/release/2.23.51.0.8H.J. Lu5-11/+156
2012-12-21Properly adjust h->plt.refcountH.J. Lu3-0/+145
2012-12-21Properly adjust h->plt.refcountH.J. Lu9-2/+79
2012-12-21 * layout.cc (Layout::special_ordering_of_input_section): NewIan Lance Taylor4-95/+100
2012-12-20daily updateAlan Modra1-1/+1
2012-12-20 * Makefile.def (install-target-libgo): Depend onJan-Benedict Glaw3-0/+25
2012-12-20Set version to 2.23.51.0.8H.J. Lu2-11/+11
2012-12-20Update release note to 2.23.51.0.7linux/release/2.23.51.0.7H.J. Lu1-6/+31
2012-12-20Apply more fixesH.J. Lu10-259/+124
2012-12-20Merge remote-tracking branch 'local/linux/master' into linux/release/2.23.51.0.7H.J. Lu490-3677/+11280
2012-12-20Fix commit date in previous commit.Richard Earnshaw1-1/+1
2012-12-202012-12-20 Greta Yorsh <Greta.Yorsh@arm.com>Richard Earnshaw9-198/+253
2012-12-19daily updateAlan Modra1-1/+1
2012-12-19Fix indentation in the last checkinH.J. Lu1-1/+1
2012-12-19Fix and use elf_append_relH.J. Lu3-50/+23
2012-12-19Reindent elf_i386_finish_dynamic_symbolH.J. Lu2-1/+5
2012-12-19Group text sections with prefixes .text.unlikely,.text.hot and .text.startupSriraman Tallam8-7/+265
2012-12-18daily updateAlan Modra1-1/+1
2012-12-18ld/Roland McGrath5-24/+59
2012-12-18merge from gccDJ Delorie2-1/+14
2012-12-18Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu12-1/+64
2012-12-18PR ld/14736Michael Eager8-23/+155
2012-12-18 PR ld/14962Alan Modra6-0/+41
2012-12-18 * elf.c (swap_out_syms): Set shndx to SHN_ABS when not one ofAlan Modra2-0/+6
2012-12-17daily updateAlan Modra1-1/+1
2012-12-17ld/testsuite/Roland McGrath3-0/+7
2012-12-17Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu224-21/+3379
2012-12-17bfd/Roland McGrath2-0/+9
2012-12-172012-12-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+20
2012-12-17Remove the leading zeroH.J. Lu2-3/+7
2012-12-17Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu4-0/+49
2012-12-17Add copyright noticesNick Clifton221-18/+3352
2012-12-17Update PR ld/14962 testcaseH.J. Lu2-4/+4
2012-12-17Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu4-74/+37
2012-12-17Add a testcase for PR ld/14962H.J. Lu4-0/+49
2012-12-17 PR ld/14962Alan Modra4-74/+37
2012-12-16Merge remote-tracking branch 'origin/master' into linux/masterH.J. Lu30-169/+263
2012-12-16Don't check IFUNC relocations in elf_*_check_relocsH.J. Lu3-143/+10
2012-12-16daily updateAlan Modra1-1/+1
2012-12-16Also check local IFUNC referencesH.J. Lu16-7/+190