* ldctor.c (ldctor_add_set_entry): Fix comment typo.
authorAlan Modra <amodra@gmail.com>
Fri, 15 Oct 2004 05:54:11 +0000 (05:54 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 15 Oct 2004 05:54:11 +0000 (05:54 +0000)
ld/ChangeLog
ld/ldctor.c

index 2cfcdd80a80accbfacd004f60201ed20fffc74dd..65db21e01d47ca1b451f9c34744e343448bc8a6c 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldctor.c (ldctor_add_set_entry): Fix comment typo.
+
 2004-10-14  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR 445
index 34d5e5295a7a0b4483752bd14e73b2c3aca96f09..f9934fc22f5830b0b39e4e9d4090ae96e3ce936d 100644 (file)
@@ -1,6 +1,6 @@
 /* ldctor.c -- constructor support routines
    Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-   2002, 2003 Free Software Foundation, Inc.
+   2002, 2003, 2004 Free Software Foundation, Inc.
    By Steve Chamberlain <sac@cygnus.com>
 
 This file is part of GLD, the Gnu Linker.
@@ -49,7 +49,7 @@ struct set_info *sets;
    RELOC is the relocation to use for an entry in the set.  SECTION
    and VALUE are the value to add.  This is called during the first
    phase of the link, when we are still gathering symbols together.
-   We just record the information now.  The ldctor_find_constructors
+   We just record the information now.  The ldctor_build_sets
    function will construct the sets.  */
 
 void