aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-01-10 17:35:32 +0000
committerAndreas Jaeger <aj@suse.de>2000-01-10 17:35:32 +0000
commit22d12a6939e624dde180c8462d884a6063e56112 (patch)
treeb3b88c221a61374e973299a58327c426fc499932 /sysdeps
parentb9662fd9faea5c6f7377e15ae0d6a11bbc2a9fc0 (diff)
downloadglibc-22d12a6939e624dde180c8462d884a6063e56112.tar
glibc-22d12a6939e624dde180c8462d884a6063e56112.tar.gz
glibc-22d12a6939e624dde180c8462d884a6063e56112.tar.bz2
glibc-22d12a6939e624dde180c8462d884a6063e56112.zip
Update.
* sysdeps/mips/dl-machine.h (elf_machine_matches_host): Follow change from 1999-10-07 to elf/elf.h and rename EM_MIPS_RS4_BE to EM_MIPS_RS3_LE. * sysdeps/mips/mips64/dl-machine.h: Likewise.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mips/dl-machine.h4
-rw-r--r--sysdeps/mips/mips64/dl-machine.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h
index 7761100455..f7a1a6d4c0 100644
--- a/sysdeps/mips/dl-machine.h
+++ b/sysdeps/mips/dl-machine.h
@@ -1,5 +1,5 @@
/* Machine-dependent ELF dynamic relocation inline functions. MIPS version.
- Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
@@ -84,7 +84,7 @@ elf_machine_matches_host (ElfW(Half) e_machine)
switch (e_machine)
{
case EM_MIPS:
- case EM_MIPS_RS4_BE:
+ case EM_MIPS_RS3_LE:
return 1;
default:
return 0;
diff --git a/sysdeps/mips/mips64/dl-machine.h b/sysdeps/mips/mips64/dl-machine.h
index 3dc97eb1ed..fe4667a87d 100644
--- a/sysdeps/mips/mips64/dl-machine.h
+++ b/sysdeps/mips/mips64/dl-machine.h
@@ -1,5 +1,5 @@
/* Machine-dependent ELF dynamic relocation inline functions. MIPS version.
- Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
@@ -84,7 +84,7 @@ elf_machine_matches_host (ElfW(Half) e_machine)
switch (e_machine)
{
case EM_MIPS:
- case EM_MIPS_RS4_BE:
+ case EM_MIPS_RS3_LE:
return 1;
default:
return 0;