aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-10-15 05:54:11 +0000
committerAlan Modra <amodra@gmail.com>2004-10-15 05:54:11 +0000
commit95c148b400bbaad77aeb0d067ed7c57a8eeb2ddc (patch)
tree21afafa6091e0fdb132ef9ed979e6a42e0da5769
parent3c55da702a224d39d4254d22544b443c41f43e3f (diff)
downloadgdb-95c148b400bbaad77aeb0d067ed7c57a8eeb2ddc.zip
gdb-95c148b400bbaad77aeb0d067ed7c57a8eeb2ddc.tar.gz
gdb-95c148b400bbaad77aeb0d067ed7c57a8eeb2ddc.tar.bz2
* ldctor.c (ldctor_add_set_entry): Fix comment typo.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ldctor.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 2cfcdd8..65db21e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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
diff --git a/ld/ldctor.c b/ld/ldctor.c
index 34d5e52..f9934fc 100644
--- a/ld/ldctor.c
+++ b/ld/ldctor.c
@@ -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