[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/351] [PATCH] dlltool doesn't honour aliases in .def files.
From: |
carlo at alinoe dot com |
Subject: |
[Bug binutils/351] [PATCH] dlltool doesn't honour aliases in .def files. |
Date: |
30 Sep 2004 12:07:52 -0000 |
------- Additional Comments From carlo at alinoe dot com 2004-09-30 12:07
-------
OOPS!
I meant this:
[...]
Then dlltool will deduce the 'exported name' by taking the left-hand-side
(foobar in case A and address@hidden in case B) and construct the 'imported
name'
by *removing* the underscore to __stdcall functions, as well as adding the
@<n> part. This means, that if we have:
xyz = address@hidden
then it will generate address@hidden as 'imported name'. And when you have just
address@hidden
then it will generate 'address@hidden' as 'imported name'.
Also, when you have:
_foobar
then it will generate '_foobar' as imported name (not remove
the underscore) because it isn't a stdcall.
--
http://sources.redhat.com/bugzilla/show_bug.cgi?id=351
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug binutils/351] [PATCH] dlltool doesn't honour aliases in .def files., (continued)
- [Bug binutils/351] [PATCH] dlltool doesn't honour aliases in .def files., carlo at alinoe dot com, 2004/09/06
- [Bug binutils/351] [PATCH] dlltool doesn't honour aliases in .def files., carlo at alinoe dot com, 2004/09/06
- [Bug binutils/351] [PATCH] dlltool doesn't honour aliases in .def files., carlo at alinoe dot com, 2004/09/06
- [Bug binutils/351] [PATCH] dlltool doesn't honour aliases in .def files., carlo at alinoe dot com, 2004/09/07
- [Bug binutils/351] [PATCH] dlltool doesn't honour aliases in .def files., carlo at alinoe dot com, 2004/09/08
- [Bug binutils/351] [PATCH] dlltool doesn't honour aliases in .def files., nickc at redhat dot com, 2004/09/08
- [Bug binutils/351] [PATCH] dlltool doesn't honour aliases in .def files., carlo at alinoe dot com, 2004/09/08
- [Bug binutils/351] [PATCH] dlltool doesn't honour aliases in .def files., carlo at alinoe dot com, 2004/09/30
- [Bug binutils/351] [PATCH] dlltool doesn't honour aliases in .def files., carlo at alinoe dot com, 2004/09/30
- [Bug binutils/351] [PATCH] dlltool doesn't honour aliases in .def files.,
carlo at alinoe dot com <=