This is the mail archive of the binutils@sources.redhat.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]

Re: MIPS support dlltool missing



> It seems that the current (cvs) version of dlltool won't accept mips
> as the target machine.

MIPS uses more than just DIR32 relocs, which would make dlltool much
less usable (nobody can generate useful exp files).  Use the linker
(ld) to build dlls.  Is there something you needed to do that the
linker can't already do?

> And on that note, are there any known validity testers for COFF/PE
> files ?

I use microsoft's DUMPBIN program, but really the only thing that
*really* knows if a PE file is valid is the OS that is going to run
it, which often disagrees with dumpbin *and* the PE spec.

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