diff options
author | Dave Korn <dave.korn@artimi.com> | 2009-04-01 17:20:19 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2009-04-01 17:20:19 +0000 |
commit | 2fe50fe3ef07d80e667b932f46098d6b0b966d65 (patch) | |
tree | 5337c22f6d4b491bc572643034ff77f792b8afee /binutils/ChangeLog | |
parent | 4343666d145c423a5207b9ef168817387cd4079c (diff) | |
download | gdb-2fe50fe3ef07d80e667b932f46098d6b0b966d65.zip gdb-2fe50fe3ef07d80e667b932f46098d6b0b966d65.tar.gz gdb-2fe50fe3ef07d80e667b932f46098d6b0b966d65.tar.bz2 |
binutils/ChangeLog
* dlltool.c (set_dll_name_from_def): Accept new second arg that
indicates if we are building DLL or EXE, and use it to add a
default suffix to the output filename when none is already present.
(def_name): Indicate we are building an EXE when calling it.
(def_library): Indicate we are building a DLL when calling it.
ld/testsuite/ChangeLog
* ld-cygwin/exe-export.exp: Add "-lkernel32" when linking test exe.
* ld-cygwin/testexe.c (testexe_main): Indicate whether global_a
was set to correct final value using error return status.
(testexe_dummy): Dummy function calls an import from kernel32.dll
to ensure it is mapped into the process space at runtime.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fb7bb7f..f047b60 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2009-04-01 Dave Korn <dave.korn.cygwin@gmail.com> + + * dlltool.c (set_dll_name_from_def): Accept new second arg that + indicates if we are building DLL or EXE, and use it to add a + default suffix to the output filename when none is already present. + (def_name): Indicate we are building an EXE when calling it. + (def_library): Indicate we are building a DLL when calling it. + 2009-04-01 Jari Aalto <jari.aalto@cante.net> PR 9972 |