test/unit: update for .eh_frame removal

Update the unit test submodule reference to include ppc64le files w/o
.eh_frame.  At the same time, give additional guidance on stripping
these sections going forward.

Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
This commit is contained in:
Joe Lawrence 2022-09-23 12:20:03 -04:00
parent 1f6a7dbbc0
commit 71fbd169f0
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ SYMVERS_FILE = $(if $(wildcard $(TNAME).$(EXT_SYMVERS)),$(TNAME).$(EXT_SYMVERS),
define check_stripped =
$(if $(shell readelf --debug-dump $(1)),
$(error $(1) is not properly stripped, use 'strip --strip-debug --keep-file-symbols $(1)' to fix this),
$(error $(1) is not properly stripped, use 'strip --strip-debug --keep-file-symbols --remove-section=.eh_frame $(1)' to fix this),
)
endef

@ -1 +1 @@
Subproject commit d9491d9ea422f317573938ee6c2f57ce2f12f786
Subproject commit d084a0fbd02d15d45ba3224d15a9ebaab0db0cd7