diff --git a/test/unit/Makefile.include b/test/unit/Makefile.include index 21e6be8..e971743 100644 --- a/test/unit/Makefile.include +++ b/test/unit/Makefile.include @@ -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 diff --git a/test/unit/objs b/test/unit/objs index d9491d9..d084a0f 160000 --- a/test/unit/objs +++ b/test/unit/objs @@ -1 +1 @@ -Subproject commit d9491d9ea422f317573938ee6c2f57ce2f12f786 +Subproject commit d084a0fbd02d15d45ba3224d15a9ebaab0db0cd7