2004-05-03 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Mon, 3 May 2004 22:20:18 +0000 (22:20 +0000)
committerMichael Snyder <msnyder@vmware.com>
Mon, 3 May 2004 22:20:18 +0000 (22:20 +0000)
        * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
        (heuristic_proc_start): Whitespace cleanup.

gdb/ChangeLog
gdb/mips-tdep.c

index a1d997347c2092acad8fb7eec8b76a811e65a0d7..f707e0d18919a02751dd4c326f75f9c021bdffd1 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-03  Michael Snyder  <msnyder@redhat.com>
+
+       * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
+       (heuristic_proc_start): Whitespace cleanup.
+
 2004-05-04  Mark Kettenis  <kettenis@gnu.org>
 
        * sun3-nat.c: Remove file.
index 5c7734099260426c77fd55350c535dc6ce2d202d..54f79f80131cb41402afe5f1fe257866a2949cbb 100644 (file)
@@ -1905,9 +1905,8 @@ heuristic_proc_start (CORE_ADDR pc)
          {
            static int blurb_printed = 0;
 
-           warning
-             ("GDB can't find the start of the function at 0x%s.",
-              paddr_nz (pc));
+           warning ("GDB can't find the start of the function at 0x%s.",
+                    paddr_nz (pc));
 
            if (!blurb_printed)
              {
@@ -5441,7 +5440,7 @@ mips_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   if (found_abi == MIPS_ABI_UNKNOWN && info.abfd != NULL)
     bfd_map_over_sections (info.abfd, mips_find_abi_section, &found_abi);
 
-  /* If we have no usefu BFD information, use the ABI from the last
+  /* If we have no useful BFD information, use the ABI from the last
      MIPS architecture (if there is one).  */
   if (found_abi == MIPS_ABI_UNKNOWN && info.abfd == NULL && arches != NULL)
     found_abi = gdbarch_tdep (arches->gdbarch)->found_abi;
This page took 0.031061 seconds and 4 git commands to generate.