]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* mips-tdep.c (fetch_mips_16): Fix typos and reformat the
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 20 Jul 2007 15:19:39 +0000 (15:19 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 20 Jul 2007 15:19:39 +0000 (15:19 +0000)
description.

gdb/ChangeLog
gdb/mips-tdep.c

index 50e50edece8814dba2f433c66d3035c8b8bc0c93..475f38003687fafa2d5e81291c6519234a3492c4 100644 (file)
@@ -1,3 +1,9 @@
+2007-07-20  Chris Dearman  <chris@mips.com>
+            Maciej W. Rozycki  <macro@mips.com>
+
+       * mips-tdep.c (fetch_mips_16): Fix typos and reformat the
+       description.
+
 2007-07-17  Pedro Alves  <pedro_alves@portugalmail.pt>
            Daniel Jacobowitz  <dan@codesourcery.com>
 
index 8a966d4188a32947991c1fbf5fcf8cd2b566caf4..751945e54e887a1d98d36044793b3576da0c1682 100644 (file)
@@ -1198,13 +1198,11 @@ extended_offset (unsigned int extension)
 }
 
 /* Only call this function if you know that this is an extendable
-   instruction, It wont malfunction, but why make excess remote memory references?
-   If the immediate operands get sign extended or somthing, do it after
-   the extension is performed.
- */
+   instruction.  It won't malfunction, but why make excess remote memory
+   references?  If the immediate operands get sign extended or something,
+   do it after the extension is performed.  */
 /* FIXME: Every one of these cases needs to worry about sign extension
-   when the offset is to be used in relative addressing */
-
+   when the offset is to be used in relative addressing.  */
 
 static unsigned int
 fetch_mips_16 (CORE_ADDR pc)