> On Sep 9, 6:01pm, Jimi Xenidis wrote: > > >> diff -Naur -X Xdiff src/gdb/ChangeLog mygdb/gdb/ChangeLog >> --- src/gdb/ChangeLog Tue Sep 9 17:33:08 2003 >> +++ mygdb/gdb/ChangeLog Tue Sep 9 17:03:52 2003 >> @@ -1,3 +1,14 @@ >> +2003-09-09 Jimi Xenidis >> + >> + * config/powerpc/tm-ppc-eabi.h: no longer require custion #define of >> + SOFTWARE_SINGLE_STEP >> + * config/rs6000/tm-rs6000.h: no longer require custion #define of >> + SOFTWARE_SINGLE_STEP >> + * config/powerpc/tm-linux.h: no longer require custion #define of >> + SOFTWARE_SINGLE_STEP >> + * rs6000-tdep.c (rs6000_gdbarch_init): Set up software_single_step >> + while initing gdbarch > > > This is okay so long as the nits we discussed privately -- ChangeLog entry > formatting and comment wording -- are fixed. FYI, I've checked this in for Jimi. Andrew