mirror of git://sourceware.org/git/glibc.git
Update MIPS libc-abis configuration for libc changes.
This commit is contained in:
parent
2dcd7ed8fd
commit
b1ab8c5fd9
|
@ -1,3 +1,7 @@
|
||||||
|
2010-04-14 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* libc-abis: Remove.
|
||||||
|
|
||||||
2010-04-06 Joseph Myers <joseph@codesourcery.com>
|
2010-04-06 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* libc-abis: New.
|
* libc-abis: New.
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-04-14 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/mips/libc-abis: New.
|
||||||
|
|
||||||
2010-04-06 Joseph Myers <joseph@codesourcery.com>
|
2010-04-06 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
|
* sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# See the copy of this file in libc for detailed explanations. The
|
# See the copy of this file in libc for detailed explanations. This
|
||||||
# ports copy needs to include all libc definitions applicable to any
|
# copy needs to include all libc definitions applicable to MIPS; only
|
||||||
# ports target; only one copy will be used.
|
# one copy will be used.
|
||||||
#
|
#
|
||||||
# Feature Name Configuration
|
# Feature Name Configuration
|
||||||
# ------------ -------------
|
# ------------ -------------
|
||||||
|
@ -11,6 +11,3 @@ MIPS_PLT mips*-*-linux*
|
||||||
# Unique symbol definitions for C++.
|
# Unique symbol definitions for C++.
|
||||||
# Architecture independent, all ELF targets (== all targets)
|
# Architecture independent, all ELF targets (== all targets)
|
||||||
UNIQUE
|
UNIQUE
|
||||||
#
|
|
||||||
# Indirect PLT relocations. Architecture dependent.
|
|
||||||
IFUNC powerpc-*-linux*
|
|
Loading…
Reference in New Issue