mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Add localplt.data for MIPS.
This patch adds a localplt.data file for MIPS, reflecting the peculiarities of MIPS ELF that mean this test cannot detect PLT entries (there aren't any in shared libraries), not GOT entries (because of the implicit relocation). Tested for MIPS (all 24 ABIs). * sysdeps/mips/localplt.data: New file.
This commit is contained in:
parent
d060cd002d
commit
a2049e7ab2
@ -1,3 +1,7 @@
|
||||
2016-11-04 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/mips/localplt.data: New file.
|
||||
|
||||
2016-11-04 Yury Norov <ynorov@caviumnetworks.com>
|
||||
Steve Ellcey <sellcey@caviumnetworks.com>
|
||||
|
||||
|
3
sysdeps/mips/localplt.data
Normal file
3
sysdeps/mips/localplt.data
Normal file
@ -0,0 +1,3 @@
|
||||
# MIPS does not use PLTs in shared libraries, and implicit GOT
|
||||
# relocation means this test cannot check for GOT relocations as an
|
||||
# alternative.
|
Loading…
Reference in New Issue
Block a user