Age | Commit message (Expand) | Author | Files | Lines |
2007-05-07 | * inftarg.c, infptrace.c: Remove files. | Ulrich Weigand | 7 | -1221/+19 |
2007-05-07 | * sparc-nat.h (sparc_fetch_inferior_registers): Add prototype. | Ulrich Weigand | 5 | -8/+23 |
2007-05-07 | * linux-nat.c (child_post_attach): Rename to ... | Ulrich Weigand | 2 | -19/+38 |
2007-05-07 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2007-05-07 | daily update | Alan Modra | 1 | -1/+1 |
2007-05-06 | * configure.host (alpha*-*-osf[12]*): Remove support. | Ulrich Weigand | 10 | -120/+38 |
2007-05-06 | * regcache.c (regcache_invalidate): New function. | Ulrich Weigand | 11 | -114/+74 |
2007-05-06 | * target.h (struct target_ops): Add REGCACHE parameter to | Ulrich Weigand | 19 | -41/+64 |
2007-05-06 | * target.h (struct regcache): Add forward declaration. | Ulrich Weigand | 57 | -700/+855 |
2007-05-06 | * gdbcore.h (struct regcache): Add forward declaration. | Ulrich Weigand | 12 | -39/+78 |
2007-05-06 | * gregset.h (struct regcache): Add forward declaration. | Ulrich Weigand | 28 | -309/+398 |
2007-05-06 | * monitor.c (monitor_supply_register): Add REGCACHE parameter, use | Ulrich Weigand | 7 | -39/+73 |
2007-05-06 | * i386-nto-tdep.c (i386nto_supply_gregset, i386nto_supply_fpregset): | Ulrich Weigand | 5 | -23/+43 |
2007-05-06 | * shnbsd-tdep.c (shnbsd_supply_reg): Add REGCACHE parameter, use it | Ulrich Weigand | 5 | -9/+25 |
2007-05-06 | * mips-linux-tdep.c (supply_32bit_reg): Add REGCACHE parameter. Use it | Ulrich Weigand | 8 | -133/+198 |
2007-05-06 | * i387-tdep.c (i387_fill_fsave, i387_fill_fxsave): Remove. | Ulrich Weigand | 8 | -44/+19 |
2007-05-06 | * cris-tdep.c (supply_gregset): Rename to ... | Ulrich Weigand | 2 | -4/+11 |
2007-05-06 | * arnmnbsd-nat.c (supply_gregset): Rename to ... | Ulrich Weigand | 2 | -16/+27 |
2007-05-06 | * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs, | Ulrich Weigand | 9 | -52/+96 |
2007-05-06 | * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs, | Ulrich Weigand | 2 | -109/+133 |
2007-05-06 | * m32r-linux-nat.c (supply_gregset): Do not modify contents | Ulrich Weigand | 2 | -4/+13 |
2007-05-06 | * irix5-nat.c (fill_gregset): Use regcache_raw_collect instead | Ulrich Weigand | 2 | -22/+33 |
2007-05-06 | * cp-demangle.c (d_name): Detect local-source-name. | Geoffrey Keating | 3 | -1/+43 |
2007-05-06 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2007-05-06 | daily update | Alan Modra | 1 | -1/+1 |
2007-05-05 | gas/ | Mark Shinwell | 2 | -1/+7 |
2007-05-05 | * multempl/avrelf.em (PARSE_AND_LIST_ARGS_CASES): Add new value for | Denis Chertykov | 2 | -1/+9 |
2007-05-05 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2007-05-05 | daily update | Alan Modra | 1 | -1/+1 |
2007-05-04 | 2007-05-04 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2 | -4/+11 |
2007-05-04 | * gas/m68k/all.exp: Skip fmoveml on fido. | Kazu Hirata | 2 | -1/+10 |
2007-05-04 | * elflink.c (elf_link_sort_relocs): If both .rela.dyn and .rel.dyn sections | Nick Clifton | 2 | -19/+159 |
2007-05-04 | 2007-05-03 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 5 | -1/+17 |
2007-05-04 | PR gas/4460 | Alan Modra | 2 | -6/+12 |
2007-05-04 | daily update | Alan Modra | 1 | -1/+1 |
2007-05-04 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2007-05-03 | * filename_cmp.c: Replace include of ctype.h by include of | Joel Brobecker | 3 | -4/+13 |
2007-05-03 | gas/ | H.J. Lu | 21 | -109/+270 |
2007-05-03 | * scripttempl/elfxtensa.sc: Merge changes from elf.sc. | Bob Wilson | 2 | -4/+17 |
2007-05-03 | 2007-05-03 Sandra Loosemore <sandra@codesourcery.com> | Sandra Loosemore | 2 | -1/+5 |
2007-05-03 | * mips-tdep.c (mips_eabi_push_dummy_call): When pushing floating | Kevin Buettner | 2 | -1/+13 |
2007-05-03 | * breakpoint.c (set_raw_breakpoint): Adjust breakpoint's address | Kevin Buettner | 2 | -2/+17 |
2007-05-03 | PR gas/3041 | Nick Clifton | 4 | -3/+38 |
2007-05-03 | * ld.texinfo (--no-warn-search-mismatch): Document. | Alan Modra | 6 | -4/+37 |
2007-05-03 | * scripttempl/elf.sc: Add .debug_pubtypes and .debug_ranges. | Alan Modra | 2 | -0/+8 |
2007-05-03 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2007-05-03 | daily update | Alan Modra | 1 | -1/+1 |
2007-05-02 | include/elf/ | Alan Modra | 4 | -27/+51 |
2007-05-02 | * mips-tdep.c (mips_o32_push_dummy_call): Remove conditions | Maciej W. Rozycki | 2 | -85/+21 |
2007-05-02 | gas/ | Alan Modra | 4 | -5/+12 |