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]

Question about elf64-mips.c



This file uses routines in elf32-mips.c.  That would seem to imply
that you cannot configure bfd for just elf64-bigmips, say; you must
also use elf32-bigmips, or some such.  Wouldn't it be better to move
the common code to a header file and #include it both places?  Or,
move it to a separate .c and use it from both elf32-mips.c and
elf64-mips.c? 

I'm also working on the N32/64-bit ABI support, and there will be a
lot of common code there, too.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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