Fix typos
This commit is contained in:
parent
b091f402a9
commit
89084430cd
4 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
;;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue