This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH #1] mips*-kfreebsd-gnu support in BFD


Robert Millan <rmh@gnu.org> writes:
> Hi Richard,
> 2010/12/18 Richard Sandiford <rdsandiford@googlemail.com>:
>> ...the same is really true here, and it's led to horrible cut-&-paste.
>> With all these duplicated lists, it's pain to update when you add a new
>> object dependency. ÂSo, I agree what you've done here is the right thing,
>> and so we might as well do the same in configure.host.
>
> You mean unify them with "mips64*-*-linux*" ?

I meant that the patch had:

   mips64*-*-freebsd* | mips64*-*-kfreebsd*-gnu) ... ;;

in configure.host, whereas the prevailing style seemed to be:

   mips64*-*-freebsd*) ... ;;
   mips64*-*-kfreebsd*-gnu) ... ;;

Same for bfd_elf32_ntradlittlemips_vec and
bfd_elf32_ntradlittlemips_freebsd_vec in configure.in.  But like I say,
I think the patch does the right thing.  I was just trying to say that
I'd thought about the style issues, in case someone thought I wasn't
paying attention. :-)

I'll apply the three patches once the new GAS one's ready.

Richard


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