mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
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.
This commit is contained in:
parent
b9662fd9fa
commit
22d12a6939
@ -1,5 +1,10 @@
|
||||
2000-01-10 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* 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.
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/sys/procfs.h: Remove greg_t,
|
||||
gregset_t, fpregset_t, and NGREG definitions.
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user