This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] MIPS: micromips_scan_prologue comment typo fix


Hi,

 Committed as obvious.

2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>

	gdb/
	* mips-tdep.c (micromips_scan_prologue): Fix a typo.

  Maciej

gdb-umips-prologue-typo.diff
Index: gdb-fsf-trunk-quilt/gdb/mips-tdep.c
===================================================================
--- gdb-fsf-trunk-quilt.orig/gdb/mips-tdep.c	2013-06-25 20:35:47.981233669 +0100
+++ gdb-fsf-trunk-quilt/gdb/mips-tdep.c	2013-06-26 15:33:04.259774012 +0100
@@ -2911,7 +2911,7 @@ micromips_scan_prologue (struct gdbarch 
 	      break;
 
 	    /* LUI $v1 is used for larger $sp adjustments.  */
-	    /* Discard LUI $gp is used for PIC code.  */
+	    /* Discard LUI $gp used for PIC code.  */
 	    case 0x10: /* POOL32I: bits 010000 */
 	      if (b5s5_op (insn >> 16) == 0xd
 				/* LUI: bits 010000 001101 */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]