Commit a5bc1d5a authored by Alex Murray's avatar Alex Murray Committed by Khalid Elmously

Revert "x86/vdso: Pass --eh-frame-hdr to the linker"

BugLink: https://bugs.launchpad.net/bugs/1834315

This reverts commit e8a65003 which was
commit cd01544a upstream.

This commit, along with the commit it purports to
fix (3f8c4bc3 aka
379d98dd upstream), still cause glibc to
FTBFS on eoan as noted in
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1830890/comments/7
so revert both commits.
Signed-off-by: default avatarAlex Murray <alex.murray@canonical.com>
Acked-by: default avatarStefan Bader <stefan.bader@canonical.com>
Acked-by: default avatarKleber Souza <kleber.souza@canonical.com>
Signed-off-by: default avatarKhalid Elmously <khalid.elmously@canonical.com>
parent a713ff5b
......@@ -159,8 +159,7 @@ quiet_cmd_vdso = VDSO $@
sh $(srctree)/$(src)/checkundef.sh '$(NM)' '$@'
VDSO_LDFLAGS = -shared $(call ld-option, --hash-style=both) \
$(call ld-option, --build-id) $(call ld-option, --eh-frame-hdr) \
-Bsymbolic
$(call ld-option, --build-id) -Bsymbolic
GCOV_PROFILE := n
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment