aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-25Whitespace cleanupAnthony Green1-0/+5
2014-12-25Whitespace cleanupAnthony Green1-4/+55
2014-12-25ARM: Add support for value 3 of Tag_ABI_VFP_args attributeAlan Modra4-6/+34
2014-12-25Don't pass unadorned zeros to varargs functionsYaakov Selkowitz2-2/+7
2014-12-25ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo20-12/+107
2014-12-25Automatic date update in version.inGDB Administrator1-1/+1
2014-12-24Add cast to unsigned longH.J. Lu2-1/+7
2014-12-24AVR: Document linker relaxation related options.Andrew Burgess2-0/+15
2014-12-24AVR: Assembler now prepares for linker relaxation by default.Andrew Burgess12-18/+56
2014-12-24This patch fixes a snafu where the -D and -U short versions of theAlexander Cherepanov2-2/+8
2014-12-24Add support for moxie's mul.x and umul.x instructionsAnthony Green2-2/+28
2014-12-24Add mul.x and umul.x instructions to moxie portAnthony Green2-9/+14
2014-12-24Don't create .eh_frame_hdr on shared lib bfdAlan Modra2-1/+10
2014-12-24This patch adds support for printing out the pdata section of PE objects.Pierre Muller3-25/+126
2014-12-24Reverts an "enhancement" made in a previous delta which complained ofNick Clifton2-7/+7
2014-12-24Fix generic linker symbol output when weak is overridden by strongAlan Modra2-1/+6
2014-12-24Yet another DEFINED testcaseAlan Modra5-0/+63
2014-12-24Automatic date update in version.inGDB Administrator1-1/+1
2014-12-23Clarify strip docs.Andrew Stubbs3-2/+8
2014-12-23Look up primitive types as symbols.Doug Evans15-63/+411
2014-12-23AVR/ld: Propagate link-relax elf header flag correctly.Andrew Burgess13-0/+160
2014-12-23AVR: Only set link-relax elf flag when appropriate.Andrew Burgess9-2/+53
2014-12-23symtab.h (SYMBOL_DOMAIN_BITS): New macro.Doug Evans2-1/+10
2014-12-23initialize_objfile_symbol: Renamed from initialize_symbol.Doug Evans4-3/+8
2014-12-23Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans7-11/+24
2014-12-23Replace some symbol accessor macros with functions.Doug Evans26-87/+156
2014-12-23This patch add support for cpu marvell-whitney.Nick Clifton2-0/+7
2014-12-23Reformat the objdump.1 man output to avoid overlong lines.Nick Clifton2-19/+59
2014-12-23Report an error for script multiply defined symbolsAlan Modra2-9/+34
2014-12-23Use a symbol flag bit to mark linker defined symbolsAlan Modra14-3/+77
2014-12-23Don't PROVIDE over top of common symbolsAlan Modra5-6/+30
2014-12-23Correct logic for "defined by object"Alan Modra2-4/+8
2014-12-23Move support code for linker script DEFINED to ldexp.cAlan Modra6-93/+114
2014-12-23Updated translations for the gas and gprof tools.Nick Clifton5-3848/+6465
2014-12-23Automatic date update in version.inGDB Administrator1-1/+1
2014-12-22Cast size to long to warnH.J. Lu2-1/+5
2014-12-22More fixes for invalid memory accesses exposed by fuzzed binaries.Nick Clifton3-12/+83
2014-12-22More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton41-40/+279
2014-12-22gold/Cary Coutant2-1/+6
2014-12-22cp-namespace.c (cp_lookup_symbol_via_all_imports): New function.Doug Evans2-46/+43
2014-12-22cp-namespace.c (cp_lookup_symbol_via_imports): New arg "search_scope_first".Doug Evans2-6/+15
2014-12-22cp-namespace.c (cp_lookup_nested_symbol_1): New function.Doug Evans2-136/+212
2014-12-22cp-namespace.c (cp_lookup_symbol_in_namespace): Simplify.Doug Evans2-10/+13
2014-12-22cp-namespace.c: Whitespace cleanup.Doug Evans2-9/+13
2014-12-22Automatic date update in version.inGDB Administrator1-1/+1
2014-12-21Automatic date update in version.inGDB Administrator1-1/+1
2014-12-20gdb/17394: cannot put breakpoint only in selected ASM file.Mihail-Marian Nistor7-24/+644
2014-12-20Change SometimesInlineFunction to "return i * i * 3;"H.J. Lu2-1/+7
2014-12-20Automatic date update in version.inGDB Administrator1-1/+1
2014-12-19Rework the alignment check for BFD_RELOC_MIPS_18_PCREL_S3.Matthew Fortune9-26/+93