diff options
author | Steve Chamberlain <sac@cygnus> | 1996-05-18 20:28:30 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1996-05-18 20:28:30 +0000 |
commit | de7c7482b12959b76b058422e4e69f22923f3e05 (patch) | |
tree | 23e059967d1a45243d29f4794b3f58bdf3f9fb23 /ld | |
parent | f0c56658fa5574e3239c28b033869ca7de38b9f9 (diff) | |
download | gdb-de7c7482b12959b76b058422e4e69f22923f3e05.zip gdb-de7c7482b12959b76b058422e4e69f22923f3e05.tar.gz gdb-de7c7482b12959b76b058422e4e69f22923f3e05.tar.bz2 |
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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 52c3f19..65970fd 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +Sat May 18 13:12:05 1996 Steve Chamberlain <sac@slash.cygnus.com> + + 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 <wilson@chestnut.cygnus.com> * emultempl/pe.em (set_pe_value): Pass 0 not 16 to strtoul call. |