]> git.pld-linux.org Git - packages/elfutils.git/blob - elfutils-gcc4.patch
- disable run-elflint-self.sh on sparcs and alpha
[packages/elfutils.git] / elfutils-gcc4.patch
1 cc1: warnings being treated as errors
2 elflint.c: In function 'check_dynamic':
3 elflint.c:1505: warning: initialized field overwritten
4 elflint.c:1505: warning: (near initialization for 'dependencies[2]')
5
6 --- elfutils-0.124/src/elflint.c.orig   2006-12-02 13:40:17.000000000 +0100
7 +++ elfutils-0.124/src/elflint.c        2006-12-02 13:40:29.929272750 +0100
8 @@ -1502,7 +1502,6 @@
9        [DT_JMPREL] = { [DT_PLTRELSZ] = true, [DT_PLTREL] = true },
10        [DT_RUNPATH] = { [DT_STRTAB] = true },
11        [DT_PLTREL] = { [DT_JMPREL] = true },
12 -      [DT_PLTRELSZ] = { [DT_JMPREL] = true }
13      };
14    bool has_dt[DT_NUM];
15    bool has_val_dt[DT_VALNUM];
This page took 0.058756 seconds and 3 git commands to generate.