[BACK]Return to check_sym CVS log [TXT][DIR] Up to [local] / src / lib

Diff for /src/lib/check_sym between version 1.7 and 1.8

version 1.7, 2019/08/07 21:31:03 version 1.8, 2019/08/09 05:02:19
Line 268 
Line 268 
 done  done
   
 echo "$old --> $new"  echo "$old --> $new"
 if cmp -s /tmp/d[12]  if cmp -s /tmp/d[12] && cmp -s /tmp/DO[12]
 then  then
         printf "No dynamic export changes\n"          printf "No dynamic export changes\n"
 else  else
Line 277 
Line 277 
         output_if_not_empty "removed:" comm -23 /tmp/D[12]          output_if_not_empty "removed:" comm -23 /tmp/D[12]
         output_if_not_empty "weakened:" comm -12 /tmp/DS1 /tmp/DW2          output_if_not_empty "weakened:" comm -12 /tmp/DS1 /tmp/DW2
         output_if_not_empty "strengthened:" comm -12 /tmp/DW1 /tmp/DS2          output_if_not_empty "strengthened:" comm -12 /tmp/DW1 /tmp/DS2
           output_if_not_empty "data object sizes changes:" \
                                           data_sym_changes /tmp/DO[12]
 fi  fi
 output_if_not_empty "Data object size changes:" data_sym_changes /tmp/DO[12]  
 if ! cmp -s /tmp/U[12]  if ! cmp -s /tmp/U[12]
 then  then
         printf "External reference changes:\n"          printf "External reference changes:\n"

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8