aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-06sim: config: drop use of __DATE__/__TIME__Mike Frysinger2-7/+5
2016-01-06sim: sim_{create_inferior,open,parse_args}: constify argv/env slightlyMike Frysinger61-79/+257
2016-01-07Automatic date update in version.inGDB Administrator1-1/+1
2016-01-06MIPS/include: opcode/mips.h: Add a summary of MIPS16 operand codesMaciej W. Rozycki2-0/+10
2016-01-06Make {arm,thumb}_get_next_pcs_raw staticYao Qi3-38/+38
2016-01-06[ARM/AArch64] Fix -Werror=unused-const-variable warnings in GDBserverYao Qi3-20/+36
2016-01-06bfd/arc: Add R_ prefix to all relocation namesAndrew Burgess33-100/+140
2016-01-06Fix gdb.python/py-infthread.exp test message typoPedro Alves2-1/+5
2016-01-06Change copyright owner to FSF in sim/testsuite/sim/mips/hilo-hazard-4.sJoel Brobecker2-2/+5
2016-01-05gdb: change version stamp to gitMike Frysinger2-1/+5
2016-01-06Automatic date update in version.inGDB Administrator1-1/+1
2016-01-05libiberty: {count,dup,write}argv: constify argv input slightlyMike Frysinger5-12/+23
2016-01-05libiberty: dupargv: rewrite to use xstrdupMike Frysinger2-5/+5
2016-01-05libiberty: Tweak the documentation of libiberty's xcrc32 functionPatrick Palka2-7/+13
2016-01-05libiberty: fix warnings about left shifting a negative value.Nick Clifton2-1/+7
2016-01-05gdb: score: drop sim file checkMike Frysinger2-3/+4
2016-01-05sim: msp430: drop duplicate sim_load_file callMike Frysinger2-26/+14
2016-01-05sim: aarch64: switch to common disassembler tracingMike Frysinger5-137/+30
2016-01-05sim: bfin: add support disasm tracingMike Frysinger2-0/+6
2016-01-05sim: msp430: switch to common disassembler tracingMike Frysinger5-388/+12
2016-01-05sim: trace: add support for disassemblingMike Frysinger3-1/+119
2016-01-05Add myself as the maintainer for the AArch64.Nick Clifton2-0/+5
2016-01-05Fix the execution of the MSP430 simulator testsuite.Nick Clifton6-3/+53
2016-01-05Add missing ChangeLog entry bitPedro Alves1-0/+2
2016-01-05Fix PR sim/13418: building with --enable-targets=all failsPedro Alves5-1/+30
2016-01-04sim: use STATE_MAGIC helperMike Frysinger2-1/+5
2016-01-04sim: unify min/max macrosMike Frysinger16-40/+60
2016-01-04sim: aarch64: drop syscall.h include to fix buildTristan Gingold3-1/+8
2016-01-05Automatic date update in version.inGDB Administrator1-1/+1
2016-01-04MIPS/LD: Convert ELF linker emulation option macros to an enumMaciej W. Rozycki2-2/+10
2016-01-04MIPS/BFD: Factor out ABI flag mergingMaciej W. Rozycki2-20/+39
2016-01-04MIPS/BFD: Move attribute check after ELF file header flag checkMaciej W. Rozycki17-33/+59
2016-01-04MIPS/BFD: Propagate the return status in attribute mergingMaciej W. Rozycki2-3/+6
2016-01-04MIPS/BFD: Factor out ELF file header flag checksMaciej W. Rozycki2-182/+200
2016-01-04MIPS/BFD: Fold the handling of input MIPS ABI flags togetherMaciej W. Rozycki2-16/+19
2016-01-04MIPS/BFD: Suppress attribute checks for null inputMaciej W. Rozycki2-15/+20
2016-01-04MIPS/BFD: Use local pointers to target data in private data mergeMaciej W. Rozycki2-32/+34
2016-01-04MIPS/BFD: Correct an FP ABI warningMaciej W. Rozycki2-1/+6
2016-01-04sim: parse_args: polish getopt error messageMike Frysinger5-3/+12
2016-01-04sim: punt x86-specific bswap logicMike Frysinger68-699/+187
2016-01-04sim: d10v: gut endian logicMike Frysinger2-77/+5
2016-01-04btrace: do not return out of TRY/CATCHMarkus Metzger6-4/+139
2016-01-03sim: parse_args: display getopt error ourselvesMike Frysinger44-64/+138
2016-01-03sim: TODO: move to wikiMike Frysinger6-71/+12
2016-01-04Automatic date update in version.inGDB Administrator1-1/+1
2016-01-03sim: clean up some more device detritusMike Frysinger13-53/+26
2016-01-03sim: use libiberty countargv in more placesMike Frysinger12-65/+44
2016-01-03sim: nrun: use lbasenameMike Frysinger2-5/+9
2016-01-03sim: drop host endian configure optionMike Frysinger96-5871/+6648
2016-01-03sim: convert to bfd_endianMike Frysinger90-699/+712