Age | Commit message (Expand) | Author | Files | Lines |
2016-01-10 | sim: drop --enable-sim-{regparm,stdcall} options | Mike Frysinger | 69 | -660/+245 |
2016-01-10 | sim: drop --enable-sim-cflags option | Mike Frysinger | 66 | -716/+191 |
2016-01-10 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2016-01-09 | sim: stop configuring common subdir | Mike Frysinger | 4 | -18/+7 |
2016-01-09 | sim: drop common/cconfig.h in favor of a single config.h | Mike Frysinger | 99 | -10674/+11040 |
2016-01-09 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2016-01-08 | Fix gdb.multi/base.exp testsuite regression | Jan Kratochvil | 4 | -14/+29 |
2016-01-08 | perf testsuite: python 3 fixes | Simon Marchi | 3 | -7/+17 |
2016-01-08 | Change SIGINT handler for extension languages only when target terminal is ours | Yao Qi | 4 | -21/+52 |
2016-01-08 | Check input interrupt first when reading packet | Yao Qi | 2 | -0/+14 |
2016-01-08 | m68k: fix constraints of move.[bw] for ISA_B/C | Andreas Schwab | 7 | -3/+36 |
2016-01-08 | [ARM] PR ld/19368: Add missing relocation type class for R_ARM_IRELATIVE | Jiong Wang | 9 | -54/+73 |
2016-01-08 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2016-01-07 | MIPS: Complete `status' to `err' renaming in `mips_breakpoint_from_pc' | Maciej W. Rozycki | 2 | -4/+10 |
2016-01-06 | sim: config: drop use of __DATE__/__TIME__ | Mike Frysinger | 2 | -7/+5 |
2016-01-06 | sim: sim_{create_inferior,open,parse_args}: constify argv/env slightly | Mike Frysinger | 61 | -79/+257 |
2016-01-07 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2016-01-06 | MIPS/include: opcode/mips.h: Add a summary of MIPS16 operand codes | Maciej W. Rozycki | 2 | -0/+10 |
2016-01-06 | Make {arm,thumb}_get_next_pcs_raw static | Yao Qi | 3 | -38/+38 |
2016-01-06 | [ARM/AArch64] Fix -Werror=unused-const-variable warnings in GDBserver | Yao Qi | 3 | -20/+36 |
2016-01-06 | bfd/arc: Add R_ prefix to all relocation names | Andrew Burgess | 33 | -100/+140 |
2016-01-06 | Fix gdb.python/py-infthread.exp test message typo | Pedro Alves | 2 | -1/+5 |
2016-01-06 | Change copyright owner to FSF in sim/testsuite/sim/mips/hilo-hazard-4.s | Joel Brobecker | 2 | -2/+5 |
2016-01-05 | gdb: change version stamp to git | Mike Frysinger | 2 | -1/+5 |
2016-01-06 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2016-01-05 | libiberty: {count,dup,write}argv: constify argv input slightly | Mike Frysinger | 5 | -12/+23 |
2016-01-05 | libiberty: dupargv: rewrite to use xstrdup | Mike Frysinger | 2 | -5/+5 |
2016-01-05 | libiberty: Tweak the documentation of libiberty's xcrc32 function | Patrick Palka | 2 | -7/+13 |
2016-01-05 | libiberty: fix warnings about left shifting a negative value. | Nick Clifton | 2 | -1/+7 |
2016-01-05 | gdb: score: drop sim file check | Mike Frysinger | 2 | -3/+4 |
2016-01-05 | sim: msp430: drop duplicate sim_load_file call | Mike Frysinger | 2 | -26/+14 |
2016-01-05 | sim: aarch64: switch to common disassembler tracing | Mike Frysinger | 5 | -137/+30 |
2016-01-05 | sim: bfin: add support disasm tracing | Mike Frysinger | 2 | -0/+6 |
2016-01-05 | sim: msp430: switch to common disassembler tracing | Mike Frysinger | 5 | -388/+12 |
2016-01-05 | sim: trace: add support for disassembling | Mike Frysinger | 3 | -1/+119 |
2016-01-05 | Add myself as the maintainer for the AArch64. | Nick Clifton | 2 | -0/+5 |
2016-01-05 | Fix the execution of the MSP430 simulator testsuite. | Nick Clifton | 6 | -3/+53 |
2016-01-05 | Add missing ChangeLog entry bit | Pedro Alves | 1 | -0/+2 |
2016-01-05 | Fix PR sim/13418: building with --enable-targets=all fails | Pedro Alves | 5 | -1/+30 |
2016-01-04 | sim: use STATE_MAGIC helper | Mike Frysinger | 2 | -1/+5 |
2016-01-04 | sim: unify min/max macros | Mike Frysinger | 16 | -40/+60 |
2016-01-04 | sim: aarch64: drop syscall.h include to fix build | Tristan Gingold | 3 | -1/+8 |
2016-01-05 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2016-01-04 | MIPS/LD: Convert ELF linker emulation option macros to an enum | Maciej W. Rozycki | 2 | -2/+10 |
2016-01-04 | MIPS/BFD: Factor out ABI flag merging | Maciej W. Rozycki | 2 | -20/+39 |
2016-01-04 | MIPS/BFD: Move attribute check after ELF file header flag check | Maciej W. Rozycki | 17 | -33/+59 |
2016-01-04 | MIPS/BFD: Propagate the return status in attribute merging | Maciej W. Rozycki | 2 | -3/+6 |
2016-01-04 | MIPS/BFD: Factor out ELF file header flag checks | Maciej W. Rozycki | 2 | -182/+200 |
2016-01-04 | MIPS/BFD: Fold the handling of input MIPS ABI flags together | Maciej W. Rozycki | 2 | -16/+19 |
2016-01-04 | MIPS/BFD: Suppress attribute checks for null input | Maciej W. Rozycki | 2 | -15/+20 |