aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Pinski <apinski@cavium.com>2012-08-19 22:21:21 +0000
committerAndrew Pinski <apinski@cavium.com>2012-08-19 22:21:21 +0000
commit78a59c2feaac4e87ab2c2e299c480dca1c99d96a (patch)
tree280cb7644063371d3a35c8e0be66ef33ecc5c766 /gdb
parent4f5bcb5090c8bab1e78a01ac2ead3ae4e862b028 (diff)
downloadfsf-binutils-gdb-78a59c2feaac4e87ab2c2e299c480dca1c99d96a.zip
fsf-binutils-gdb-78a59c2feaac4e87ab2c2e299c480dca1c99d96a.tar.gz
fsf-binutils-gdb-78a59c2feaac4e87ab2c2e299c480dca1c99d96a.tar.bz2
2012-08-19 Andrew Pinski <apinski@cavium.com>
* mips-tdep.c (mips32_next_pc): Fix line spacing of the comment before the function.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/mips-tdep.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0b52582..31b2430 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2012-08-19 Andrew Pinski <apinski@cavium.com>
+ * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
+ before the function.
+
+2012-08-19 Andrew Pinski <apinski@cavium.com>
+
* mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2012-08-19 Keith Seitz <keiths@redhat.com>
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index 07ae405..751d7d6 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)
{