aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2025-01-20 20:35:10 +0100
committerFlorian Weimer <fweimer@redhat.com>2025-01-20 20:35:10 +0100
commita3131e71cf65c0c28869824de9b1b1fab363882c (patch)
tree76bffcef60c59a75585e9ec66196adbd9aab6b11
parent5eafafc46cd5b30916fd8b5c6b53dd5f6dc5466d (diff)
downloadglibc-a3131e71cf65c0c28869824de9b1b1fab363882c.zip
glibc-a3131e71cf65c0c28869824de9b1b1fab363882c.tar.gz
glibc-a3131e71cf65c0c28869824de9b1b1fab363882c.tar.bz2
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 d3f2b71ef1d146137a25dd1367d97a14fac341c6 ("aarch64: Fix tests not compatible with targets supporting GCS").
-rw-r--r--elf/tst-ro-dynamic-mod.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-ro-dynamic-mod.map b/elf/tst-ro-dynamic-mod.map
index 2a15848..8fdd2b0 100644
--- a/elf/tst-ro-dynamic-mod.map
+++ b/elf/tst-ro-dynamic-mod.map
@@ -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);
}