This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

implib -- pe-dll vs binutils discrepancies


While stealing code from pe-dll to optimize dlltool's implib builds, I ran
into two things that seem odd:

1. The hint table should have xlate'd name a far as I know. It is so in
   dlltool (dlltool.c:make_one_lib_file()), but not so in pe-dll
   (pe-dll.c:make_one()). Which one is correct?

2. The .idata$6 section alignment is 1 in dlltool (the idata6 entry in
   secdata array), and 2 in pe-dll (pe-dll.c:make_one). Which one is 
   correct?

Regards,
Mumit



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]