--- Additional Comments From t_ono at hkfreak dot net 2006-01-29 02:52
---
Hmm, no comments so far.
I will add a testcase.
void func1()
{
printf("func1 called\n");
}
int data1;
void func2()
{
printf("func2 called\n");
}
EXPORTS
func1
--- Additional Comments From t_ono at hkfreak dot net 2006-01-29 03:00
---
The following patch remedies the problem
--- ld/pe-dll.c.origSat Aug 27 17:31:02 2005
+++ ld/pe-dll.c Tue Jan 17 00:20:32 2006
@@ -2460,6 +2460,14 @@
}
static unsigned int
+pe_as16 (void *ptr
: NEW
Severity: normal
Priority: P2
Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: t_ono at hkfreak dot net
CC: bug-binutils at gnu dot org
http://sources.redhat.com/bugzilla/show_bug.cgi?id=785