From: Maciej W. Rozycki Date: Fri, 20 Jul 2007 15:19:39 +0000 (+0000) Subject: * mips-tdep.c (fetch_mips_16): Fix typos and reformat the X-Git-Tag: binutils-2_18-branchpoint~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcf1ea1e614dea13fc1d007a3031381377ab5f42;p=thirdparty%2Fbinutils-gdb.git * mips-tdep.c (fetch_mips_16): Fix typos and reformat the description. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 50e50edece8..475f3800368 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2007-07-20 Chris Dearman + Maciej W. Rozycki + + * mips-tdep.c (fetch_mips_16): Fix typos and reformat the + description. + 2007-07-17 Pedro Alves Daniel Jacobowitz diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 8a966d4188a..751945e54e8 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -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)