[PATCH] Two simple typo and formatting changes

Nick Clifton nickc@cambridge.redhat.com
Thu Jun 21 00:44:00 GMT 2001


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



More information about the Binutils mailing list