mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03: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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user