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:
Florian Weimer 2025-01-20 20:35:10 +01:00
parent 5eafafc46c
commit a3131e71cf

View file

@ -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);
}