Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-01-04 | MIPS/BFD: Use local pointers to target data in private data merge | Maciej W. Rozycki | 2 | -32/+34 |
2016-01-04 | MIPS/BFD: Correct an FP ABI warning | Maciej W. Rozycki | 2 | -1/+6 |
2016-01-04 | sim: parse_args: polish getopt error message | Mike Frysinger | 5 | -3/+12 |
2016-01-04 | sim: punt x86-specific bswap logic | Mike Frysinger | 68 | -699/+187 |
2016-01-04 | sim: d10v: gut endian logic | Mike Frysinger | 2 | -77/+5 |
2016-01-04 | btrace: do not return out of TRY/CATCH | Markus Metzger | 6 | -4/+139 |
2016-01-03 | sim: parse_args: display getopt error ourselves | Mike Frysinger | 44 | -64/+138 |
2016-01-03 | sim: TODO: move to wiki | Mike Frysinger | 6 | -71/+12 |
2016-01-04 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2016-01-03 | sim: clean up some more device detritus | Mike Frysinger | 13 | -53/+26 |
2016-01-03 | sim: use libiberty countargv in more places | Mike Frysinger | 12 | -65/+44 |
2016-01-03 | sim: nrun: use lbasename | Mike Frysinger | 2 | -5/+9 |
2016-01-03 | sim: drop host endian configure option | Mike Frysinger | 96 | -5871/+6648 |
2016-01-03 | sim: convert to bfd_endian | Mike Frysinger | 90 | -699/+712 |
2016-01-03 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2016-01-02 | sim: cris: use standard output helpers | Mike Frysinger | 2 | -35/+14 |
2016-01-02 | sim: iq2000/m32r/lm32/sh64: delete dead option code | Mike Frysinger | 8 | -55/+18 |
2016-01-02 | sim: delete dead current_state globals | Mike Frysinger | 19 | -86/+42 |
2016-01-02 | gdb: ppc: drop unnecessary sim file check | Mike Frysinger | 2 | -3/+6 |
2016-01-02 | sim: ppc: do not exit when parsing args w/gdb | Mike Frysinger | 5 | -22/+50 |
2016-01-02 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2016-01-01 | Copyright update for binutils | Alan Modra | 2547 | -2648/+2683 |
2016-01-01 | New 2016 binutils ChangeLog files | Alan Modra | 9 | -0/+129 |
2016-01-01 | binutils ChangeLog rotation | Alan Modra | 22 | -0/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 4743 | -4753/+4757 |
2016-01-01 | update copyright year printed by GDB, GDBserver and gdbreplay. | Joel Brobecker | 5 | -3/+14 |
2016-01-01 | Rotate the GDB ChangeLog | Joel Brobecker | 3 | -14475/+14489 |
2016-01-01 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2015-12-31 | opcodes/arc: Support dmb instruction with no operands | Andrew Burgess | 2 | -0/+8 |
2015-12-30 | sim: m68hc11: fix default endian | Mike Frysinger | 3 | -2/+7 |
2015-12-30 | sim: cris/m68hc11: move default endian/alignment to configure | Mike Frysinger | 8 | -14/+115 |