diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2021-04-05 14:06:47 -0500 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2021-04-09 15:48:05 -0500 |
| commit | 8222814ef8560ee0ba222eca8ca5acffc6cd0e44 (patch) | |
| tree | 55274c4f702ccf5aa98764391b250a81ba3f1990 /exception_lists | |
| parent | 99ea293e719ac006d413e4fde6ac0d5cd4dd6c59 (diff) | |
| download | illumos-joyent-8222814ef8560ee0ba222eca8ca5acffc6cd0e44.tar.gz | |
13487 want mapfile-based assertions about symbol properties
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Jason King <jason.brian.king@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'exception_lists')
| -rw-r--r-- | exception_lists/mapfilechk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/exception_lists/mapfilechk b/exception_lists/mapfilechk index df5084caae..d6bb9ea000 100644 --- a/exception_lists/mapfilechk +++ b/exception_lists/mapfilechk @@ -35,19 +35,19 @@ # that match this pattern that should be skipped. # -syntax: glob exception_lists/mapfilechk -usr/src/boot/* -usr/src/cmd/lp/filter/postscript/font/devpost/charlib/* +usr/src/boot/ +usr/src/cmd/lp/filter/postscript/font/devpost/charlib/ usr/src/cmd/mdb/common/kmdb/mapfile_skel +usr/src/cmd/mklocale/ +usr/src/cmd/perl/ usr/src/cmd/sgs/libconv/common/map.msg -usr/src/cmd/troff/troff.d/tmac.d/* +usr/src/cmd/troff/troff.d/tmac.d/ usr/src/data/perfmon/mapfile.csv usr/src/lib/README.mapfiles usr/src/lib/fm/topo/maps/Makefile.map -usr/src/cmd/perl/* -usr/src/cmd/mklocale/* -usr/src/tools/onbld/Checks/Mapfile* -usr/src/tools/scripts/* -usr/src/uts/common/mapfiles/dtrace.mapfile.awk +usr/src/test/elf-tests/ +usr/src/tools/onbld/Checks/Mapfile +usr/src/tools/scripts/ usr/src/uts/Makefile.mapfile +usr/src/uts/common/mapfiles/dtrace.mapfile.awk |
