diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0b52582eaa..31b243083a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-08-19 Andrew Pinski + + * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment + before the function. + 2012-08-19 Andrew Pinski * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op. diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 07ae4053c1..751d7d6cd6 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -1468,6 +1468,7 @@ mips32_bc1_pc (struct gdbarch *gdbarch, struct frame_info *frame, /* Determine where to set a single step breakpoint while considering branch prediction. */ + static CORE_ADDR mips32_next_pc (struct frame_info *frame, CORE_ADDR pc) {