aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Cox <bill@cygnus>1994-05-10 01:58:35 +0000
committerBill Cox <bill@cygnus>1994-05-10 01:58:35 +0000
commiteeb8c1873a40d879beee4af7763fc780e345ca1d (patch)
treef337df7f3bd680ac3f4f994456a8b5aa1002de34
parent8e5090ce3a68e4a0285a1a9572c75f84d573478a (diff)
downloadgdb-eeb8c1873a40d879beee4af7763fc780e345ca1d.zip
gdb-eeb8c1873a40d879beee4af7763fc780e345ca1d.tar.gz
gdb-eeb8c1873a40d879beee4af7763fc780e345ca1d.tar.bz2
* linker.c: Add missing comment terminator.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/linker.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 435aff6..70ec7c7 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 9 18:53:40 1994 Bill Cox (bill@rtl.cygnus.com)
+
+ * linker.c: Add missing comment terminator.
+
Mon May 9 11:53:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* linker.c (_bfd_generic_link_add_one_symbol): If hashp and *hashp
diff --git a/bfd/linker.c b/bfd/linker.c
index 5f11daf..6e609b5 100644
--- a/bfd/linker.c
+++ b/bfd/linker.c
@@ -1299,7 +1299,7 @@ static const enum link_action link_action[8][7] =
or destructor names as collect2 does.
HASHP, if not NULL, is a place to store the created hash table
entry; if *HASHP is not NULL, the caller has already looked up
- the hash table entry, and stored it in *HASHP.
+ the hash table entry, and stored it in *HASHP. */
boolean
_bfd_generic_link_add_one_symbol (info, abfd, name, flags, section, value,