]> git.wh0rd.org - ICEs.git/blame - bfin-text-sect-attrs/reduce-ice
more
[ICEs.git] / bfin-text-sect-attrs / reduce-ice
CommitLineData
bd3239d2
MF
1#!/bin/bash
2#
3# Run like:
4# multidelta -level=# ./reduce-ice $FILE
5# levels: 0 0 1 1 2 2 10 10
6#
7
8FILE=ldso.i
9CC=bfin-uclinux-gcc
10CFLAGS=""
11STRING="Warning: ignoring changed section attributes for .text"
12
13$CC -pipe -c $CFLAGS $FILE 2>&1 | grep "$STRING"