]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
elf: Make tst-ro-dynamic-mod.map compatible with older binutils
authorFlorian Weimer <fweimer@redhat.com>
Mon, 20 Jan 2025 19:35:10 +0000 (20:35 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 20 Jan 2025 19:35:10 +0000 (20:35 +0100)
Older versions such as binutils 2.35.2 do not recognize
PT_GNU_PROPERTY.

Fixes commit d3f2b71ef1d146137a25dd1367d97a14fac341c6
("aarch64: Fix tests not compatible with targets supporting GCS").

elf/tst-ro-dynamic-mod.map

index 2a158480c07d9691fd80343aef86486ce6788b6b..8fdd2b0ec4e4e159244d4022c7284ea8ae730fda 100644 (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);
 }