[Bug binutils/6483] objdump -g does not understand the debug info

2008-06-12 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-06-12 11:58 --- I have now checked this patch in, along with this changelog entry. binutils/ChangeLog PR binutils/6483 * objdump.c (dump_bfd): If the -g option found no STABS or IEEE debug information to d

[Bug ld/6642] New: cygwin LD bails on an import file for VERSION.DLL

2008-06-12 Thread jafa at silicondust dot com
Hi, The Cygwin LD program reports a syntax error for an import def file describing functions to import from a DLL called "VERSION". Other DLL names work - this problem only occurs when the DLL is named "VERSION". Unfortunately VERSION.DLL is a standard Windows DLL (included with Windows) and is ne

[Bug ld/6642] cygwin LD bails on an import file for VERSION.DLL

2008-06-12 Thread jafa at silicondust dot com
--- Additional Comments From jafa at silicondust dot com 2008-06-13 03:39 --- Created an attachment (id=2776) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2776&action=view) sample .def file to demonstrate the problem -- http://sourceware.org/bugzilla/show_bug.cgi?id=6642

[Bug ld/6643] New: cygwin LD ignores DLL extension from import def file

2008-06-12 Thread jafa at silicondust dot com
Hi, Cygwin LD seems to ignore the file extension given in a imports def file. The resulting executable attempts to load .dll even if the extension of the DLL file is not ".dll". For example, windows includes a DLL file called "WINSPOOL.DRV". This is a normal DLL file that ships with windows for u

[Bug ld/6643] cygwin LD ignores DLL extension from import def file

2008-06-12 Thread jafa at silicondust dot com
--- Additional Comments From jafa at silicondust dot com 2008-06-13 03:50 --- Created an attachment (id=2777) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2777&action=view) sample .def file to demonstrate the problem -- http://sourceware.org/bugzilla/show_bug.cgi?id=6643

[Bug ld/6642] cygwin LD bails on an import file for VERSION.DLL

2008-06-12 Thread brian at dessent dot net
--- Additional Comments From brian at dessent dot net 2008-06-13 04:06 --- Subject: Re: New: cygwin LD bails on an import file for VERSION.DLL VERSION is a reserved word, as it is a command that can be used to specify a version in the exe header, see

[Bug ld/6642] cygwin LD bails on an import file for VERSION.DLL

2008-06-12 Thread jafa at silicondust dot com
--- Additional Comments From jafa at silicondust dot com 2008-06-13 04:16 --- Fantastic! It looks like all 4 places need to be quoted... the following file works: LIBRARY "VERSION.dll" IMPORTS VerQueryValueA = "VERSION".VerQueryValueA GetFileVersionInfoA = "VERSION".Get