]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typos
authorNick Clifton <nickc@redhat.com>
Thu, 21 Jun 2001 07:44:32 +0000 (07:44 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 21 Jun 2001 07:44:32 +0000 (07:44 +0000)
bfd/ChangeLog
bfd/configure.host
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/readelf.exp

index 023d7657fea14423daf317f795028d6835029a2b..bf87bd5cb4a1b41705a6aebabbc4bd9388253eed 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * configure.host (mips64-*-linux): Reformat.
+
 2001-06-21  Alan Modra  <amodra@bigpond.net.au>
 
        * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Always
index 878bf43c1b5bc34e2550bf11f47ec24fea9adf05..e7c0dacc2cc738e0ef32155a53e3e4f679f47d4c 100644 (file)
@@ -43,7 +43,7 @@ mips*-sgi-irix6*)     host64=true
                        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";
                        ;;
index 5bf27c0be9ffaaf410a32f12cc2f6a310401a68b..f3a47990710575b3b5694221be9562d6800d0b04 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * binutils-all/readelf.exp: Typo.
+
 2001-06-19  Andreas Jaeger  <aj@suse.de>
 
        * binutils-all/readelf.r: Don't check for specific info value to
index 162fc66a45e6d937fe9fa6583a27e26bbe9dd600..a9a746568ea1d915c169846c2eacb99d3e258f30 100644 (file)
@@ -249,7 +249,7 @@ if ![is_remote host] {
 
 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"