mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
elf: Make tst-ro-dynamic-mod.map compatible with older binutils
Older versions such as binutils 2.35.2 do not recognize
PT_GNU_PROPERTY.
Fixes commit d3f2b71ef1
("aarch64: Fix tests not compatible with targets supporting GCS").
This commit is contained in:
parent
5eafafc46c
commit
a3131e71cf
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ PHDRS
|
|||
text PT_LOAD FLAGS(5) FILEHDR PHDRS;
|
||||
dynamic PT_DYNAMIC FLAGS(4);
|
||||
note PT_NOTE FLAGS(4);
|
||||
gnu_property PT_GNU_PROPERTY FLAGS(4);
|
||||
gnu_property /* PT_GNU_PROPERTY */ 0x6474e553 FLAGS(4);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue