mirror of git://sourceware.org/git/glibc.git
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
|
|
@ -11,5 +11,5 @@ PHDRS
|
||||||
text PT_LOAD FLAGS(5) FILEHDR PHDRS;
|
text PT_LOAD FLAGS(5) FILEHDR PHDRS;
|
||||||
dynamic PT_DYNAMIC FLAGS(4);
|
dynamic PT_DYNAMIC FLAGS(4);
|
||||||
note PT_NOTE FLAGS(4);
|
note PT_NOTE FLAGS(4);
|
||||||
gnu_property PT_GNU_PROPERTY FLAGS(4);
|
gnu_property /* PT_GNU_PROPERTY */ 0x6474e553 FLAGS(4);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue