From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Lance Taylor To: hjl@varesearch.com Cc: mark@codesourcery.com, binutils@sourceware.cygnus.com Subject: Re: A 32bit BFD patch Date: Sat, 10 Jul 1999 17:53:00 -0000 Message-id: <19990711005234.1254.qmail@daffy.airs.com> References: <19990710174726.458E33FC1@varesearch.com> X-SW-Source: 1999-q3/msg00123.html Date: Sat, 10 Jul 1999 10:47:26 -0700 (PDT) From: hjl@varesearch.com (H.J. Lu) Since the latest ELF/MIPS change, elf32/mips is now 64bit. As the result, # ...../configure --enable-targets=all no longer works on 32bit hosts. Here is a patch to move elf32/mips to 64bit. Mark, would it be feasible to instead modify your code so that 32bit MIPS ELF support does not require a 64 bit bfd_vma? On many machines, using a 64 bit bfd_vma is a significant cost in efficiency, and I would prefer to not force people to pay it unnecessarily. Ian