2021-05-16 22:22:07 -05:00
|
|
|
# only-linux
|
|
|
|
# ignore-32bit
|
|
|
|
|
2022-08-22 19:00:00 -05:00
|
|
|
include ../tools.mk
|
2021-05-16 22:22:07 -05:00
|
|
|
|
|
|
|
all:
|
|
|
|
$(RUSTC) eh_frame-terminator.rs
|
|
|
|
$(call RUN,eh_frame-terminator) | $(CGREP) '1122334455667788'
|
|
|
|
objdump --dwarf=frames $(TMPDIR)/eh_frame-terminator | $(CGREP) 'ZERO terminator'
|