From: David MacKenzie Date: Thu, 22 Jul 1993 00:37:43 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18d9a9c50224fae43da6fd3ab99d1ef869e9b150;p=binutils-gdb.git fix typo --- 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)