diff options
author | Dave Korn <dave.korn@artimi.com> | 2009-08-31 16:59:32 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2009-08-31 16:59:32 +0000 |
commit | a69e7d0a1ed67995bbed58fde29d7cf1f9f30d83 (patch) | |
tree | d8b2d74f4e66984f38fed967b72b5c9bd210df03 /ChangeLog | |
parent | 94be91de018273a192f0aa60b1f40971d593e445 (diff) | |
download | gdb-a69e7d0a1ed67995bbed58fde29d7cf1f9f30d83.zip gdb-a69e7d0a1ed67995bbed58fde29d7cf1f9f30d83.tar.gz gdb-a69e7d0a1ed67995bbed58fde29d7cf1f9f30d83.tar.bz2 |
* ltmain.sh (func_normal_abspath): New function.
(func_relative_path): Likewise.
(func_mode_help): Document new -bindir option for link mode.
(func_mode_link): Add new -bindir option, and use it to place
output DLL if specified.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com> + + * ltmain.sh (func_normal_abspath): New function. + (func_relative_path): Likewise. + (func_mode_help): Document new -bindir option for link mode. + (func_mode_link): Add new -bindir option, and use it to place + output DLL if specified. + 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure.ac (AC_PREREQ): Bump to 2.64. |