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


Eric Christopher wrote:
>
>> -mips64*-*-linux*)            host64=true
>> +mips64-*-linux*)     host64=true
>
>You should probably leave this as mips64*-*-linux*.  Someone could do a
>port to some mips64<something>-*-linux toolchain.

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.


Thiemo


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.


diff -BurPX /bigdisk/dl/src/binutils-exclude src-orig/bfd/configure.host src/bfd/configure.host
--- src-orig/bfd/configure.host	Tue Jun  5 11:42:16 2001
+++ src/bfd/configure.host	Sat Jun 16 08:36:08 2001
@@ -43,7 +43,7 @@
 			HOST_64BIT_TYPE="long long";
 			HOST_U_64BIT_TYPE="unsigned long long";
 			;;
-mips64*-*-linux*)		host64=true
+mips64*-*-linux*)	host64=true
 			HOST_64BIT_TYPE="long long";
 			HOST_U_64BIT_TYPE="unsigned long long";
 			;;
diff -BurPX /bigdisk/dl/src/binutils-exclude src-orig/binutils/testsuite/binutils-all/readelf.exp src/binutils/testsuite/binutils-all/readelf.exp
--- src-orig/binutils/testsuite/binutils-all/readelf.exp	Mon May 28 14:03:49 2001
+++ src/binutils/testsuite/binutils-all/readelf.exp	Sat Jun 16 06:19:44 2001
@@ -249,7 +249,7 @@
 
 send_user "Version [binutil_version $READELF]"
 
-# Assemle the test file.
+# Assemble the test file.
 if {![binutils_assemble $srcdir/$subdir/bintest.s tmpdir/bintest.o]} then {
     perror "unresolved 1"
     unresolved "readelf - failed to assemble"


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