]> git.pld-linux.org Git - packages/gdb.git/blob - gdb-vla-intel-logical-not.patch
- rebuild with readline 7.0
[packages/gdb.git] / gdb-vla-intel-logical-not.patch
1 --- ./gdb/value.c-orig  2015-02-11 15:17:58.413241779 +0100
2 +++ ./gdb/value.c       2015-02-11 15:19:42.068716949 +0100
3 @@ -3074,7 +3074,7 @@ value_primitive_field (struct value *arg
4         }
5  
6        if (!TYPE_DATA_LOCATION (type)
7 -          || !TYPE_DATA_LOCATION_KIND (type) == PROP_CONST)
8 +          || TYPE_DATA_LOCATION_KIND (type) != PROP_CONST)
9         v->offset = (value_offset (arg1) + offset
10                      + value_embedded_offset (arg1));
11      }
This page took 0.075055 seconds and 3 git commands to generate.