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: [PATCH] Two simple typo and formatting changes


Hi Thiemo,

> Aaaargh. In fact, it should also work with mips64el. I tried to
> fix the formatting and put in an too old patch.
> 
> Fixed version below.

Except that it is still not quite right, because there should be an
asterisk for the middle component of the triplet.  So I applied this
variant of your patch:

*************** mips*-sgi-irix6*)	host64=true
*** 43,49 ****
  			HOST_64BIT_TYPE="long long";
  			HOST_U_64BIT_TYPE="unsigned long long";
  			;;
! mips64*-*-linux*)		host64=true
  			HOST_64BIT_TYPE="long long";
  			HOST_U_64BIT_TYPE="unsigned long long";
  			;;
--- 43,49 ----
  			HOST_64BIT_TYPE="long long";
  			HOST_U_64BIT_TYPE="unsigned long long";
  			;;
! mips64*-*-linux*)	host64=true
  			HOST_64BIT_TYPE="long long";
  			HOST_U_64BIT_TYPE="unsigned long long";
  			;;
> 2001-06-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
> 
> 	/bfd/ChangeLog
> 	* configure.host (mips64-*-linux): Reformat.
> 
> 	/binutils/testsuite/ChangeLog
> 	* binutils-all/readelf.exp: Typo.

Applied.

Cheers
        Nick


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