#!/bin/bash # # Run like: # multidelta -level=# ./reduce-ice $FILE # levels: 0 0 1 1 2 2 10 10 # FILE=ldso.i CC=bfin-uclinux-gcc CFLAGS="" STRING="Warning: ignoring changed section attributes for .text" $CC -pipe -c $CFLAGS $FILE 2>&1 | grep "$STRING"