From: Steve Chamberlain Date: Sat, 18 May 1996 20:28:30 +0000 (+0000) Subject: Support for --force-exe-suffix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de7c7482b12959b76b058422e4e69f22923f3e05;p=binutils-gdb.git Support for --force-exe-suffix * ld.h (args_type): Add force_exe_suffix. * ld.texinfo: Add documentation. * ldmain.c (main): Add support for option. * lexsup.c (OPTION_FORCE_EXE_SUFFIX): New. (ld_options, parse_args): Add support for option. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 52c3f19ce17..65970fdcc53 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +Sat May 18 13:12:05 1996 Steve Chamberlain + + Support for --force-exe-suffix + * ld.h (args_type): Add force_exe_suffix. + * ld.texinfo: Add documentation. + * ldmain.c (main): Add support for option. + * lexsup.c (OPTION_FORCE_EXE_SUFFIX): New. + (ld_options, parse_args): Add support for option. + Wed May 15 12:50:25 1996 Jim Wilson * emultempl/pe.em (set_pe_value): Pass 0 not 16 to strtoul call.