From 7f511a96b07c5d845ccbf3d21782f45863119221 Mon Sep 17 00:00:00 2001 From: nickc Date: Thu, 21 Jun 2001 07:44:28 +0000 Subject: [PATCH] Fix typos --- bfd/ChangeLog | 4 ++++ bfd/configure.host | 2 +- binutils/testsuite/ChangeLog | 4 ++++ binutils/testsuite/binutils-all/readelf.exp | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 023d7657fe..bf87bd5cb4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2001-06-18 Thiemo Seufer + + * configure.host (mips64-*-linux): Reformat. + 2001-06-21 Alan Modra * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Always diff --git a/bfd/configure.host b/bfd/configure.host index 878bf43c1b..e7c0dacc2c 100644 --- a/bfd/configure.host +++ b/bfd/configure.host @@ -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"; ;; diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 5bf27c0be9..f3a4799071 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-06-18 Thiemo Seufer + + * binutils-all/readelf.exp: Typo. + 2001-06-19 Andreas Jaeger * binutils-all/readelf.r: Don't check for specific info value to diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp index 162fc66a45..a9a746568e 100644 --- a/binutils/testsuite/binutils-all/readelf.exp +++ b/binutils/testsuite/binutils-all/readelf.exp @@ -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" -- 2.11.0