summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-07-22 00:37:43 +0000
committerDavid MacKenzie <djm@cygnus>1993-07-22 00:37:43 +0000
commit18d9a9c50224fae43da6fd3ab99d1ef869e9b150 (patch)
tree7d20560fa84c955e166b05dcba23189e54c69c6d /ld
parenta6152e399bf8c8752a6d3df941d171e33bd56e45 (diff)
downloadbinutils-18d9a9c50224fae43da6fd3ab99d1ef869e9b150.tar.gz
binutils-18d9a9c50224fae43da6fd3ab99d1ef869e9b150.tar.bz2
binutils-18d9a9c50224fae43da6fd3ab99d1ef869e9b150.zip
fix typo
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 509b7846735..a61929d2de6 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -19,11 +19,11 @@ Wed Jul 21 14:28:42 1993 David J. Mackenzie (djm@thepub.cygnus.com)
option, otherwise parse it directly.
* emultempl/*.em (*get_script): Return the scripts themselves if
this is the default emulation; otherwise return their file names.
- * emultempl/m88kbcs.em: New file, to take m88kbcs.em #ifdef out of
+ * emultempl/m88kbcs.em: New file, to take m88kbcs #ifdef out of
generic.em.
* emulparams/m88kbcs.sh: Use it.
- * ld.h (unix_relocate): Remove unused var.
+ * ld.h (ld_config_type::unix_relocate): Remove unused element.
Tue Jul 20 12:01:49 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)