Print this page
10823 should ignore DW_TAG_subprogram with DW_AT_declaration tags
10824 GCC7-derived CTF can double qualifiers on arrays
10825 ctfdump -c drops last type
10826 ctfdump -c goes off the rails with a missing parent
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Jason King <jason.king@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>

*** 8,18 **** # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # ! # Copyright (c) 2019, Joyent, Inc. # include $(SRC)/Makefile.master ROOTOPTPKG = $(ROOT)/opt/util-tests --- 8,18 ---- # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # ! # Copyright 2019, Joyent, Inc. # include $(SRC)/Makefile.master ROOTOPTPKG = $(ROOT)/opt/util-tests
*** 30,39 **** --- 30,40 ---- test-array.c \ test-enum.c \ test-forward.c \ test-sou.c \ test-function.c \ + test-qualifiers.c \ test-merge-static/Makefile.ctftest \ test-merge-static/test-a.c \ test-merge-static/test-b.c \ test-merge-static/test-c.c \ test-merge-static/test-d.c \
*** 71,80 **** --- 72,82 ---- check-sou-32 \ check-sou-64 \ check-forward-32 \ check-forward-64 \ check-function \ + check-qualifiers \ check-merge-static \ check-merge-forward-32 \ check-merge-forward-64 \ check-merge-dedup \ check-merge-reduction \
*** 94,103 **** --- 96,107 ---- ROOTSCRIPTS := FILEMODE = 0555 include $(SRC)/cmd/Makefile.cmd include $(SRC)/test/Makefile.com + CSTD = $(CSTD_GNU99) + LDLIBS += -lctf check-merge-static := LDLIBS += -lelf all: $(CHECKS)