summaryrefslogtreecommitdiff
path: root/usr/src/tools/scripts/wsdiff.py
diff options
context:
space:
mode:
authoresaxe <none@none>2006-10-27 13:16:29 -0700
committeresaxe <none@none>2006-10-27 13:16:29 -0700
commitf6a1d7963180c91d5a022b2e7df19e2772fee46a (patch)
treef456c4122a814ef5287cfbe73708e904cc4f87b1 /usr/src/tools/scripts/wsdiff.py
parentfe95d3bb8fb79ba611da69424188be646a3bb901 (diff)
downloadillumos-joyent-f6a1d7963180c91d5a022b2e7df19e2772fee46a.tar.gz
6473780 wsdiff considers .compcom differences significant when it probably shouldn't
Diffstat (limited to 'usr/src/tools/scripts/wsdiff.py')
-rwxr-xr-xusr/src/tools/scripts/wsdiff.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/tools/scripts/wsdiff.py b/usr/src/tools/scripts/wsdiff.py
index 113365475d..fa1ee82bf3 100755
--- a/usr/src/tools/scripts/wsdiff.py
+++ b/usr/src/tools/scripts/wsdiff.py
@@ -692,6 +692,7 @@ sections_to_skip = [ ".SUNW_signature",
".rela.plt",
".line",
".note",
+ ".compcom",
]
sections_preferred = [ ".rodata.str1.8",