2012-03-01 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.git] / gdb / xcoffsolib.c
index 601d89ffb3582c184b84f7aa6e629d95ffa09786..0a4f5fe88970eee7ac83e522042b7994af3dd848 100644 (file)
@@ -1,6 +1,6 @@
 /* Shared library support for RS/6000 (xcoff) object files, for GDB.
-   Copyright (C) 1991, 1992, 1995, 1996, 1999, 2000, 2001, 2007, 2008, 2009,
-   2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1991-1992, 1995-1996, 1999-2001, 2007-2012 Free
+   Software Foundation, Inc.
    Contributed by IBM Corporation.
 
    This file is part of GDB.
@@ -124,7 +124,7 @@ sharedlibrary_command (char *pattern, int from_tty)
     if (!vp)
       return;
 
-    /* skip over the first vmap, it is the main program, always loaded. */
+    /* skip over the first vmap, it is the main program, always loaded.  */
     for (vp = vp->nxt; vp; vp = vp->nxt)
       if (! pattern
            || re_exec (vp->name)
This page took 0.024671 seconds and 4 git commands to generate.