From: Andreas Jaeger Date: Mon, 10 Jan 2000 17:34:40 +0000 (+0000) Subject: 2000-01-10 Andreas Jaeger X-Git-Tag: glibc-2.16-ports-before-merge~2753 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be57c15a96c8c563f9cc8353bce14eec78a8128d;p=thirdparty%2Fglibc.git 2000-01-10 Andreas Jaeger * 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. --- diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h index 7761100455a..f7a1a6d4c06 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 . @@ -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 3dc97eb1edf..fe4667a87de 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 . @@ -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;