]> git.pld-linux.org Git - packages/elfutils.git/blame - elfutils-gcc4.patch
- gcc4 fix, release 2.
[packages/elfutils.git] / elfutils-gcc4.patch
CommitLineData
f78fd713
PS
1cc1: warnings being treated as errors
2elflint.c: In function 'check_dynamic':
3elflint.c:1505: warning: initialized field overwritten
4elflint.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.029357 seconds and 4 git commands to generate.