Age | Commit message (Expand) | Author | Files | Lines |
2001-12-06 | * tc-arm.c (do_arit, do_cmp, do_mov, do_ldst, do_ldstt, do_ldmstm) | Richard Earnshaw | 2 | -332/+185 |
2001-12-06 | Fixes to improve the ability to translate messages in the binutils tools | Nick Clifton | 8 | -53/+84 |
2001-12-06 | 2001-12-04 Pierre Muller <muller@ics.u-strasbg.fr> | Pierre Muller | 2 | -5/+7 |
2001-12-06 | * configure: Regenerate. | Hans-Peter Nilsson | 3 | -188/+180 |
2001-12-06 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2001-12-05 | daily update | Alan Modra | 1 | -1/+1 |
2001-12-05 | * Makefile.am: split up BFD_LIBS like statements in BFD32_LIBS and | Thiemo Seufer | 7 | -230/+299 |
2001-12-05 | * target.c (cleanup_target): Do not initialize to_query to | Andrew Cagney | 2 | -3/+5 |
2001-12-05 | * s390-tdep.c (s390_get_frame_info): Recognize argument register | Jim Blandy | 2 | -4/+23 |
2001-12-05 | Remove eaixppc64 from Makefile.am | Tom Rix | 2 | -4/+5 |
2001-12-05 | * gdbserver/low-linux.c (arm_register_u_addr): added. | Keith Walker | 4 | -0/+33 |
2001-12-05 | Formatting and misc cleanup for AIX. | Tom Rix | 5 | -130/+133 |
2001-12-05 | * tc-arm.c (struct asm_opcode): Delete comp_suffix and flags. Add | Richard Earnshaw | 2 | -749/+1210 |
2001-12-05 | * gas/arm/xscale.s, gas/arm/xscale.d (pld tests): PLD instruction has | Richard Earnshaw | 3 | -16/+15 |
2001-12-05 | gcc adopts symlink-tree, refer more to libiberty. | Nick Clifton | 3 | -59/+74 |
2001-12-05 | Corrected incorrect op->type selection due to missing 'else'. | Nick Clifton | 2 | -8/+10 |
2001-12-05 | * arm-tdep.c (arm_skip_prologue): Always skip prologue by scanning | Corinna Vinschen | 2 | -4/+18 |
2001-12-05 | 2001-12-04 Jackie Smith Cashion <jsmith@redhat.com> | Jackie Smith Cashion | 3 | -3/+42 |
2001-12-05 | * s390-tdep.c (s390_get_frame_info): Recognize spills of reg | Jim Blandy | 2 | -0/+20 |
2001-12-05 | * s390-tdep.c (s390_get_frame_info): More doc fixes. | Jim Blandy | 2 | -6/+16 |
2001-12-05 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2001-12-04 | * s390-tdep.c (s390_get_frame_info): Doc fixes. | Jim Blandy | 2 | -3/+30 |
2001-12-04 | 2001-11-16 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 3 | -4/+47 |
2001-12-04 | daily update | Alan Modra | 1 | -1/+1 |
2001-12-04 | Add note to serial_open. | Martin Hunt | 1 | -1/+4 |
2001-12-04 | 2001-11-30 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 7 | -3/+121 |
2001-12-04 | * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes. | Hans-Peter Nilsson | 3 | -5/+18 |
2001-12-04 | * config/tc-d10v.c (write_2_short): Don't skip dummy fixups, so | Alexandre Oliva | 2 | -28/+25 |
2001-12-04 | * gdb.base/completion.exp: Clarify indentation. | Jim Blandy | 2 | -11/+24 |
2001-12-04 | * config.bfd: Remove trailing blanks. | Thiemo Seufer | 7 | -47/+60 |
2001-12-04 | * arlex.l: Silence compile warnings. | Thiemo Seufer | 3 | -32/+27 |
2001-12-04 | * config/tc-mips.c (append_insn): Add jump address range overflow | Thiemo Seufer | 2 | -0/+13 |
2001-12-04 | * config/tc-mips.c (md_parse_option): Fix comment. Allow -mabi option | Thiemo Seufer | 2 | -2/+41 |
2001-12-04 | * d10v-opc.c (d10v_predefined_registers): Remove warnings | Alexandre Oliva | 2 | -2/+5 |
2001-12-04 | * d10v-dis.c (print_operand): Apply REGISTER_MASK to `num' of | Alexandre Oliva | 2 | -1/+4 |
2001-12-04 | Only clear cpu part when specifying 'xscale' cpu (don't change the fpu part) | Nick Clifton | 2 | -1/+7 |
2001-12-04 | * elf32-d10v.c (elf_d10v_howto_table): Adjust bit-size of | Alexandre Oliva | 2 | -33/+40 |
2001-12-04 | 2001-12-04 Orjan Friberg <orjanf@axis.com> | Orjan Friberg | 2 | -13/+32 |
2001-12-04 | * strings.c: Include config.h before bfd.h. | Jakub Jelinek | 5 | -15/+174 |
2001-12-04 | * d10v-dis.c (print_operand): Disregard OPERAND_SP in register | Alexandre Oliva | 2 | -1/+4 |
2001-12-04 | * config/tc-d10v.c (find_opcode): Reject SP operand if | Alexandre Oliva | 2 | -0/+8 |
2001-12-04 | * d10v-opc.c (RSRC_NOSP): New macro. | Alexandre Oliva | 2 | -3/+11 |
2001-12-04 | * d10v.h (OPERAND_NOSP): New macro. | Alexandre Oliva | 2 | -0/+9 |
2001-12-04 | fix typo | Nick Clifton | 2 | -2/+2 |
2001-12-04 | 2001-12-04 Orjan Friberg <orjanf@axis.com> | Orjan Friberg | 2 | -0/+29 |
2001-12-04 | 2001-12-03 Martin M. Hunt <hunt@redhat.com> | Martin Hunt | 2 | -49/+99 |
2001-12-04 | 2001-12-03 Eric Christopher <echristo@redhat.com> | Eric Christopher | 2 | -2/+6 |
2001-12-04 | * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT. | Alan Modra | 2 | -8/+12 |
2001-12-04 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2001-12-03 | Removing, redundant with support of -b64 | Tom Rix | 1 | -14/+0 |