diff options
author | esaxe <none@none> | 2006-10-27 13:16:29 -0700 |
---|---|---|
committer | esaxe <none@none> | 2006-10-27 13:16:29 -0700 |
commit | f6a1d7963180c91d5a022b2e7df19e2772fee46a (patch) | |
tree | f456c4122a814ef5287cfbe73708e904cc4f87b1 /usr/src/tools/scripts/wsdiff.py | |
parent | fe95d3bb8fb79ba611da69424188be646a3bb901 (diff) | |
download | illumos-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-x | usr/src/tools/scripts/wsdiff.py | 1 |
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", |